From 13a3afc536b845e8de8eea9b91bbc6e7430c4566 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 6 Sep 2011 23:16:09 +0200 Subject: fs/initramfs: refactor with fs/cpio An initramfs is in fact the same as a cpio archive, but embedded in the kernel. So instead of duplicating the cpio infrastructure, we can simply build images/rootfs.cpio and link that into the kernel. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- fs/initramfs/init | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 fs/initramfs/init (limited to 'fs/initramfs/init') 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 2>/dev/console -exec /sbin/init $* -- cgit v1.2.3