parse-iso-scan.sh 199 B

12345678910
  1. #!/bin/sh
  2. # live images are specified with
  3. # root=live:backingdev
  4. isofile=$(getarg iso-scan/filename)
  5. if [ -n "$isofile" ]; then
  6. /sbin/initqueue --settled --unique /sbin/iso-scan "$isofile"
  7. fi