added directory index needed for porteus config to boot
[pxelator] / conf / .install.sh
1 # common shell functions for installation
2
3 debian_mirror=http://192.168.1.20:3142/ftp.debian.org/debian
4
5 function depends() {
6         dpkg -l $1 >/dev/null || sudo apt-get install syslinux
7 }
8