boot-stage-2-init.sh: Delete files under `/tmp'.

svn path=/nixos/trunk/; revision=13034
This commit is contained in:
Ludovic Courtès 2008-10-09 20:05:52 +00:00
parent f7770a6b63
commit 4891014cca

View File

@ -82,6 +82,9 @@ mkdir -m 0755 -p /home
# Miscellaneous boot time cleanup.
rm -rf /var/run
echo -n "cleaning \`/tmp'..."
rm -rf --one-file-system /tmp/*
echo " done"
if test -n "$safeMode"; then
mkdir -m 0755 -p /var/run