Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: nbensa@×××××.com
Cc: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] baselayout-1.8.6.4
Date: Sun, 23 Mar 2003 08:55:30
Message-Id: 1048409378.4208.6.camel@nosferatu.lan
In Reply to: Re: [gentoo-dev] baselayout-1.8.6.4 by Norberto BENSA
1 On Sun, 2003-03-23 at 09:12, Norberto BENSA wrote:
2 > On Sunday 23 March 2003 03:04 am, Norberto BENSA wrote:
3 > > On Tuesday 18 March 2003 05:28 pm, Martin Schlemmer wrote:
4 > > > If any issues, please let me know, or add a bug.
5 > >
6 > > failed to upgrade /etc/inittab. As a result, my system was unbooteable. I
7 >
8 > And it failed because of this :
9 >
10 > # Replace and backup /etc/inittab (unless already in new format)
11 > if [ -f "${ROOT}/${inittab}" ] && \
12 > [ -z "$(grep 'si::sysinit:/sbin/rc sysinit' "${ROOT}/${inittab}")" ]
13 >
14 >
15 > I've had the line '#si::sysinit:/sbin/rc sysinit,' because some time in the
16 > past I upgraded to 1.8.6.2 (or something like that,) then downgrade to
17 > 1.8.5.8 and instead of replacing inittab, I just commented out those lines.
18 >
19 > I guess a workaround could be:
20 >
21 > $(grep '^si::sysinit:/sbin/rc sysinit' "${ROOT}/${inittab}")
22 >
23 >
24 > But I prefer the ._cfg0000_inittab thingy...
25
26 Ah, right, thanks will fix.
27
28 Well, I would prefer the ._cfg0000_inittab thing as well, but I had to
29 do it this way, as many (most?) users do not etc-update when they
30 should. Seems especially when there are quite a few updates =)
31
32
33 Regards,
34
35 --
36
37 Martin Schlemmer
38 Gentoo Linux Developer, Desktop/System Team Developer
39 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] baselayout-1.8.6.4 Paul de Vrieze <gentoo-user@××××××××.net>