#!/bin/zsh
DO=$0
main() {
args build_dir fstab \
url=https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/5.3.2/systemrescuecd-x86-5.3.2.iso/download
# url=https://sourceforge.net/projects/systemrescuecd/files/latest/download
depend download-file filename: url:
eval $(getvars)
build-dir-from-image $filename iso9660
}
. ./common.zsh
# vim: fileencoding=utf8 ft=zsh noet sw=4 ts=4 sts=4