--- trunk/mkinitrd-magellan/livecd/linuxrc.sh 2011/09/07 17:36:17 1511 +++ trunk/mkinitrd-magellan/livecd/linuxrc.sh 2011/09/07 17:39:50 1512 @@ -210,6 +210,9 @@ (cd ${CLOOPMOUNTDIR}; cp -a etc root home var /sysroot) + # ensure that /sysroot/linurc exists + [ ! -e /sysroot/linuxrc ] && ln -snf ${INITEXEC} /sysroot/linuxrc + # ensure the right permissions chmod 1777 /sysroot/tmp chmod 1777 /sysroot/var/tmp