don't assume we're building for x86_64 either
---
install-guide.mkd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install-guide.mkd b/install-guide.mkd
index abb6727..d30cb92 100644
--- a/install-guide.mkd
+++ b/install-guide.mkd
@@ -105,7 +105,7 @@ advanced installations including LVM2 or preparing
for diskless installations.
* Install a kernel
# paludis -i vanilla-sources
- # cd /usr/src/linux && make menuconfig && make && make
modules_install && cp arch/x86_64/boot/bzImage /boot/
+ # cd /usr/src/linux && make menuconfig && make && make
modules_install && cp arch/*/boot/bzImage /boot/kernel
* Install GRUB
--
1.6.2.2
_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev