blob: 1dd2d37295116c3006767377405559ee51ff1b82 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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
|