Skip to content

Commit

Permalink
Fix default partition in clientctl.
Browse files Browse the repository at this point in the history
The partition numbering has changed with the new image creation
framework.

Change-Id: I0644e5879913bee067bc31376f81bc5407f4c81f
  • Loading branch information
sambuc committed Oct 28, 2015
1 parent 2d51bc6 commit 8933525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minix/llvm/clientctl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8933525

Please sign in to comment.