From: Robin H. Johnson Date: Sat, 13 Oct 2012 18:05:42 +0000 (+0000) Subject: Attempt to fix bug #421839: missing /run on LiveCD environment. X-Git-Tag: v3.4.44~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=097e88ff46af4b8d5723ffad30e3e5c0c4d6a61a;p=genkernel.git Attempt to fix bug #421839: missing /run on LiveCD environment. Signed-off-by: Robin H. Johnson --- diff --git a/defaults/linuxrc b/defaults/linuxrc index d6766b8..011505c 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -409,7 +409,7 @@ then good_msg "Making tmpfs for ${NEW_ROOT}" mount -n -t tmpfs tmpfs "${NEW_ROOT}" - for i in dev mnt mnt/livecd mnt/key tmp tmp/.initrd mnt/gentoo sys + for i in dev mnt proc run sys tmp mnt/livecd mnt/key tmp/.initrd mnt/gentoo do mkdir -p "${NEW_ROOT}/${i}" chmod 755 "${NEW_ROOT}/${i}"