yet another change to boot-sparc, fixes errors and reduces the number of files un-necessairly copied to the /install directory

This commit is contained in:
Jim Westveer 2000-03-13 05:47:34 +00:00
parent 5ce5fd0340
commit 27c25cfb80
1 changed files with 4 additions and 3 deletions

View File

@ -38,15 +38,16 @@ if [ $N != 1 ]; then
fi
# make a copy of the boot disks in the /install dir
cp -pr $BOOTDIR/* $CDDIR/install
####jim is this necessary???
#cp -pr $BOOTDIR/* $CDDIR/install
# remove the /install/doc directory as it is reduntant to /doc
rm -r $CDDIR/install/doc
#rm -r $CDDIR/install/doc
echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot1" > 1.mkisofs_opts
(cd $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/ ; \
cp sun4cdm/images-1.44/resc*.bin $CDDIR/install ; \
cp sun4cdm/* $CDDIR/install ; \
cp -ar sun4cdm/* $CDDIR/install ; \
cp images-1.44/root.bin $CDDIR/install )
mkdir -p boot1/boot