diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-02-19 22:34:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2021-02-19 22:34:25 +0000 |
commit | 8cd1b2b1a7ab55e96aaf40a401d8792f2697b274 (patch) | |
tree | c4d3009d162da822512de8e3be2bcb67dc5f05b1 | |
parent | 038148c108c4e7251c52364616273eec72b0c061 (diff) | |
download | src-8cd1b2b1a7ab55e96aaf40a401d8792f2697b274.tar.gz src-8cd1b2b1a7ab55e96aaf40a401d8792f2697b274.zip |
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@
-rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |