diff --git a/boot/boot-stage-2-init.sh b/boot/boot-stage-2-init.sh index 3ae40824285..01963d43cc1 100644 --- a/boot/boot-stage-2-init.sh +++ b/boot/boot-stage-2-init.sh @@ -82,9 +82,10 @@ 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" + +#echo -n "cleaning \`/tmp'..." +#rm -rf --one-file-system /tmp/* +#echo " done" if test -n "$safeMode"; then mkdir -m 0755 -p /var/run