[Lunar-commits] r20367 - moonbase/trunk/devel/kqemu
Terry Chan
tchan at lunar-linux.org
Sat Jun 10 03:09:03 UTC 2006
Author: tchan
Date: 2006-06-10 03:09:03 +0000 (Sat, 10 Jun 2006)
New Revision: 20367
Added:
moonbase/trunk/devel/kqemu/POST_INSTALL
Log:
Added some important messages to POST_INSTALL about modprobe kqemu and
setting up tmpfs on /dev/shm.
Added: moonbase/trunk/devel/kqemu/POST_INSTALL
===================================================================
--- moonbase/trunk/devel/kqemu/POST_INSTALL (rev 0)
+++ moonbase/trunk/devel/kqemu/POST_INSTALL 2006-06-10 03:09:03 UTC (rev 20367)
@@ -0,0 +1,4 @@
+message "${CYAN}Don't forget to do 'modprobe kqemu' before you"
+message "next invoke qemu. You may also need to setup tmpfs on"
+message "/dev/shm. with something like:"
+message "mount -t tmpfs -o size=144m none /dev/shm${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list