]> git.ipfire.org Git - thirdparty/dracut.git/commit
base/dracut-lib.sh:dev_unit_name() guard against $dev beginning with "-" 109/head
authorAlexander Tsoy <alexander@tsoy.me>
Tue, 5 Jan 2016 19:11:57 +0000 (22:11 +0300)
committerAlexander Tsoy <alexander@tsoy.me>
Tue, 5 Jan 2016 19:59:52 +0000 (22:59 +0300)
commitc41df7e1db1adc51399ab2c22f251b15eb2065b1
tree305936aa3abfa9e3dab3fb63536f848b155e4e60
parentb8bccd398a4214376474c330ee4b756a4d0c1d19
base/dracut-lib.sh:dev_unit_name() guard against $dev beginning with "-"

crypt/parse-crypt.sh generate initqueue job which always call
dev_unit_name() with an argument beginning with "-". This results
in the following error:

dracut-initqueue[307]: + systemd-escape -p -cfb4aa43-2f02-4c6b-a313-60ea99288087
dracut-initqueue[307]: systemd-escape: invalid option -- 'c'
modules.d/99base/dracut-lib.sh