From: Lionel Sambuc Date: Mon, 12 Oct 2015 18:49:00 +0000 (+0200) Subject: Fix default partition in clientctl. X-Git-Url: http://zhaoyanbai.com/repos/doxygen-warnings.log?a=commitdiff_plain;h=8933525b85c631b3d20bed940561520be2b81891;p=minix.git Fix default partition in clientctl. The partition numbering has changed with the new image creation framework. Change-Id: I0644e5879913bee067bc31376f81bc5407f4c81f --- diff --git a/minix/llvm/clientctl b/minix/llvm/clientctl index 4657dc012..4cbad5676 100755 --- a/minix/llvm/clientctl +++ b/minix/llvm/clientctl @@ -297,7 +297,7 @@ function run { fi fi opts="-m 256 -hda $IMAGE" - append="$APPEND rootdevname=c0d0p1" + append="$APPEND rootdevname=c0d0p0" [ ! -f $DISK ] || opts="$opts -hdb $DISK" if [ "$OUT" == "F" ]; then opts="$opts -curses -serial file:$MYPWD/serial.out"