diff options
-rw-r--r-- | etc/rc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -181,6 +181,12 @@ esac swapon -a +# Last chance to do things before potentially waiting for +# operator to do fsck related tasks +if [ -r /etc/rc.early ]; then + . /etc/rc.early +fi + case ${bootmode} in autoboot) echo 'Automatic boot in progress...' |