Gentoo Archives: gentoo-dev

From: James Le Cuirot <chewi@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] timezone configuration - why copying, not symlinking /etc/localtime ?
Date: Sat, 27 Mar 2021 22:17:04
Message-Id: 20210327221644.5ac56be8@symphony.aura-online.co.uk
In Reply to: Re: [gentoo-dev] timezone configuration - why copying, not symlinking /etc/localtime ? by Joshua Kinard
1 On Sat, 27 Mar 2021 17:43:34 -0400
2 Joshua Kinard <kumba@g.o> wrote:
3
4 > I kinda wish the Linux kernel had an ability to partially boot, init the
5 > networking subsystem, then fetch an initramfs image over TFTP like it can do
6 > with NFS Root. That would solve the problem on my MIPS system(s) (and make
7 > install netboots better). I've dug around, but this does not seem to be a
8 > capability currently in the kernel, unless I have over looked something.
9 >
10 > Otherwise in the future, I may just have to setup an initramfs into an NFS
11 > Root and teach the SGI's to somehow deal with it. Which all still seems
12 > unnecessarily complicated because some other distro thinks it knows what's
13 > best for everyone else (but I digress...).
14
15 NBD may be a slightly simpler alternative and a bit more like an
16 initramfs. nbdkit can do all sorts of weird things. I thought it might
17 have a plugin for cpio archives, allowing you to use a regular
18 initramfs generated by Dracut or similar directly. It doesn't appear to
19 but plugins are quite easy to write. Alternatively you could just
20 extract the initramfs and use nbdkit-linuxdisk-plugin.
21
22 --
23 James Le Cuirot (chewi)
24 Gentoo Linux Developer

Replies