From: "Brad House" <brad_mssw@gentoo.org>
To: "Martin Schlemmer" <azarah@gentoo.org>
Cc: gentoo-releng@lists.gentoo.org,
"Gentoo-Base-System" <base-system@gentoo.org>
Subject: Re: [gentoo-releng] x86-livecd - bugs and suggestions
Date: Fri, 23 Jan 2004 13:43:25 -0500 (EST) [thread overview]
Message-ID: <39537.209.251.159.140.1074883405.squirrel@mail.mainstreetsoftworks.com> (raw)
In-Reply-To: <1074878211.7514.11.camel@nosferatu.lan>
Commenting inline below.
>> Bugs:
>> - Calculation of module dependencies fails at bootup
>
> Anybody have a log?
reason for this is that /lib/modules/${KV} is off a read-only
filesystem. It should not need to depmod that directory off
a livecd, as we won't have removed modules, etc. An alternative
approach would be to mount /lib/modules/${KV} on a tmpfs,
make sure the sub directories are symlinks to the read-only
fs, and copy the files like modules.pcimap to the tmpfs
so they are writable...
The first approach of just skipping the depmod if booting off
a livecd is the better approach. Also, this failure really
doesn't mean anything or do anything harmful, which is one
reason I didn't fix it in my baselayout.
>
>> - selection of keymap not possible
>
> We could add an alternative keymap script, that do that, and only
> install with USE=livecd ... anybody got a template, etc to start
> off?
this I don't have a clue about, so i'm not commenting on.
>
>> - Inability to halt/reboot (system just stops when all processes are
>> shut-down)
>
> Logs if possible?
The reason for this is quite simple. The livecd was built with
the cdfs/loop type as 'normal' which creates a loopback filesystem.
The loopback filesystem gets unmounted '_before_' everything else
is remounted readonly. But since the loopback is readonly as well,
it should never actually be being umounted before the reboot. The
actual / filesystem is a tmpfs with symlinks back to the mounted
loopback in this scenerio, so when you umount the loopback, the /
filesystem has symlinks to nothing, hence the hang.
This is not an issue if you use cdfs/loop type of zisofs or noloop
as there is no loop device to be umounted.
>
>> - Hardware-detection not included
>>
>
> Sure will be nifty, but I guess catalyst should just install appropriate
> package and add to boot runlevel? Do not see any special handling, or
> am I missing something?
I had not gotten a chance to put together the livecd-tools package.
That script, as well as net-setup is in there. Basically, it will just
be a package that needs to be a dep in the livecd-stage1 packages,
and a quick one-liner in the default-runscript.sh will get it all
up and running, really a simple thing.
>
>
> As for 2.6 - think we can start to use module-init-tools as default for
> ALL profiles, or is there ARCH issues I am not aware of? Should just
> be needed to adjust the default virtual.
Right, as long as the current module-init-tools ebuild installs the
insmod.old for 2.4 kernels. I believe at one time it did not.
Even though I've stepped away from livecd stuff, I need to fix this
stuff to build my amd64 2004.0 release anyhow. I'd take care of this
since I'm more familiar with the problems if anyone wants me to. I can
do that this weekend.
-Brad House
brad_mssw@gentoo.org
--
gentoo-releng@gentoo.org mailing list
next prev parent reply other threads:[~2004-01-23 18:43 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-23 15:04 [gentoo-releng] x86-livecd - bugs and suggestions Benjamin Judas
2004-01-23 17:16 ` Martin Schlemmer
[not found] ` <1074880273.20419.15.camel@antares.hausnetz>
2004-01-23 18:01 ` Martin Schlemmer
[not found] ` <1074883714.20415.29.camel@antares.hausnetz>
2004-01-24 16:38 ` Martin Schlemmer
2004-01-24 16:40 ` Martin Schlemmer
2004-01-24 22:51 ` Benjamin Judas
2004-01-25 6:26 ` Martin Schlemmer
2004-01-25 8:20 ` Brad House
2004-01-25 11:17 ` Martin Schlemmer
2004-01-25 15:52 ` Brad House
2004-01-25 16:11 ` Martin Schlemmer
2004-01-25 16:23 ` Brad House
2004-01-25 16:14 ` Martin Schlemmer
2004-01-25 16:24 ` Brad House
2004-01-25 16:17 ` Martin Schlemmer
2004-01-25 16:29 ` Brad House
2004-01-26 17:50 ` Martin Schlemmer
2004-01-26 18:02 ` Brad House
2004-01-26 18:14 ` Martin Schlemmer
2004-01-26 18:49 ` Brad House
2004-01-27 17:13 ` Martin Schlemmer
[not found] ` <1075311848.9415.1.camel@nosferatu.lan>
2004-01-28 18:09 ` Brad House
2004-01-29 17:19 ` Benjamin Judas
2004-01-29 18:42 ` Martin Schlemmer
2004-02-02 4:36 ` Brad House
2004-02-02 4:48 ` Brad House
2004-01-23 18:43 ` Brad House [this message]
2004-01-23 21:17 ` Martin Schlemmer
2004-01-23 21:38 ` Brad House
2004-01-23 22:26 ` Martin Schlemmer
2004-01-23 23:55 ` Daniel Robbins
2004-01-24 16:40 ` Martin Schlemmer
2004-01-24 21:01 ` Daniel Robbins
-- strict thread matches above, loose matches on Subject: below --
2004-02-02 4:48 Brad House
2004-02-02 19:37 ` Martin Schlemmer
2004-02-02 19:54 ` Brad House
2004-02-02 20:51 ` Martin Schlemmer
[not found] ` <1075755072.6931.82.camel@nosferatu.lan>
2004-02-02 21:17 ` Brad House
2004-02-02 21:46 ` Martin Schlemmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39537.209.251.159.140.1074883405.squirrel@mail.mainstreetsoftworks.com \
--to=brad_mssw@gentoo.org \
--cc=azarah@gentoo.org \
--cc=base-system@gentoo.org \
--cc=gentoo-releng@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox