summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun3
1 files changed, 2 insertions, 1 deletions
diff --git a/run b/run
index fc0a834..fc693e5 100755
--- a/run
+++ b/run
@@ -81,4 +81,5 @@ ${QEMU_EXEC} ${QEMU_NOGRAPHIC} \
-redir tcp:${TELNET_EXTERNAL_PORT}:${PLATFORM_IP}:${TELNET_INTERNAL_PORT} \
-kernel ${PTXDIST_PLATFORMDIR}/images/linuximage \
-hda ${PTXDIST_PLATFORMDIR}/images/hd.img \
- -append "root=/dev/sda1 console=ttyAMA0,115200 ro"
+ -append "root=/dev/sda1 rootfs=ext2 console=ttyAMA0,115200 ro"
+