Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] /usr vs. initramfs redux
Date: Wed, 10 Aug 2011 16:50:32
Message-Id: 20110810164938.GA30526@linux1
In Reply to: [gentoo-dev] /usr vs. initramfs redux by "Robin H. Johnson"
1 On Fri, Aug 05, 2011 at 12:46:04AM +0000, Robin H. Johnson wrote:
2 > The minimal initramfs would do the following.
3 >
4 > 1. Mount devtmpfs/sysfs/procfs as needed to access devices.
5 > 2. Mount real_root to /newroot
6 > 3. Read /newroot/etc/initramfs.mount and /newroot/etc/fstab
7 > 4.1. If /newroot/etc/initramfs.mount does not exist
8 > Assume it contains only: /usr /var
9 > 5. Mount the combined items from said files
10
11 Should these be mounted rread-only or just mounted? Also, will
12 fsck still work if they are mounted?
13
14 I am concerned about /var being included in this because of the
15 potential of filling up the root partition. Upstream is only talking
16 about /usr as stated earlier in this thread, so how are we getting /var
17 involved?
18
19 William

Replies

Subject Author
Re: [gentoo-dev] /usr vs. initramfs redux "Robin H. Johnson" <robbat2@g.o>