File tree 2 files changed +3
-26
lines changed
2 files changed +3
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -266,17 +266,17 @@ files:
266
266
ANSI_COLOR="1;34"
267
267
HOME_URL="https://github.com/tinkerbell/hook"
268
268
269
- # Putting scripts in /etc/init.d/ allows them to be run at boot time
269
+ # Putting scripts in /etc/init.d/ allows them to be run at boot time by the init system
270
270
- path : etc/init.d/002-vlan.sh
271
271
source : " files/vlan.sh"
272
272
mode : " 0777"
273
273
274
- # Putting scripts in /etc/init.d/ allows them to be run at boot time
274
+ # Putting scripts in /etc/init.d/ allows them to be run at boot time by the init system
275
275
- path : etc/init.d/003-static-network.sh
276
276
source : " files/static-network.sh"
277
277
mode : " 0777"
278
278
279
- # This makes the script available in the host PATH
279
+ # This makes the script available in the host $ PATH
280
280
- path : sbin/setup-dns
281
281
source : " files/setup-dns.sh"
282
282
mode : " 0777"
You can’t perform that action at this time.
0 commit comments