aboutsummaryrefslogtreecommitdiff
path: root/build
blob: c47d2799b31739afdd6c48b269a3e6f30c8890f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
log BEGIN
mount

log CYCLE_1
populate 1
runscript cycle.1.sh

log CYCLE_2
populate 2
runscript cycle.2.sh

log Configure+Cleanup+Kernel
runscript initrc.sh
runscript passwd.sh
runscript clean.sh
unmount
kernel

log ISO+Hash
isoit
hashit

log END