From 8933525b85c631b3d20bed940561520be2b81891 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 12 Oct 2015 20:49:00 +0200 Subject: [PATCH] Fix default partition in clientctl. The partition numbering has changed with the new image creation framework. Change-Id: I0644e5879913bee067bc31376f81bc5407f4c81f --- minix/llvm/clientctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"