File: mkisofs

package info (click to toggle)
rootstrap 0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 37
  • sloc: python: 126; makefile: 68; sh: 59
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

if test -z "$output"; then
    output="rootstrap.iso"
fi

mkisofs -R -q -o /etc/rootstrap/workdir/$output $options $TARGET