milis/bin/dracut/parse-iso-scan.sh

10 lines
199 B
Bash
Raw Normal View History

2016-02-24 01:27:23 +01:00
#!/bin/sh
# live images are specified with
# root=live:backingdev
isofile=$(getarg iso-scan/filename)
if [ -n "$isofile" ]; then
/sbin/initqueue --settled --unique /sbin/iso-scan "$isofile"
fi