|
Lines 178-188
Link Here
|
| 178 |
|
178 |
|
| 179 |
# on umsdos fs this would lead to an error message, so direct errors to |
179 |
# on umsdos fs this would lead to an error message, so direct errors to |
| 180 |
# /dev/null |
180 |
# /dev/null |
| 181 |
##### Diego |
181 |
mount -no remount,ro / 2> /dev/null |
| 182 |
fuser -a -m / 2>/dev/null | \ |
|
|
| 183 |
xargs -n 1 -r | while read p; do ls -Gl /proc/$p/fd; done | tee -a /var/log/boot.fail.msg |
| 184 |
|
| 185 |
mount -no remount,ro / #2> /dev/null |
| 186 |
sync |
182 |
sync |
| 187 |
|
183 |
|
| 188 |
# stop any inactive software raid |
184 |
# stop any inactive software raid |