git: 8cd1b2b1a7ab - main - boot: remove gptboot.efifat, it never should have been
Warner Losh
imp at FreeBSD.org
Fri Feb 19 22:35:17 UTC 2021
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8cd1b2b1a7ab55e96aaf40a401d8792f2697b274
commit 8cd1b2b1a7ab55e96aaf40a401d8792f2697b274
Author: Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-02-19 22:34:25 +0000
Commit: Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-02-19 22:34:25 +0000
boot: remove gptboot.efifat, it never should have been
conical hat reduction: Make sure we also remove gotboot.efifat. It was created,
briefly, and shouldn't have existed in the first place. Kill it at the same
place we kill boot1.efifat.
Pointy Hat to: imp@
---
ObsoleteFiles.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 696243470b14..61c8d3dba2fe 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -2610,8 +2610,9 @@ OLD_FILES+=usr/bin/mklocale
OLD_FILES+=usr/share/man/man1/mklocale.1.gz
OLD_FILES+=usr/bin/colldef
OLD_FILES+=usr/share/man/man1/colldef.1.gz
-# 20190904: Remove boot1.efifat
+# 20190904: Remove boot1.efifat and gptboot.efifat (which never should have been)
OLD_FILES+=boot/boot1.efifat
+OLD_FILES+=boot/gptboot.efifat
# 20190903: pc-sysinstall(8) removed
OLD_FILES+=usr/share/examples/pc-sysinstall/README
OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
More information about the dev-commits-src-all
mailing list