summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-12-05 20:52:48 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-12-05 20:52:48 +0100
commita49934a6096a140581219b7e1ca415160366dc54 (patch)
tree7a92d2372be7745d07259dc9268993c5abe842f8
parent5fbb8a7c761cca79bb06e0129532d22451323bf9 (diff)
downloadminilinux-a49934a6096a140581219b7e1ca415160366dc54.tar.gz
minilinux-a49934a6096a140581219b7e1ca415160366dc54.tar.bz2
-
-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