From d12786c6cd58a0259441c45b15f71908c79b4978 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 15 Sep 2003 18:09:33 +0000 Subject: [PATCH] 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 --- package/base/sysfiles/stone_mod_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/sysfiles/stone_mod_install.sh b/package/base/sysfiles/stone_mod_install.sh index 1328193f3..0015b4705 100644 --- a/package/base/sysfiles/stone_mod_install.sh +++ b/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'" }