diff --git a/scripts_debian/04_install_qubes.sh b/scripts_debian/04_install_qubes.sh index 5ee2cb2..449f4ce 100755 --- a/scripts_debian/04_install_qubes.sh +++ b/scripts_debian/04_install_qubes.sh @@ -89,6 +89,7 @@ chroot $INSTALLDIR useradd -g user -G dialout,cdrom,floppy,sudo,audio,dip,video, echo "xen_netfront" >> $INSTALLDIR/etc/modules +sed -i -e '/^mesg n/d' $INSTALLDIR/root/.profile # Kill any processes that might have been started by apt before unmounting lsof $INSTALLDIR | tail -n +2 | awk '{print $2}' | xargs --no-run-if-empty kill