ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lmainit/boot.fac
(Generate patch)

Comparing lmainit/boot.fac (file contents):
Revision 1.2 by root, Wed Jan 7 09:33:59 2004 UTC vs.
Revision 1.3 by root, Mon Mar 8 22:58:16 2004 UTC

77end 77end
78 78
79def mount_proc "Mounting proc-filesystem" 79def mount_proc "Mounting proc-filesystem"
80 start() { 80 start() {
81 safe_eval /bin/mount -ntproc none /proc 81 safe_eval /bin/mount -ntproc none /proc
82 }
83end
84
85def mount_sys "Mounting sys-filesystem"
86 start() {
87 safe_eval /bin/mount -ntsysfs none /sys
82 } 88 }
83end 89end
84 90
85def check_modules "Checking/creating module dependencies" 91def check_modules "Checking/creating module dependencies"
86 start() { 92 start() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines