Gentoo Archives: gentoo-catalyst

From: Eric Edgar <rocket@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] How is initrd built?
Date: Thu, 07 Jul 2005 15:14:41
Message-Id: 20050707151412.GA19280@toucan.gentoo.org
In Reply to: Re: [gentoo-catalyst] How is initrd built? by Paul Smith
1 This is not a bug. There are symlinks that point /usr/sbin to /sbin in
2 the initrd/initramfs. It works for me. If it doesnt work for you would
3 you post the output you are seeing so I can troubleshoot the issue?
4 Thanks
5
6 Rocket
7
8 On 17:47 Wed 06 Jul , Paul Smith wrote:
9 > OK, I finally got myself back to building--the latest emerge sync caused
10 > a lot of ebuilds that I had made in my own portdir_overlay to suddenly
11 > become supported in the default snapshot, which caused build issues.
12 >
13 > Then, I ran into a problem with the very latest kernel (2.6.12-r4) where
14 > the genpatches version it required (7) was not available on the gentoo
15 > site or any of the mirrors. I dropped back to the 2.6.11 kernel using a
16 > package.mask file.
17 >
18 >
19 > Anyway. On booting I tried to add the unionfs flag to the boot line and
20 > noticed this bug in linuxrc:
21 >
22 > unionfs)
23 > if [ ! -x /sbin/unionctl ]
24 > then
25 > USE_UNIONFS_NORMAL=0
26 > bad_msg 'Unionctl not found: aborting use of unionfs!'
27 > else
28 > USE_UNIONFS_NORMAL=1
29 > fi
30 > ;;
31 >
32 > But, when I install this unionctl IS there: it lives in /usr/sbin, not
33 > /sbin.
34 >
35 > unionfs\=*)
36 > if [ ! -x /sbin/unionctl ]
37 >
38 > Ditto here.
39 >
40 > I know this is in genkernel not catalyst; should I file a bug or is this
41 > good enough?
42 >
43 > --
44 > -------------------------------------------------------------------------------
45 > Paul D. Smith <psmith@××××××.com> HASMAT--HA Software Mthds & Tools
46 > "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
47 > -------------------------------------------------------------------------------
48 > These are my opinions---Nortel Networks takes no responsibility for them.
49 > --
50 > gentoo-catalyst@g.o mailing list
51 >
52 >

Replies

Subject Author
Re: [gentoo-catalyst] How is initrd built? Paul Smith <psmith@××××××.com>