Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] InitRAMFS - boot expert sought
Date: Tue, 27 Mar 2012 23:52:24
Message-Id: 4F72522C.7070509@gmail.com
In Reply to: Re: [gentoo-user] InitRAMFS - boot expert sought by Alan McKinnon
1 Alan McKinnon wrote:
2 > On Tue, 27 Mar 2012 17:31:06 -0500
3 > Dale <rdalek1967@×××××.com> wrote:
4 >
5 >> Alan McKinnon wrote:
6 >>> On Tue, 27 Mar 2012 16:59:30 -0500
7 >>> Dale <rdalek1967@×××××.com> wrote:
8 >>>
9 >>>> Mark Knecht wrote:
10 >>>>> On Tue, Mar 27, 2012 at 1:36 PM, Dale <rdalek1967@×××××.com>
11 >>>>> wrote: <SNIP>
12 >>>>> Right now, my plan is to mask udev at what it is and either
13 >>>>>> switch to another distro
14 >>>>> <SNIP>
15 >>>>>
16 >>>>> Just remember, with distros it's the device you know for the devil
17 >>>>> you don't know...
18 >>>>>
19 >>>>> I don't understand why any of this /usr /udev stuff is bothering
20 >>>>> you. Do you really use a separate /usr? Aren't you on stable like
21 >>>>> me or are you on ~amd64?
22 >>>>>
23 >>>>> Good luck. I'm positive you'll come to your senses about this
24 >>>>> Ubuntu nonsense! ;-)))
25 >>>>>
26 >>>>> Cheers,
27 >>>>> Mark
28 >>>>>
29 >>>>>
30 >>>>
31 >>>>
32 >>>> My plan was to put / on ext4, /boot on ext2 and everything else on
33 >>>> LVM. That would incluse /usr, /usr/portage, /var and /home. I have
34 >>>> not done that yet because doing it would force me to make a choice
35 >>>> very soon since this mess is coming pretty soon.
36 >>>
37 >>> That's easy to fix. It takes a while and it's mind-numbingly boring,
38 >>> but it's easy.
39 >>>
40 >>> All you need is a decent amount of free disk space as you will
41 >>> shuffle things around just like in that 15 pieces game.
42 >>>
43 >>> Assuming / is the first (or second) partition on a disk:
44 >>>
45 >>> Measure how much data is on the file system.
46 >>> Measure how much data is on the /usr file system.
47 >>> Move partitions after / on the disk out of the way creating enough
48 >>> free space to contain current / and /usr.
49 >>> Enlarge / partition, enlarge the file system on it, copy contents
50 >>> of /usr there.
51 >>> Arrange the rest of your disk the way you want it (either with or
52 >>> without LVM, both are easy enough to do).
53 >>> Move the rest of your data back to it's final destination.
54 >>> Delete any last remnants of the old /usr partition.
55 >>>
56 >>> And all your worries about initramfs will go away. Trust me (no, not
57 >>> because I sell used cars, but because I do this for a living and
58 >>> have done it several times)
59 >>>
60 >>
61 >>
62 >> Right now, I doubt my current / partition can hold all the /usr stuff.
63 >> It would require a complete undoing then redoing, like you just laid
64 >> out. I have done this before but I would like to only have to do it
65 >> once and be done. That is why I want to use LVM for everything but /
66 >> but if I could get this to work right, I wouldn't mind having / on LVM
67 >> too.
68 >
69 > / on LVM isn't all that useful, simply because it's size doesn't change
70 > much and there's no real need to grow it. It's not like /var.
71 >
72 > Binary distros put LVm on / not because it's a good idea but because
73 > they like to have consistency. You don't need that because you know
74 > what you built and it doesn't need to be supported by a corporate
75 > employee far away.
76 >
77 > You are worrying yourself needlessly about this init thing.
78 >
79 > Just take some small measures to ensure that it will never be a factor.
80 >
81 >
82
83 So throw out my plans and just do it their way? In that case, I may as
84 well use Fedora since it sort of started there. Maybe that is what they
85 wanted and planned. Screw everyone using a source based distro and they
86 will just come use ours. This is starting to make me paranoid now. ROFL
87
88 Dale
89
90 :-) :-)
91
92
93 --
94 I am only responsible for what I said ... Not for what you understood or
95 how you interpreted my words!
96
97 Miss the compile output? Hint:
98 EMERGE_DEFAULT_OPTS="--quiet-build=n"

Replies

Subject Author
Re: [gentoo-user] InitRAMFS - boot expert sought Neil Bothwick <neil@××××××××××.uk>