summaryrefslogtreecommitdiffstats
path: root/fs/initramfs/init
diff options
context:
space:
mode:
Diffstat (limited to 'fs/initramfs/init')
-rwxr-xr-xfs/initramfs/init7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/initramfs/init b/fs/initramfs/init
deleted file mode 100755
index a27548217..000000000
--- a/fs/initramfs/init
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# devtmpfs does not get automounted for initramfs
-/bin/mount -t devtmpfs devtmpfs /dev
-exec 0</dev/console
-exec 1>/dev/console
-exec 2>/dev/console
-exec /sbin/init $*