--- lmainit/boot.fac 2004/01/07 09:33:59 1.2 +++ lmainit/boot.fac 2004/03/08 22:58:16 1.3 @@ -82,6 +82,12 @@ } end +def mount_sys "Mounting sys-filesystem" + start() { + safe_eval /bin/mount -ntsysfs none /sys + } +end + def check_modules "Checking/creating module dependencies" start() { local release=$(uname -r)