mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
isomarkboot can't resolve symlinks within the ISO image, so we do it
manually.
This commit is contained in:
parent
060ea1f02c
commit
b625144edc
@ -18,4 +18,9 @@ if [ $N != 1 -a $N != 1_NONUS ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
isomarkboot $CDIMAGE /boot/bootlx $CDROOT/images-1.44/root.bin
|
||||
# isomarkboot can't resolve symlinks within the ISO image, so we do it
|
||||
# manually.
|
||||
BOOTVER=`readlink $CDROOT/dists/$CODENAME/main/disks-alpha/current`
|
||||
BOOTDISKS=dists/$CODENAME/main/disks-alpha/$BOOTVER
|
||||
|
||||
isomarkboot $CDIMAGE $BOOTDISKS/bootlx $BOOTDISKS/images-1.44/root.bin
|
||||
|
Loading…
Reference in New Issue
Block a user