Revision b523add0
Added by Scott Ullrich over 18 years ago
etc/rc | ||
---|---|---|
41 | 41 |
# Enable console output if its muted. |
42 | 42 |
/sbin/conscontrol mute off >/dev/null |
43 | 43 |
|
44 |
SOFTUPDATES=`grep "enablesoftupdates" /cf/conf/config.xml | wc -l` |
|
45 |
if [ $SOFTUPDATES -gt 0 ]; then |
|
46 |
/sbin/tunefs -n enable / 2>/dev/null |
|
47 |
fi |
|
48 |
|
|
44 | 49 |
# Mount memory file system if it exists |
45 | 50 |
echo -n "Mounting filesystems..." |
46 | 51 |
/sbin/mount -a |
Also available in: Unified diff
Handle enablesoftupdates on the full installation platform as well