Adapted to new s390 boot-floppies 3.0.19 directory structure

This commit is contained in:
Stefan Gybas 2002-02-05 14:09:12 +00:00
parent bb20429165
commit e5eed0b1c2
2 changed files with 11 additions and 4 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ debian-cd (2.2.13) unstable; urgency=low
* UNRELEASED.
* Add jigdo generation support (see README).
* Automatically add packages listed by local debootstrap. Closes: #131820
* Adapted to new s390 boot-floppies 3.0.19 directory structure (Stefan
Gybas <sgybas@debian.org>).
-- Raphael Hertzog <hertzog@debian.org> Sun, 20 Jan 2002 15:42:29 +0100

View File

@ -34,22 +34,27 @@ mkdir -p boot$N/boot
# image for booting from VM-reader
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/s390/linux \
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/vmrdr/kernel.debian \
boot$N/boot/linux_vm
# image for booting from tape
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/s390-tape/linux \
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/tape/kernel.debian \
boot$N/boot/linux_tp
# image for booting from emulated tape (nolabel)
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/tape/kernel.debian-nolabel \
boot$N/boot/linux_nl
# initrd
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/root.bin \
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/tape/initrd.debian \
boot$N/boot/root.bin
# parmfile
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/parmfile \
ln $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/tape/parmfile.debian \
boot$N/boot/parmfile