pass --invariant and -i deb00001 to mkfs.msdos

Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
bauen1 2022-01-09 14:37:20 +01:00 committed by Holger Levsen
parent 65196d4dcf
commit 465f9c335b
6 changed files with 6 additions and 5 deletions

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ debian-cd (3.1.36) UNRELEASED; urgency=medium
[ Jonathan Hettwer ]
* Avoid embedding timestamps into gzipped Packages and Translations files.
* Pass --invariant and -i deb00001 to mkfs.msdos
-- Steve McIntyre <93sam@debian.org> Mon, 26 Jul 2021 01:02:03 +0100

View File

@ -100,7 +100,7 @@ if [ -d boot$N/grub ] ; then
# Now make a new image to contain the files
rm -f $CDDIR/boot/grub/efi.img
mkfs.msdos -v -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
mkfs.msdos --invariant -v -i deb00001 -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
# And copy them into place
mmd -i "$CDDIR/boot/grub/efi.img" ::efi

View File

@ -99,7 +99,7 @@ if [ -d boot$N/grub ] ; then
# Now make a new image to contain the files
rm -f $CDDIR/boot/grub/efi.img
mkfs.msdos -v -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
mkfs.msdos --invariant -v -i deb00001 -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
# And copy them into place
mmd -i "$CDDIR/boot/grub/efi.img" ::efi

View File

@ -143,7 +143,7 @@ if [ $BOOT_EFI -ne 0 ] ; then
# Now make a new image to contain the files
rm -f $CDDIR/boot/grub/efi.img
mkfs.msdos -v -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
mkfs.msdos --invariant -v -i deb00001 -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
# And copy them into place
mmd -i "$CDDIR/boot/grub/efi.img" ::efi

View File

@ -96,7 +96,7 @@ if [ -d boot$N/grub ] ; then
# Now make a new image to contain the files
rm -f $CDDIR/boot/grub/efi.img
mkfs.msdos -v -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
mkfs.msdos --invariant -v -i deb00001 -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
# And copy them into place
mmd -i "$CDDIR/boot/grub/efi.img" ::efi

View File

@ -458,7 +458,7 @@ if [ -d boot$N/isolinux/grub ] && [ $BOOT_EFI -ne 0 ] ; then
# Now make a new image to contain the files
rm -f $CDDIR/boot/grub/efi.img
mkfs.msdos -v -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
mkfs.msdos --invariant -v -i deb00001 -C "$CDDIR/boot/grub/efi.img" $blocks >/dev/null
# And copy them into place
mmd -i "$CDDIR/boot/grub/efi.img" ::efi