summaryrefslogtreecommitdiff
blob: 117fc6f17f61ea6afc41e0f2d3b177980c31c471 (plain)
1
2
3
4
5
6
7
8
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Write a reboot record to /var/log/wtmp before unmounting

halt -w &>/dev/null

# vim:ts=4