debian: preinst: remove modification of /etc/modules

modules are already handled by systemd and /lib/modules-load/qubes-*
This commit is contained in:
HW42 2015-02-03 04:39:50 +01:00 committed by Marek Marczykowski-Górecki
parent 6ff749a13a
commit 77392fd3a9

View File

@ -48,11 +48,6 @@ if [ "$1" = "install" ] ; then
# --------------------------------------------------------------------------
update-alternatives --force --install /bin/sh sh /bin/bash 999
# --------------------------------------------------------------------------
# Modules setup
# --------------------------------------------------------------------------
echo "xen_netfront" >> /etc/modules
# --------------------------------------------------------------------------
# Remove `mesg` from root/.profile?
# --------------------------------------------------------------------------