From 2c6b8367f0f526c6a12b91b85f2f7f3ef35b5559 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 5 May 2006 15:45:27 +0000 Subject: replace_root changes for encryption - edits the existing cmdline for the /dev/mapper root device after applying decryption git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@66 880c04e9-e011-0410-abf7-b926e227c9cd --- init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index e1c6ac4..f2d6361 100644 --- a/init +++ b/init @@ -8,7 +8,8 @@ msg ":: Loading Initramfs" /bin/mount -t sysfs none /sys /bin/mount -t proc none /proc -CMDLINE=$(/bin/cat /proc/cmdline) +read CMDLINE