From 0330bfcc6d9466f5826b36e4ba3adef1c61f9758 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Fri, 31 Mar 2000 05:14:57 +0000 Subject: [PATCH] right, use the mirror dir since the disks aren't installed when we run --- tools/boot/potato/boot-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/potato/boot-sparc b/tools/boot/potato/boot-sparc index 4936c330..ebb30640 100755 --- a/tools/boot/potato/boot-sparc +++ b/tools/boot/potato/boot-sparc @@ -30,7 +30,7 @@ inst=boot1 mkdir -p $inst/{boot/sun4{u,cdm},etc} # put the relevant parts of SILO boot loader -(ar p $CDDIR/dists/$CODENAME/main/binary-sparc/base/silo_* data.tar.gz | \ +(ar p $MIRROR/dists/$CODENAME/main/binary-sparc/base/silo_* data.tar.gz | \ tar zxf - -C $inst/ boot/{cd,second}.b) # Some custom etc files