boot-stage-2-init.sh: Delete files under `/tmp'.
svn path=/nixos/trunk/; revision=13034
This commit is contained in:
parent
f7770a6b63
commit
4891014cca
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user