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:
parent
5ce5fd0340
commit
27c25cfb80
|
@ -38,15 +38,16 @@ if [ $N != 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# make a copy of the boot disks in the /install dir
|
# 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
|
# 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
|
echo -n "-J -b boot/rescue.bin -c boot/boot.catalog boot1" > 1.mkisofs_opts
|
||||||
|
|
||||||
(cd $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/ ; \
|
(cd $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/ ; \
|
||||||
cp sun4cdm/images-1.44/resc*.bin $CDDIR/install ; \
|
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 )
|
cp images-1.44/root.bin $CDDIR/install )
|
||||||
|
|
||||||
mkdir -p boot1/boot
|
mkdir -p boot1/boot
|
||||||
|
|
Loading…
Reference in New Issue