From 7bb2006007c1996f33758e41db070252d4d3607f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 May 2019 00:10:26 +0000 Subject: Make a lean and mean version, as a basis for filling an initramfs --- layout/rootfs/etc/rc.init | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 layout/rootfs/etc/rc.init (limited to 'layout/rootfs/etc/rc.init') diff --git a/layout/rootfs/etc/rc.init b/layout/rootfs/etc/rc.init deleted file mode 100755 index 579ef45..0000000 --- a/layout/rootfs/etc/rc.init +++ /dev/null @@ -1,19 +0,0 @@ -#!/command/execlineb -P - -# Set the system clock to something sensible, -# to get coherent logs until the initial NTP message - -if { s6-clock %%BUILDTIME%% } - - -# Initialize the service manager - -if { s6-rc-init /run/service } - - -# Run the service manager. -# Call it twice because the first time may spuriously "timeout" -# due to the clock jumping forward. - -if -nt { s6-rc -t %%RCTIMEOUT%% -- change ok-all } -s6-rc -t %%RCTIMEOUT%% -- change ok-all -- cgit v1.3.1