summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--extlinux.conf2
-rwxr-xr-xrcS4
3 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 444f451..e73f9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -275,3 +275,8 @@ source:
-test -r tarballs/lua-$(LUA_VERSION).tar.gz || \
wget -O tarballs/lua-$(LUA_VERSION).tar.gz \
http://www.lua.org/ftp/lua-$(LUA_VERSION).tar.gz
+
+run:
+ /usr/libexec/qemu-kvm -hda minilinux.img &
+ vncviewer localhost &
+
diff --git a/extlinux.conf b/extlinux.conf
index 401f604..51ffc97 100644
--- a/extlinux.conf
+++ b/extlinux.conf
@@ -2,4 +2,4 @@ DEFAULT minilinux
LABEL minilinux
SAY Booting Minilinux...
KERNEL /boot/bzImage-3.1.4
-APPEND root=/dev/hda1 ro
+APPEND root=/dev/hda1 ro init=/sbin/init
diff --git a/rcS b/rcS
index cb83e5e..ed9addc 100755
--- a/rcS
+++ b/rcS
@@ -20,8 +20,8 @@ klogd
echo "Starting ACPI daemon.."
/usr/sbin/acpid -l
-echo "Starting mouse on console.."
-/usr/sbin/gpm -m /dev/psaux -t ps2
+#echo "Starting mouse on console.."
+#/usr/sbin/gpm -m /dev/psaux -t ps2
echo "Switching to login shell.."
chvt 2