pxe-bootserver/runall.sh

19 lines
360 B
Bash
Raw Normal View History

2023-04-13 01:33:18 +00:00
#!/bin/sh
. ./settings.sh
# 1. install needed debian packages:
./install-debian-packages.sh
# 2. configure debian system
./configure-debian-system.sh
# 3. configure full system, copy some stuff (not the non-free...)
./config-full.sh
# 4. download free stuff (knoppix...)
./download-free.sh
# 5. setting open file access
chmod a+rwx ${TFTP}/ -R