Browse Source

ok - we should bless cd #1, not #2, #3 ... #n ... ;)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1892 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
b165bb82ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/bootdisk/powerpc/bless-rs6k.sh

+ 1
- 1
target/bootdisk/powerpc/bless-rs6k.sh

@ -39,7 +39,7 @@ sector_count() {
echo `du -B 512 --apparent-size $1 | -d ' ' -f1`
}
if [ "$cd" == 0 ] ; then
if [ "$cd" != 0 ] ; then
echo "Not the first CD - not blessing ..."
fi

Loading…
Cancel
Save