wok-current view tazlito/stuff/fix-mountiso.patch @ rev 25684

Fix issue efi for tazlito on current
author Stanislas Leduc <shann@slitaz.org>
date Thu Mar 14 12:45:31 2024 +0000 (2 months ago)
parents
children
line source
1 --- a/tazlito
2 +++ b/tazlito
3 @@ -711,7 +711,7 @@
4 dd if=/dev/zero bs=2k count=16 >> $1 2> /dev/null
6 mkdir /tmp/mnt$$
7 - mount -o loop,ro $1 /tmp/mnt$$
8 + mount -t iso9660 -o loop,ro $1 /tmp/mnt$$
9 fixup_uefi_part $1 /tmp/mnt$$
10 for i in boot/isolinux/isolinux.bin boot/isolinux/boot.cat \
11 ${uefi:+$efi_img} ; do