isomarkboot can't resolve symlinks within the ISO image, so we do it

manually.
This commit is contained in:
Falk Hueffner 2001-10-25 15:43:02 +00:00
parent 060ea1f02c
commit b625144edc

View File

@ -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