Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?
Date: Mon, 02 Apr 2012 21:23:23
Message-Id: 4F7A185E.1090406@gmail.com
In Reply to: Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs? by "Canek Peláez Valdés"
1 Canek Peláez Valdés wrote:
2 <<<SNIP>>>
3 > Well damn. Why you do not have devtmpfs? In all the machines I have
4 > access to (with or without initramfs, with either systemd or OpenRC),
5 > they have devtmps:
6 >
7 > devtmpfs on /dev type devtmpfs
8 > (rw,nosuid,relatime,size=2023140k,nr_inodes=505785,mode=755)
9 > devtmpfs on /dev type devtmpfs
10 > (rw,nosuid,relatime,size=506680k,nr_inodes=126670,mode=755)
11 > devtmpfs on /dev type devtmpfs
12 > (rw,nosuid,relatime,size=1939288k,nr_inodes=484822,mode=755)
13 > devtmpfs on /dev type devtmpfs
14 > (rw,relatime,size=257224k,nr_inodes=64306,mode=755) <==== The one with
15 > OpenRC, no initramfs
16 >
17 > I don't see that one in your mount output. It seems kinda relevant, I
18 > think. Please, can you attach your /boot/grub/grub.cfg file? I still
19 > haven't seen the kernel command line, and I suppose that it's
20 > relevant. Also, I know it's a lot, but could you please include your
21 > kernel /usr/src/linux/.config file? Both dracut and udev need some
22 > specific kernel config options that maybe you don't have.
23 >
24 > Regards.
25
26
27 Here is my grub lines:
28
29 title=Initramfs-new_kernel
30 root (hd0,0)
31 kernel /boot/bzImage-3.2.11-1 root=/dev/sda3 init=/sbin/init rd.debug
32 rd.udev.debug
33 initrd /initramfs-3.2.11.img
34
35 title Gentoo
36 kernel (hd0,0)/bzImage-3.2.11-1 root=/dev/sda3
37 acpi_enforce_resources=lax raid=noautodetect iommu=noaperture
38
39 The stuff on the end without the init thingy was added to make sure
40 gkrellm worked. I think it is fixed now and can be removed but I just
41 haven't done it yet.
42
43 I added that debug stuff to the line for the init thngy but have not
44 booted it yet.
45
46 Now what?
47
48 Dale
49
50 :-) :-)
51
52 --
53 I am only responsible for what I said ... Not for what you understood or
54 how you interpreted my words!
55
56 Miss the compile output? Hint:
57 EMERGE_DEFAULT_OPTS="--quiet-build=n"

Replies