Gentoo Archives: gentoo-user

From: Thufir <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 7. Configuring the Kernel
Date: Sun, 18 Nov 2007 12:46:09
Message-Id: fhpbr1$r2n$2@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: 7. Configuring the Kernel by Dirk Heinrichs
1 On Sun, 18 Nov 2007 12:01:46 +0100, Dirk Heinrichs wrote:
2
3 >> > However, once it's mounted, does "ls -l /boot" show a file called
4 >> > "kernel-has-alsa"?
5 >>
6 >> Yes:
7 >
8 > Errh, no. Look again, please.
9 >
10 >> arrakis ~ #
11 >> arrakis ~ # ls /boot/
12 >> kernel-with-alsa
13 >
14 > See the difference?
15
16
17
18 arrakis ~ #
19 arrakis ~ #
20 arrakis ~ # ls -l /boot/
21 total 13131
22 -rw-r--r-- 1 root root 980149 Apr 21 2007 System.map-genkernel-
23 x86-2.6.19-gentoo-r5
24 lrwxrwxrwx 1 root root 1 Jul 26 02:45 boot -> .
25 drwxr-xr-x 2 root root 1024 Nov 17 21:54 grub
26 -rw-r--r-- 1 root root 5455004 Apr 21 2007 initramfs-genkernel-
27 x86-2.6.19-gentoo-r5
28 -rw-r--r-- 1 root root 2137705 Apr 21 2007 kernel-genkernel-x86-2.6.19-
29 gentoo-r5
30 -rw-r--r-- 1 root root 2137705 Nov 17 11:20 kernel-genkernel-x86-2.6.19-
31 gentoo-r5-2
32 -rw-r--r-- 1 root root 2658736 Nov 16 23:52 kernel-with-alsa
33 drwx------ 2 root root 12288 Jul 26 02:36 lost+found
34 arrakis ~ #
35 arrakis ~ #
36 arrakis ~ # ls /boot/
37 System.map-genkernel-x86-2.6.19-gentoo-r5 kernel-genkernel-x86-2.6.19-
38 gentoo-r5
39 boot kernel-genkernel-x86-2.6.19-
40 gentoo-r5-2
41 grub kernel-with-alsa
42 initramfs-genkernel-x86-2.6.19-gentoo-r5 lost+found
43 arrakis ~ #
44 arrakis ~ # mount
45 /dev/hdb3 on / type ext3 (rw,noatime)
46 proc on /proc type proc (rw)
47 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
48 udev on /dev type tmpfs (rw,nosuid)
49 devpts on /dev/pts type devpts (rw,nosuid,noexec)
50 /dev/hdb1 on /boot type ext2 (rw)
51 none on /dev/shm type tmpfs (rw)
52 /dev/mapper/VolGroup00-LogVol00 on /mnt/VolGroup00/LogVol00 type ext3
53 (rw,noexec,nosuid,nodev)
54 usbfs on /proc/bus/usb type usbfs
55 (rw,noexec,nosuid,devmode=0664,devgid=85)
56 arrakis ~ #
57 arrakis ~ #
58
59
60
61 Are you asking whether or not /boot/ has the kernel? From the above,
62 isn't the answer "yes"? Or, are you asking about what's mounted?
63 Pardon, I don't see a difference. (Aside from ls -al giving different
64 results from ls -l, of course.)
65
66
67
68
69 -Thufir
70
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: 7. Configuring the Kernel Dirk Heinrichs <dirk.heinrichs@××××××.de>
Re: [gentoo-user] Re: 7. Configuring the Kernel Billy Holmes <billy@××××××.net>