From 372b3fb80851f9b9952e5b1e051be54e367770ab Mon Sep 17 00:00:00 2001 From: Falk Hueffner Date: Fri, 10 May 2002 21:00:35 +0000 Subject: [PATCH] Attempt to support Jensen, which cannot use generic kernel. Untested. --- tools/boot/woody/boot-alpha | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/boot/woody/boot-alpha b/tools/boot/woody/boot-alpha index 07a55000..642ccbd2 100755 --- a/tools/boot/woody/boot-alpha +++ b/tools/boot/woody/boot-alpha @@ -9,8 +9,6 @@ # Do install stuff for alpha, including making bootable CDs # -# FIXME: This script ignores jensen, which needs a custom kernel. - . $BASEDIR/tools/boot/$CODENAME/common.sh set -e @@ -36,6 +34,7 @@ FLOPPIES=$CDDIR/dists/$CODENAME/main/disks-alpha/current/ # Use the generic linux image cp -f $FLOPPIES/linux.bin boot1/boot/linux +cp -f $FLOPPIES/jensen/linux.bin boot1/boot/jensen # Copy over the subarch boot-loaders mkdir -p boot1/milo @@ -58,6 +57,9 @@ cat < boot1/etc/aboot.conf 0:boot/linux root=/dev/ram initrd=boot/root.bin 1:boot/linux root=/dev/ram initrd=boot/root.bin console=ttyS0 2:boot/linux root=/dev/ram initrd=boot/root.bin console=ttyS1 +3:boot/jensen root=/dev/ram initrd=boot/root.bin +4:boot/jensen root=/dev/ram initrd=boot/root.bin console=ttyS0 +5:boot/jensen root=/dev/ram initrd=boot/root.bin console=ttyS1 EOF cp -f $FLOPPIES/images-1.44/root.bin boot1/boot/root.bin