From 4235c2ddb0dc2eb242c8fcdb7b782b113ae9db0c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 27 Aug 2013 10:05:07 +0200 Subject: [PATCH] remove custom init file --- usr/share/archboot/base/init | 96 ------------------------------------ 1 file changed, 96 deletions(-) delete mode 100755 usr/share/archboot/base/init diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init deleted file mode 100755 index eaa07ec92..000000000 --- a/usr/share/archboot/base/init +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/env bash -PATH=/usr/sbin:/usr/bin:/sbin:/bin -udevd_running=0 -mount_handler=default_mount_handler -init=/sbin/init -rd_logmask=0 - -if [ -x /usr/bin/systemd-timestamp ]; then - RD_TIMESTAMP=$(systemd-timestamp) -fi -. /init_functions - -# add sh symlink -ln -s /bin/bash /bin/sh - -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 -### HACK: -# remove it when lvm and dmraid use correct /run directory! -mkdir -m1777 /run/lock - -# parse the kernel command line -parse_cmdline