From: Ben Gras Date: Mon, 9 May 2005 13:40:54 +0000 (+0000) Subject: Make output of partition visible X-Git-Tag: v3.1.0~856 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=286a541c9238c6faa10dfdd89775937a50c78455;p=minix.git Make output of partition visible --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 85811afca..363cb8bfb 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -253,7 +253,7 @@ installboot -m /dev/$primary /usr/mdec/masterboot >/dev/null || exit # Partition the primary. p3=0:0 test "$swapsize" -gt 0 && p3=81:`expr $swapsize \* 2` -partition /dev/$primary 1 81:32768* $p3 81:0+ >/dev/null || exit +partition /dev/$primary 1 81:32768* $p3 81:0+ || exit if [ "$swapsize" -gt 0 ] then