Gentoo Archives: gentoo-user

From: Bruce Hill <daddy@×××××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] easy Gentoo tricks
Date: Mon, 26 Nov 2012 22:23:26
Message-Id: 20121126222134.GD23914@server
In Reply to: Re: [gentoo-user] easy Gentoo tricks by Walter Dnes
1 On Sun, Nov 25, 2012 at 08:23:08PM -0500, Walter Dnes wrote:
2 > /usr/src/makeover
3 > ***IMPORTANT*** The arch/x86 directory is specific to 32-bit i686
4 > kernels. Adjust accordingly if you use a different architecture.
5 > ########################################################
6 > #!/bin/bash
7 > make && \
8 > make modules_install && \
9 > cp arch/x86/boot/bzImage /boot/kernel-3.0-experimental && \
10 > cp System.map /boot/System.map-3.0-experimental && \
11 > cp .config /boot/config-3.0-experimental && \
12 > lilo
13 > ########################################################
14
15 Actually it's not only 32-bit i686 kernels:
16
17 mingdao@server ~ $ ls -l /usr/src/linux/arch/x86_64/boot/bzImage
18 lrwxrwxrwx 1 root root 22 Sep 6 06:32 /usr/src/linux/arch/x86_64/boot/bzImage
19 -> ../../x86/boot/bzImage
20
21 mingdao@server ~ $ uname -m
22 x86_64
23 --
24 Happy Penguin Computers >')
25 126 Fenco Drive ( \
26 Tupelo, MS 38801 ^^
27 support@×××××××××××××××××××××.com
28 662-269-2706 662-205-6424
29 http://happypenguincomputers.com/
30
31 Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

Replies

Subject Author
Re: [gentoo-user] easy Gentoo tricks Marc Joliet <marcec@×××.de>