Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Something weird and I'm confused. BIOS and SATA is empty
Date: Wed, 09 Nov 2011 02:45:41
Message-Id: 4EB9E8DF.50205@kutulu.org
In Reply to: Re: [gentoo-user] Something weird and I'm confused. BIOS and SATA is empty by Dale
1 On 11/6/2011 8:54 PM, Dale wrote:
2
3 > Mine is like this:
4 >
5 > -rw-r--r-- 1 root root 4547936 Aug 22 03:53
6 > /boot/bzImage-3.0.3-1
7 > -rw-r--r-- 1 root root 4548640 Sep 1 07:19
8 > /boot/bzImage-3.0.4-1
9 > -rw-r--r-- 1 root root 5162752 Oct 12 21:49
10 > /boot/bzImage-3.0.4-2
11 > -rw-r--r-- 1 root root 5167840 Oct 13 00:05
12 > /boot/bzImage-3.0.6-1
13 > -rw-r--r-- 1 root root 5167776 Oct 19 02:14
14 > /boot/bzImage-3.0.7-1
15 >
16 >
17 > The last number is how many times it took to get a stable
18 > one. Sometimes it is one, sometimes two. I would also like
19 > to see how make install does it nowadays. Maybe worth
20 > another try.
21 >
22 > Oh, I name the config files the same as the kernel too. Am
23 > I OCD? o_O
24
25 Nope, that's also how `make install` does it:
26
27 basement boot # ls -l
28 total 7060
29 lrwxrwxrwx. 1 root root 41 Aug 18 15:35 System.map ->
30 System.map-2.6.39-hardened-r10-basement-1
31 -rw-r--r--. 1 root root 1484083 Aug 18 15:26
32 System.map-2.6.39-hardened-r10-basement-0
33 -rw-r--r--. 1 root root 1484083 Aug 18 15:35
34 System.map-2.6.39-hardened-r10-basement-1
35 lrwxrwxrwx. 1 root root 41 Aug 18 15:26 System.map.old
36 -> System.map-2.6.39-hardened-r10-basement-0
37 lrwxrwxrwx. 1 root root 1 Oct 3 2009 boot -> .
38 lrwxrwxrwx. 1 root root 37 Aug 18 15:35 config ->
39 config-2.6.39-hardened-r10-basement-1
40 -rw-r--r--. 1 root root 51983 Aug 18 15:26
41 config-2.6.39-hardened-r10-basement-0
42 -rw-r--r--. 1 root root 51983 Aug 18 15:35
43 config-2.6.39-hardened-r10-basement-1
44 lrwxrwxrwx. 1 root root 37 Aug 18 15:26 config.old ->
45 config-2.6.39-hardened-r10-basement-0
46 drwxr-xr-x. 2 root root 4096 Aug 18 15:37 grub
47 drwx------. 2 root root 16384 Oct 3 2009 lost+found
48 lrwxrwxrwx. 1 root root 38 Aug 18 15:35 vmlinuz ->
49 vmlinuz-2.6.39-hardened-r10-basement-1
50 -rw-r--r--. 1 root root 2027168 Aug 18 15:26
51 vmlinuz-2.6.39-hardened-r10-basement-0
52 -rw-r--r--. 1 root root 2026816 Aug 18 15:35
53 vmlinuz-2.6.39-hardened-r10-basement-1
54 lrwxrwxrwx. 1 root root 38 Aug 18 15:26 vmlinuz.old ->
55 vmlinuz-2.6.39-hardened-r10-basement-0
56
57 Note that, to get the name/number scheme, I also have:
58
59 basement linux # cd /usr/src/linux
60 basement linux # cat localversion1
61 -basement-
62 basement linux # cat localversion2
63 2
64 basement linux # ls -l localversion*
65 -rw-r--r--. 1 root root 11 Aug 14 09:07 localversion1
66 lrwxrwxrwx. 1 root root 8 Aug 18 15:34 localversion2 ->
67 .version

Replies

Subject Author
Re: [gentoo-user] Something weird and I'm confused. BIOS and SATA is empty Mick <michaelkintzios@×××××.com>