From d19d85f5ef117ed8bb68d349d936cead5746167c Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 30 Mar 2000 14:09:36 +0000 Subject: [PATCH] use silo package to get the .b boot images --- tools/boot/potato/boot-sparc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/boot/potato/boot-sparc b/tools/boot/potato/boot-sparc index 3b4d31f2..4936c330 100755 --- a/tools/boot/potato/boot-sparc +++ b/tools/boot/potato/boot-sparc @@ -7,9 +7,7 @@ # See the file COPYING for license details # Released as part of the slink_cd package, not much use standalone # -# Mar 2000: Converted to an ext2 CD partition for the first CD -# -# Do install stuff for sparc, including making bootable CDs +# Do install stuff for sparc, including making first CD bootable set -e @@ -32,7 +30,8 @@ inst=boot1 mkdir -p $inst/{boot/sun4{u,cdm},etc} # put the relevant parts of SILO boot loader -cp -p $BOOTDIR/{cd,second}.b $inst/boot/ +(ar p $CDDIR/dists/$CODENAME/main/binary-sparc/base/silo_* data.tar.gz | \ + tar zxf - -C $inst/ boot/{cd,second}.b) # Some custom etc files cp -p $BASEDIR/tools/boot/potato/sparc-etc/{boot-msg.txt,debian.txt,silo.conf} \