aboutsummaryrefslogtreecommitdiff
path: root/build
blob: 10271f2eb452c87c18d00f91bdc0538f0a5c6a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
+log BEGIN
log stamp
log CYCLE_1
log stamp

mount
populate 1
runscript cycle.1.sh

log stamp
log CYCLE_2
log stamp

populate 2
runscript cycle.2.sh

log stamp
log CYCLE_3
log stamp

populate 3
runscript cycle.3.sh

log stamp
log Configure+Cleanup+Kernel
log stamp

runscript initrc.sh
runscript passwd.sh
runscript clean.sh
unmount
kernel x86_64

log stamp
log Tar+Hash
log stamp

tarit
hashit

+log stamp
+log Extras
+log stamp
+
+mount
+populate 4
+runscript cycle.3.sh
+unmount
+kernel x86_64
+
+log stamp
+log END