- Jun 07, 2009
-
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
- Jun 06, 2009
-
-
Thomas Bächler authored
If we have a symlink, we don't check further if it points to a block device, partially due to klibc's readlink being broken.
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
- Set rootdelay to 10 by default - Skip the whole detection stage if we use root on nfs - Use the new poll_device function to wait for at most $rootdelay seconds - Always pass rootdelay=0 to kinit, as we ensure the existence of the root device - Don't reboot after the fallback. This allows a user to fix a problem and continue booting - Rely on kinit to detect the root filesystem type. The rootfstype= option can still be used to override Our old method would have failed as well, as the code for filesystem detection is the same
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
- May 24, 2009
-
-
Tobias Powalowski authored
-
- May 23, 2009
-
-
Tobias Powalowski authored
-
Tobias Powalowski authored
-
- Apr 08, 2009
-
-
Aaron Griffin authored
Replace find-exec syntax, using + instead of \; This is faster (executes cat for all files instead of once for each file found). IMPORTANT: This also has the added benefit of fixing a bash 4.0 bug where $(find ... -exec ... \;) fails hard. Ugh Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Feb 04, 2009
-
-
Gerardo Exequiel Pozzi authored
udev forks some processes, and sometimes minips returns multiple PIDs. The error messages are annoying, so we'll simply remove them Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jan 27, 2009
-
-
Thomas Bächler authored
-
- Jan 23, 2009
-
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
These changes are potential breakers and we are not fully prepared to test them, nor are they fully usable just yet. Revert for now. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This was introduced with the switch to resolve-modalias Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jan 21, 2009
-
-
Aaron Griffin authored
Hook's BINARIES settings were being copied from the parent if using an alternate BASEDIR. This should fix that Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
The install.sh script compresses our man page, but effectively deletes it. Let's fix that. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This was never used and has no potential to be used. Just delete it. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This fixes issues with module resolving AND makes us run a bit faster Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jan 11, 2009
-
-
Thomas Bächler authored
-
- Dec 30, 2008
-
-
Aaron Griffin authored
blkid is part of e2fsprogs, not udev, so it's not as ubiquitous. Additionally, we need to use the same detection at installtime as we do at runtime. Thomas has patched klibc's fstype to work with ext4, so we should continue to use it Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Dec 29, 2008
-
-
Aaron Griffin authored
Original-work-by: Gerhard Brauer <gerhard.brauer@web.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
This is better and more updated with regards to figuring out the fs type of a given block device Original-work-by: Gerhard Brauer <gerhard.brauer@web.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Tobias Powalowski authored
-
-
- Oct 06, 2008
-
-
Gerhard Brauer authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Aug 31, 2008
-
-
Tobias Powalowski authored
-
Tobias Powalowski authored
-
- May 19, 2008
-
-
Thomas Bächler authored
The current dsdt-initrd patch (0.9a) has a bug where it only finds the file if its name is DSDT.aml, /DSDT.aml is not working, although that filename is allowed.
-