Victor Lowther
09f9fec00c
[PATCH 01/50] We have a path. Do not specify full paths to commands that are in it.
16 years ago
Jeremy Katz
dd1ae3a105
Slightly more reasonable timeout
16 years ago
Jeremy Katz
c58bf1b1f2
Also rescan after each new lvm2 member appears so we can find all devs
16 years ago
Jeremy Katz
e47d25ffb8
Don't use deprecated git-* commands
16 years ago
Jeremy Katz
ce1d00e166
Import volume info here too (noticed by wtogami with root-on-crypt-lv)
16 years ago
Bill Nottingham
09bab2aa8e
Go to an emergency shell if mounting the root filesystem fails.
16 years ago
Bill Nottingham
2064166d84
Fix 'root=LABEL=/'
...
As you can't have /dev/disk/by-label//, we need to escape the '/'
character in the same way that udev does.
16 years ago
Bill Nottingham
a019b9531f
Fix tense.
16 years ago
Jeremy Katz
549e53a4ee
Now that module dependencies work, we don't have to list as much
16 years ago
Jeremy Katz
a1119a718d
Fix module dependency handling
...
Module dependency handling wasn't being followed correctly; fix it
16 years ago
Jeremy Katz
6eedcafc37
Clean up noise from eu-readelf
16 years ago
Jeremy Katz
aabc0553b5
Add first pass of keyboard/console font setup
...
First pass of keyboard/console font setup. This ends up being Fedora/RHEL
specific as everyone specifies these things in a different place
16 years ago
Jeremy Katz
dd19241084
Fix typo with local mode installing switch_root
16 years ago
Jeremy Katz
55ca5f4f14
Update the documentation a bit for current status
16 years ago
Jeremy Katz
654568b39e
Basic support for loading SELinux from the initramfs
16 years ago
Jeremy Katz
0d666d610a
Stop depending on nash to find the program interpreter; use eu-readelf instead
16 years ago
Jeremy Katz
38672ee8b4
Add a spec file for rpm building
16 years ago
Jeremy Katz
ee67b75f1e
Handle rules.d being from the installed location
16 years ago
Jeremy Katz
4f25a3b9c0
Fedora calls --allow-missing as an arg to mkinitrd; noop it
16 years ago
Jeremy Katz
5533709cdb
plymouth calls set_verbose(), no noop it
16 years ago
Jeremy Katz
c0815e4e42
Fix shebang at the top of the file
16 years ago
Jeremy Katz
533cd7781a
Add a makefile
16 years ago
Jeremy Katz
5c481d345f
Make using the version from the current directory explicit
...
Rather than looking at the contents of the current directory always, require
explicitly specifying --local to use those files
16 years ago
Jeremy Katz
ab81170e59
Handle locations where we'll be installing files
...
Handle that files will be in different places once installed
16 years ago
Jeremy Katz
641cc35629
Make the generator start to be functional on a "real" system
...
Start to pull in modules from the system rather than the crude hack of
everything in a tree and explicitly list some classes of modules
including what's needed for dm-crypt
With this, I am now running a dracut initramfs on my laptop
16 years ago
Jeremy Katz
04b56f3a01
Add some basic functions used for the initramfs
...
Add some functions used by the initramfs generator from Fedora's mkinitrd with
bits and pieces stripped out. This needs a closer look to ensure that we're
not bringing along any other old baggage
16 years ago
Jeremy Katz
aec3529511
rstrode built a new plymouth with the changes, so we can drop that make install
16 years ago
Jeremy Katz
26eb9b952e
Move generator to be called 'dracut'
16 years ago
Jeremy Katz
7f70392f4b
let mount auto-determine the fs type
16 years ago
Jeremy Katz
1cdc7175f7
Now called dracut; add info about the mailing list
16 years ago
Jeremy Katz
4a3acd3b7b
Add pointer to Peter's switchroot
16 years ago
Jeremy Katz
78ad9ceb56
Update the README and add some docs for TODO and HACKING
16 years ago
Jeremy Katz
ed16343e66
Sleep forever instead of exiting so you can scroll back
16 years ago
Jeremy Katz
7e1bf3845f
Don't run udevsettle; instead, we keep looking for the rootfs
16 years ago
Jeremy Katz
b8bdba2104
Cut down to only creating the nodes that plymouth actually needs
16 years ago
Jeremy Katz
ca377f5294
Bump timeout to five minutes since people could be using encrypted root
16 years ago
Jeremy Katz
eb25ff7a27
Support root on LUKS (dm-crypt)
...
Support having root on LUKS with the password prompting handled by plymouth.
This requires ensuring our input is from /dev/console and also requires that
we import vol_id info about all block devices rather than ignoring dm devs
(which is what the persistent storage rules do by default)
16 years ago
Jeremy Katz
f39a104630
Add some modules
...
dm-crypt support requires that we have some modules, so add some basic
support for copying over a module tree for testing
16 years ago
Jeremy Katz
0c70846e5d
Add plymouth support
...
Add basic support for the use of plymouth in the new initrd world. Also
includes a hack at the moment to install from a local plymouth tree to make
testing easier
16 years ago
Jeremy Katz
ca9f625917
Some debugging helpers
...
Install terminfo files so that less is useful. Also, timeout mounting
the rootfs so that we can debug better
16 years ago
Jeremy Katz
7a18688c32
Add the basics for LVM support
...
For LVM, we need to do activation of the volume group within the initrd.
Stick lvm tools into the initrd as well as a (basic and stupid) udev rule
to run vgchange -ay. Ultimately we want to get a better rule for this into
udev proper
16 years ago
Jeremy Katz
35c5d61b82
Various fixes to make things work; also listen to root=
...
Apparently what I had committed was broken. This fixes some pieces up
and also adds (basic) support for using root=
16 years ago
Jeremy Katz
65e66984d6
Kill udevd
16 years ago
Jeremy Katz
a5e56335b5
And licensing...
16 years ago
Jeremy Katz
7de1a73d66
Having a README is always nice
16 years ago
Jeremy Katz
ec9315e562
Initial commit
...
First pass at a new initrd implementation. Right now, it's a very simple
/init and we use nash's switchroot command via switch_root. The idea is to
get a switchroot binary into util-linux that can be used instead
generate.sh will let you generate an initrd image. Note that the generator
is intentionally super simple right now and is an area that will need a lot
of work once we're happier with how the /init process runs
16 years ago