mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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…
Reference in New Issue
Block a user