From 286a541c9238c6faa10dfdd89775937a50c78455 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 9 May 2005 13:40:54 +0000 Subject: [PATCH] Make output of partition visible --- commands/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0