diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-03-10 13:12:42 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-03-10 13:19:24 +0100 |
commit | 70511e5ccb7e2500213e04173a70c067a7c9aa35 (patch) | |
tree | 3c2f80ed63d5360a76e98442d5dba61953d0ab6e /init | |
parent | 5249350c80a6158ebcf278e780f42c6abc3643f1 (diff) | |
download | mkinitcpio-70511e5ccb7e2500213e04173a70c067a7c9aa35.tar.gz mkinitcpio-70511e5ccb7e2500213e04173a70c067a7c9aa35.tar.xz |
init: move early mounting to function, add efivars
ref: https://bugs.archlinux.org/task/52768
Diffstat (limited to 'init')
-rw-r--r-- | init | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 </proc/cmdline |