Browse Source

textual change in the new type stone_mod_install type guessing

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1410 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d12786c6cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/stone_mod_install.sh

+ 1
- 1
package/base/sysfiles/stone_mod_install.sh

@ -91,7 +91,7 @@ part_add() {
type="`disktype /dev/$1/$2 | \
grep -v -e '^ ' -e '^Block device' -e '^Partition' -e '^---' | \
sed -e 's/[,(].*//' -e '/^$/d' -e 's/ $//' | tail -1`"
[ "$type" ] || type="Blank disk/medium?"
[ "$type" ] || type="undetected"
cmd="$cmd '`printf "%-8s %-24s" $2 "$location"` ($type)' 'part_${action}_action $1 $2'"
}

Loading…
Cancel
Save