|
|
@ -3,8 +3,8 @@ use_silo=1 |
|
|
|
|
|
|
|
cd $disksdir |
|
|
|
|
|
|
|
echo_header "Creating cleaning boot directory:" |
|
|
|
rm -rfv boot/*-rock boot/System.map boot/kconfig* |
|
|
|
echo_header "Cleaning boot directory:" |
|
|
|
rm -rfv boot/*-rock boot/System.map boot/kconfig* boot/initrd*img boot/*.b |
|
|
|
|
|
|
|
if [ $use_silo -eq 1 ] |
|
|
|
then |
|
|
@ -17,7 +17,7 @@ then |
|
|
|
boot/second.b -O > boot/second.b |
|
|
|
# |
|
|
|
echo_status "Creating silo config file." |
|
|
|
cp -v $base/target/$target/sparc/{silo.conf,boot.msg} \ |
|
|
|
cp -v $base/target/$target/sparc/{silo.conf,boot.msg,help1.txt} \ |
|
|
|
boot |
|
|
|
# |
|
|
|
echo_status "Moving image (initrd) to boot directory." |
|
|
@ -27,7 +27,7 @@ then |
|
|
|
datadir="build/${ROCKCFG_ID}/ROCK/bootdisk" |
|
|
|
cat > ../isofs_arch.txt <<- EOT |
|
|
|
BOOT -G $buildroot/boot/isofs.b -B ... |
|
|
|
DISK1 $datdir/boot/ boot/ |
|
|
|
DISK1 $datadir/boot/ boot/ |
|
|
|
EOT |
|
|
|
fi |
|
|
|
|