# HG changeset patch # User Paul Boddie # Date 1331592332 -3600 # Node ID 617516a8278bf1373016ac3217539acffae62d95 # Parent b5baae9e31c9b4266fdb044da0fbd37cdadb504f Added read/write mount options, apparently needed when booting Ubuntu 11.10 after an installation from the minimal ISO media. diff -r b5baae9e31c9 -r 617516a8278b uml-do --- a/uml-do Sat Mar 10 01:23:44 2012 +0100 +++ b/uml-do Mon Mar 12 23:45:32 2012 +0100 @@ -43,4 +43,4 @@ # Now we start the virtual machine... -./linux ubd0="$IMAGE" ubd1="$SWAPIMAGE" mem="$UML_MEMORY" con0=fd:0,fd:1 con=none "$UML_NETWORKING" $INITRD_OPTIONS $* +./linux ubd0="$IMAGE" rw ubd1="$SWAPIMAGE" rw mem="$UML_MEMORY" con0=fd:0,fd:1 con=pts "$UML_NETWORKING" $INITRD_OPTIONS $*