]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix default partition in clientctl. 19/3219/1
authorLionel Sambuc <lionel.sambuc@gmail.com>
Mon, 12 Oct 2015 18:49:00 +0000 (20:49 +0200)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 28 Oct 2015 15:06:52 +0000 (16:06 +0100)
The partition numbering has changed with the new image creation
framework.

Change-Id: I0644e5879913bee067bc31376f81bc5407f4c81f

minix/llvm/clientctl

index 4657dc0126027da71208a663c14ee33565783a2c..4cbad5676005ee010c1cb73529a5b19aa1bff65d 100755 (executable)
@@ -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"