summaryrefslogtreecommitdiff
path: root/dracut-gencmdline
AgeCommit message (Collapse)AuthorFilesLines
2009-11-05dracut-gencmdline: do not use full path for readlinkHarald Hoyer1-1/+1
2009-11-03dracut-gencmdline: fix regex quoting in findstoragedriver()Alan Jenkins1-3/+3
On my LVM system this changes the relevant output from "rd_NO_LVM" to "rd_LVM_VG=alan-desktop.Linux" Note that on my newer system, it now reaches moduledep() and complains. I don't know enough awk to tell whose fault it is :). awk: line 2: function gensub never defined awk: line 2: function gensub never defined rd_NO_MD rd_NO_LVM rd_NO_LUKS LANG=en_GB.UTF-8 root=/dev/sda2 Both my systems (old ubuntu and debian unstable) agree that bash regexes should not be quoted: $ [[ 'a' =~ a ]] && echo match match $ [[ 'a' =~ ^a$ ]] && echo match match $ [[ 'a' =~ '^a$' ]] && echo match $ (and yes, it is safe against globbing) $ touch 9 $ echo [0-9] 9 $ [[ 1 =~ [0-9] ]] && echo match match
2009-10-01dracut-gencmdline: fixed rd_NO_LUKS caseHarald Hoyer1-1/+1
2009-10-01fixed UUID= and LABEL= handlingHarald Hoyer1-32/+30
2009-09-29dracut-gencmdline: check for keyboard & i18n filesLance Albertson1-2/+2
2009-09-18dracut-gencmdline: add missing functionsHarald Hoyer1-0/+33
2009-08-16Split kernel module loading into smaller chunks.Victor Lowther1-7/+0
This prepares to more tightly integrate dracut-gencmdline with the rest of the dracut scripts
2009-08-14Get rid of redundant NONL stuff in dracut-gencmdlineVictor Lowther1-13/+2
2009-08-14dracut-gencmdline: fix LUKS_UUID and MD_UUID outputHarald Hoyer1-1/+4
2009-07-25dracut/dracut-gencmdline: fixed copyright headerHarald Hoyer1-2/+1
2009-07-21dracut-gencmdline: output root device and plymouth themeHarald Hoyer1-5/+21
2009-07-17dracut-gencmdline - generate the kernel command line for the local hostHarald Hoyer1-0/+684