]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
Add basic installation instructions
authorJulien Valroff <julien@kirya.net>
Fri, 8 Jan 2010 19:46:22 +0000 (20:46 +0100)
committerJulien Valroff <julien@kirya.net>
Fri, 8 Jan 2010 19:46:22 +0000 (20:46 +0100)
doc/INSTALL [new file with mode: 0644]
doc/README

diff --git a/doc/INSTALL b/doc/INSTALL
new file mode 100644 (file)
index 0000000..d9c134d
--- /dev/null
@@ -0,0 +1,21 @@
+Basic installation instructions
+==================================
+
+1/ Install GNU make and C compiler (gcc), as well as the configured
+source of the running kernels (ie. either the kernel headers or the
+sources from which you have compiled your own kernel)
+
+2/ get the up-to-date sources:
+$ git://omnibook.git.sourceforge.net/gitroot/omnibook/omnibook
+
+3/ compile, install and load the module against your kernel sources:
+$ cd omnibook/
+# make load
+
+4/ (Optional) Add necessary module options to your /etc/modprobe.conf or in
+a file in /etc/modprobe.d/. e.g.: "options omnibook apmemu=1 dock=1
+user=1"
+
+5/ (Optional) Edit your startup scripts (eg. /etc/rc.local, /etc/rc.modules
+or /etc/modules) to load this module at boot time.
+
index e8fb7cdfd97fb619c72059f8a4f0c81527f57929..42601957ebdc6c431b7844d8af78ea13a5ba3a7a 100644 (file)
@@ -26,9 +26,6 @@ Supported features depends on the exact laptop model but may include:
 
 Useful links:
 
-Full documentation (HOWTO, Installation instructions, Supported laptops list... ):
-http://omnibook.sourceforge.net/doku.php?id=start
-
 Sourceforge project page:
 http://sourceforge.net/projects/omnibook