Browse Source

Rene Rebe:

* improved status text and cleaned/fixed sparc bootdisk build.sh


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3167 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
c389efc79b
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      target/bootdisk/powerpc/build.sh
  2. +2
    -2
      target/bootdisk/sparc/build.sh

+ 1
- 1
target/bootdisk/powerpc/build.sh

@ -32,7 +32,7 @@ then
cat $base/target/$target/powerpc/yaboot.conf
) > boot/yaboot.conf
#
echo_status "Moving image (initrd) to yaboot directory."
echo_status "Moving image (initrd) to boot directory."
mv -v initrd.gz boot/
#
echo_status "Copy more config files."

+ 2
- 2
target/bootdisk/sparc/build.sh

@ -20,14 +20,14 @@ then
cp -v $base/target/$target/sparc/{silo.conf,boot.msg} \
boot
#
# echo_status "Moving image (initrd) to yaboot directory."
# echo_status "Moving image (initrd) to boot directory."
# mv -v initrd.img boot/
#
buildroot="build/${ROCKCFG_ID}/root"
datadir="build/${ROCKCFG_ID}/bootdisk"
cat > ../isofs_arch.txt <<- EOT
BOOT -G $buildroot/boot/isofs.b -B ...
DISK1 $datdir/boot/ boot/
SCRIPT sh $base/target/bootdisk/powerpc/bless-rs6k.sh $disksdir
EOT
fi

Loading…
Cancel
Save