aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryardenac2013-04-27 23:10:55 -0700
committeryar2015-07-03 16:58:25 -0700
commit32681d0e33a6d10fe6d0768cfc9a6f704f92b4ae (patch)
tree0a2de5e1fa8f3a6e6a95dd11d0d20dbd4bcd697d /README.md
parent0ec6a50095f9af57ffdf0fad819203559b0cbc45 (diff)
downloadaur-32681d0e33a6d10fe6d0768cfc9a6f704f92b4ae.tar.gz
new README
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e2f5eee08b84
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# THE BACKGROUND:
+
+Linode (http://www.linode.com) is a VPS host which supports Arch Linux servers and custom kernels. This project gives you an Arch kernel for your Linode.
+
+# THE PROBLEM:
+
+Linode does not distribute their kernel configs - you have to boot into one and read /proc/config.gz. Arch's vanilla x86_64 will boot, but is full of drivers you will never ever use on a Linode. Arch's i686 will not work at all.
+
+# THE SOLUTION:
+
+This package provides a working, semi-minimalist kernel. It boots and is fine to run as-is for most things. (I do!) It can also be your starting point for tweaking.
+
+Configs are a compromise between vanilla Linode and Arch. Most drivers are disabled, while a lot of ciphers and net stuff are inline. Few actual modules are left. This is not to everyone's taste, so hack away.
+
+# GRUB MENU INCLUDED
+
+Includes a grub boot menu where Linode expects to find it. You do NOT need grub, grub2, grub-legacy or any other. grub-legacy is a conflict because of menu.lst.
+
+Steps to use:
+
+ 1) pacman -Syu
+ 2) pacman -U $pkgfile
+ 3) reboot your Linode with a pv-grub kernel
+ 4) report bugs ;)