From a49934a6096a140581219b7e1ca415160366dc54 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Dec 2011 20:52:48 +0100 Subject: - --- Makefile | 5 +++++ extlinux.conf | 2 +- rcS | 4 ++-- 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 -- cgit v1.2.3-54-g00ecf