[PATCH 2/2] Clarify which kernel building commands are only necessary on Ubuntu
Darxus
darxus at chaosreigns.com
Thu Feb 17 18:21:59 PST 2011
---
building.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/building.html b/building.html
index a586b93..768520d 100644
--- a/building.html
+++ b/building.html
@@ -220,7 +220,11 @@ Nouveau kernel git repository:<br />
$ cp /boot/config-`uname -r` .config # use .config of currently running kernel
$ yes "" | make oldconfig # use defaults for new options
$ make clean && make && make modules && sudo make modules_install && sudo make install
- $ mkinitramfs -o initrd.img `make kernelversion`+
+</pre>
+
+Ubuntu Maverick's /sbin/installkernel is broken, requring these additional commands:
+
+<pre> $ mkinitramfs -o initrd.img `make kernelversion`+
$ sudo mv initrd.img /boot/initrd.img-`make kernelversion`+
$ sudo update-grub
</pre>
--
1.7.1
More information about the wayland-devel
mailing list