aboutsummaryrefslogtreecommitdiffstats
path: root/testing/epoch/epoch.conf
blob: cb8317125081c6954446e566c5f4d85a7e8632a0 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
DefaultRunlevel default

DisableCAD true

BootBannerText Booting Alpine Linux
BootBannerColor GREEN

Hostname FILE /etc/hostname
#Domainname example.org

#MountVirtual devfs devpts devshm procfs sysfs

EnableLogging true
BlankLogOnBoot true

ObjectID rootfs
	ObjectStartCommand /bin/mount -o remount,rw /
# fstab already remounts as ro, busybox umount unmounts
# /proc, so this would not work anyway.
#	ObjectStopCommand /bin/mount -o remount,ro /
	ObjectStopCommand NONE
	ObjectStartPriority 1
	ObjectStopPriority 99
	ObjectEnabled true
	ObjectRunlevels default

ObjectID fstab
	ObjectStartCommand /bin/mount -a
	ObjectStopCommand /bin/umount -ar
	ObjectStartPriority 2
	ObjectStopPriority 98
	ObjectEnabled true
	ObjectRunlevels default

ObjectID getty_tty1
	ObjectStartCommand /sbin/getty 38400 tty1&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID getty_tty2
	ObjectStartCommand /sbin/getty 38400 tty2&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID getty_tty3
	ObjectStartCommand /sbin/getty 38400 tty3&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID getty_tty4
	ObjectStartCommand /sbin/getty 38400 tty4&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID getty_tty5
	ObjectStartCommand /sbin/getty 38400 tty5&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID getty_tty6
	ObjectStartCommand /sbin/getty 38400 tty6&
	ObjectStopCommand NONE
	ObjectStartPriority 3
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE AUTORESTART 

ObjectID eth0
	ObjectStartCommand ip link set eth0 up
	ObjectStopCommand NONE
	ObjectStartPriority 4
	ObjectStopPriority 0
	ObjectEnabled true
	ObjectRunlevels default

ObjectID udhcpc
	ObjectStartCommand udhcpc
	ObjectStopCommand PID
	ObjectStartPriority 5
	ObjectStopPriority 95
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions SERVICE

ObjectID killall
	ObjectStopCommand killall5 -15
	ObjectStartPriority 0
	ObjectStopPriority 100
	ObjectEnabled true
	ObjectRunlevels default
	ObjectOptions HALTONLY