Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-core@g.o
Cc: gentoo-dev@g.o
Subject: [gentoo-dev] Alpha baselayout-1.8.6.0
Date: Mon, 06 Jan 2003 23:44:19
Message-Id: 20030107033830.766aa9ed.azarah@gentoo.org
1 Hi Gang
2
3 About a few minutes ago, sys-apps/baselayout-1.8.6.0 should have
4 hit portage. It is package.mask and ~ masked, as it is still
5 fairly alpha.
6
7 Main change is it moves away from the tmpfs mount in /mnt/.init.d/,
8 to default not using tmpfs (or ramfs for that matter), and the
9 rc-script state dir moves to /var/state/init.d, which should be more
10 within standards.
11
12 Now, I really do ask people who have some time to fiddle around with
13 it to try it out, and let me know if there are any major problems.
14
15 PLEASE make sure you know how to rescue your system before trying it,
16 and PLEASE do NOT install it if you are not an fairly advanced user.
17
18 Also, PLEASE, PLEASE do update all CONFIG_PROTECT files, especially
19 /etc/inittab, and stuff in /etc/init.d/.
20
21 I would aspecially appreciate feedback on the following:
22 1) Does it create and move contents of /mnt/.init.d/ to
23 /var/state/init.d/ properly, and are next reboot ok?
24 2) Does it boot for most systems that are fairly default,
25 to those that should not need the tmpfs mount OK ...
26 meaning, if it fails for reasons related to not having
27 /var/state/init.d/ on a tmpfs mount, and you *think* it
28 should have worked fine, give me a shout.
29 3) Those who use RAID, please have a look at the new RAID
30 stuff in /etc/init.d/checkfs, and let me know if it works
31 fine or not, especially the output .. is it formatted OK?
32 That are fairly untested (after pasting and modifying ...),
33 so feedback will be appreciated.
34
35 For those that have setups that do require the tmpfs state dir,
36 edit /etc/conf.d/rc (after updating baselayout, and updating
37 CONFIG_PROTECT files), and change:
38
39 svcmount="no"
40
41 to:
42
43 svcmount="yes"
44
45 In general, I did try to make sure that it works fine, but there
46 could be some hidden bugs, so once again, if you are not sure that
47 you will be able to recover your system, PLEASE DO NOT INSTALL THIS!!
48
49
50 Regards,
51
52 --
53
54 Martin Schlemmer
55 Gentoo Linux Developer, Desktop/System Team Developer
56 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] Alpha baselayout-1.8.6.0 Nick Jones <carpaski@××××××.net>