From a7da53bd2c80caf9ae3883857a82b97772a369c7 Mon Sep 17 00:00:00 2001 From: ANDY KENNEDY Date: Thu, 27 Jan 2011 12:10:46 -0600 Subject: fs/skeleton: mount /proc before remounting rw inittab ordering causes mount to fail on remount,rw. inittab changed to mount /proc first. Signed-off-by: Andy Kennedy Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab index 4be14b829..873db29c7 100644 --- a/fs/skeleton/etc/inittab +++ b/fs/skeleton/etc/inittab @@ -14,8 +14,8 @@ # process == program to run # Startup the system -null::sysinit:/bin/mount -o remount,rw / null::sysinit:/bin/mount -t proc proc /proc +null::sysinit:/bin/mount -o remount,rw / null::sysinit:/bin/mkdir -p /dev/pts null::sysinit:/bin/mount -a null::sysinit:/bin/hostname -F /etc/hostname -- cgit v1.2.3