dracut/modules.d/99base
Will Woods 32b2fb8a27 make splitsep preserve backslashes (RHBZ#851295)
splitsep() would drop escapes from its inputs. For example:

  splitsep ':' 'first:middle:\e\s\c\a\p\e\d' a b c

gave a='first', b='middle', c='escaped'. Even worse:

  splitsep ':' '\e\s\c\a\p\e\d:middle:last' a b c

gave a='escaped', b='escaped', c='escaped:middle:last'.

This fixes the quoting so both calls return the values you'd expect
(e.g. 'first', 'middle', '\e\s\c\a\p\e\d').
2012-08-24 09:29:31 +02:00
..
dracut-lib.sh make splitsep preserve backslashes (RHBZ#851295) 2012-08-24 09:29:31 +02:00
init.sh add back scsi_wait_scan 2012-08-17 09:22:12 +02:00
initqueue.sh add initqueue --env and "online" hook 2012-03-08 11:05:29 +01:00
loginit.sh base/loginit.sh: revert "quiet" patch 2012-06-04 03:09:09 -04:00
module-setup.sh moved the /etc/host_devs write out to 99base 2012-08-23 12:13:02 +02:00
parse-root-opts.sh parse-root-opts: first check for ro, later for rw 2012-07-26 17:35:59 +02:00
wait-host-devs.sh wait host devs in base module 2012-08-23 10:15:09 +02:00