From 70511e5ccb7e2500213e04173a70c067a7c9aa35 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 10 Mar 2017 07:12:42 -0500 Subject: init: move early mounting to function, add efivars ref: https://bugs.archlinux.org/task/52768 --- init | 6 +----- init_functions | 12 ++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/init b/init index 4891ed8..2cb3526 100644 --- a/init +++ b/init @@ -7,11 +7,7 @@ rd_logmask=0 . /init_functions -mount -t proc proc /proc -o nosuid,noexec,nodev -mount -t sysfs sys /sys -o nosuid,noexec,nodev -mount -t devtmpfs dev /dev -o mode=0755,nosuid -mount -t tmpfs run /run -o nosuid,nodev,mode=0755 -mkdir -m755 /run/initramfs +mount_setup # parse the kernel command line parse_cmdline