From 4578e9394c9dda73da418928f9a4658364effa59 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 14 Nov 2011 09:18:54 -0500 Subject: use util-linux's switch_root binary This is a much better solution than busybox's, as it will move our API filesystems and /run for us. Signed-off-by: Dave Reisner --- install/base | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/base b/install/base index 3d18fe0..0726fa2 100644 --- a/install/base +++ b/install/base @@ -9,6 +9,7 @@ build() { add_binary /sbin/modprobe add_binary /sbin/blkid add_binary /bin/mount + add_binary /sbin/switch_root add_symlink "/etc/mtab" "/proc/self/mounts" -- cgit v1.2.3-24-g4f1b