complete start over...
This commit is contained in:
22
old-version/runall.sh
Executable file
22
old-version/runall.sh
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/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 menu
|
||||
./generate-full-menu.sh
|
||||
#./generate-minimal-menu.sh
|
||||
|
||||
# 4. download free stuff (knoppix...)
|
||||
./download-free.sh
|
||||
|
||||
# 5. download windows stuff
|
||||
./configure-windows-pxeboot.sh
|
||||
|
||||
# 6. rerun some settings...
|
||||
./configure-debian-system.sh
|
Reference in New Issue
Block a user