diff --git a/target/livecd/fixedfiles/system b/target/livecd/fixedfiles/system index 30dcdca2a..d7d270b66 100644 --- a/target/livecd/fixedfiles/system +++ b/target/livecd/fixedfiles/system @@ -99,6 +99,8 @@ case "$1" in find /var/lock /var/run /tmp -mindepth 1 -print0 2> /dev/null | xargs --null rm -rf rm -f /etc/nologin /nologin /fastboot ; touch /var/run/utmp chmod 664 /var/run/utmp ; chown root:tty /var/run/utmp + mkdir /tmp/.ICE-unix + chmod 1777 /tmp/.ICE-unix status title "Writing /var/log/boot.msg."