git: dd9b24be14d4 - stable/13 - boot: remove gptboot.efifat, it never should have been

Warner Losh imp at FreeBSD.org
Wed Feb 24 18:10:02 UTC 2021


The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=dd9b24be14d4311ca6056f41a2d81801d2c0fa03

commit dd9b24be14d4311ca6056f41a2d81801d2c0fa03
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-24 17:56:06 +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@
    
    (cherry picked from commit 8cd1b2b1a7ab55e96aaf40a401d8792f2697b274)
---
 ObsoleteFiles.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 7ebff0441581..5f4495c50ee6 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -2601,8 +2601,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