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

Comparing lmainit/boot.fac (file contents):
Revision 1.1 by root, Sat Dec 7 21:49:49 2002 UTC vs.
Revision 1.3 by root, Mon Mar 8 22:58:16 2004 UTC

80 start() { 80 start() {
81 safe_eval /bin/mount -ntproc none /proc 81 safe_eval /bin/mount -ntproc none /proc
82 } 82 }
83end 83end
84 84
85def mount_sys "Mounting sys-filesystem"
86 start() {
87 safe_eval /bin/mount -ntsysfs none /sys
88 }
89end
90
85def check_modules "Checking/creating module dependencies" 91def check_modules "Checking/creating module dependencies"
86 start() { 92 start() {
87 local release=$(uname -r) 93 local release=$(uname -r)
88 echo "Linux release $release" 94 echo "Linux release $release"
89 rm -f /lib/modules/current 95 rm -f /lib/modules/current
111 117
112def "kmesg" "Saving kernel messages" 118def "kmesg" "Saving kernel messages"
113 start() { 119 start() {
114 { 120 {
115 echo "-- `date` --" 121 echo "-- `date` --"
116 dmesg -c 122 dmesg -c -s131072
117 klogd -o -f /dev/null 123 klogd -o -f /dev/null
118 } >/var/log/lastboot 124 } >/var/log/lastboot
119 } 125 }
120end 126end
121 127

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines