| Line 81... |
Line 81... |
| 81 |
echo $"*** system size and speed of hard drives."
|
81 |
echo $"*** system size and speed of hard drives."
|
| 82 |
|
82 |
|
| 83 |
/sbin/fixfiles -F restore > /dev/null 2>&1
|
83 |
/sbin/fixfiles -F restore > /dev/null 2>&1
|
| 84 |
fi
|
84 |
fi
|
| 85 |
rm -f /.autorelabel
|
85 |
rm -f /.autorelabel
|
| - |
|
86 |
# at this point fsck was already executed see bz1236062
|
| - |
|
87 |
[ -f /forcefsck ] && rm -f /forcefsck
|
| - |
|
88 |
|
| 86 |
echo $"Unmounting file systems"
|
89 |
echo $"Unmounting file systems"
|
| 87 |
umount -a
|
90 |
umount -a
|
| 88 |
mount -n -o remount,ro /
|
91 |
mount -n -o remount,ro /
|
| 89 |
echo $"Automatic reboot in progress."
|
92 |
echo $"Automatic reboot in progress."
|
| 90 |
reboot -f
|
93 |
reboot -f
|
| Line 520... |
Line 523... |
| 520 |
# filesystems are NOT unmounted in single user mode.
|
523 |
# filesystems are NOT unmounted in single user mode.
|
| 521 |
# The 'no' applies to all listed filesystem types. See mount(8).
|
524 |
# The 'no' applies to all listed filesystem types. See mount(8).
|
| 522 |
if [ "$READONLY" != "yes" ] ; then
|
525 |
if [ "$READONLY" != "yes" ] ; then
|
| 523 |
action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev
|
526 |
action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev
|
| 524 |
else
|
527 |
else
|
| 525 |
action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O no_netdev
|
528 |
action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev
|
| 526 |
fi
|
529 |
fi
|
| 527 |
|
530 |
|
| 528 |
# Check to see if a full relabel is needed
|
531 |
# Check to see if a full relabel is needed
|
| 529 |
if [ -n "$SELINUX_STATE" -a "$READONLY" != "yes" ]; then
|
532 |
if [ -n "$SELINUX_STATE" -a "$READONLY" != "yes" ]; then
|
| 530 |
if [ -f /.autorelabel ] || strstr "$cmdline" autorelabel ; then
|
533 |
if [ -f /.autorelabel ] || strstr "$cmdline" autorelabel ; then
|