File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Expand file tree Collapse file tree 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:
266266 ANSI_COLOR="1;34"
267267 HOME_URL="https://github.com/tinkerbell/hook"
268268
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
270270 - path : etc/init.d/002-vlan.sh
271271 source : " files/vlan.sh"
272272 mode : " 0777"
273273
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
275275 - path : etc/init.d/003-static-network.sh
276276 source : " files/static-network.sh"
277277 mode : " 0777"
278278
279- # This makes the script available in the host PATH
279+ # This makes the script available in the host $ PATH
280280 - path : sbin/setup-dns
281281 source : " files/setup-dns.sh"
282282 mode : " 0777"
You can’t perform that action at this time.
0 commit comments