Subversion Repositories configs

Rev

Rev 34 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 55
Line 169... Line 169...
169
   /sbin/halt.local "$message" "$command" "$HALTARGS" "$kexec_command"
169
   /sbin/halt.local "$message" "$command" "$HALTARGS" "$kexec_command"
170
fi
170
fi
171
 
171
 
172
# Tell init to re-exec itself.
172
# Tell init to re-exec itself.
173
kill -TERM 1
173
kill -TERM 1
-
 
174
# And give init some time to do that (#1259873)
-
 
175
sleep 1
174
 
176
 
175
# Remount read only anything that's left mounted.
177
# Remount read only anything that's left mounted.
176
# echo $"Remounting remaining filesystems readonly"
178
# echo $"Remounting remaining filesystems readonly"
177
mount | awk '{ print $1,$3 }' | while read dev dir; do
179
mount | awk '{ print $1,$3 }' | while read dev dir; do
178
    fstab-decode mount -n -o ro,remount $dev $dir
180
    fstab-decode mount -n -o ro,remount $dev $dir