From 77392fd3a93d07f9b76518a28b54b7eec3afd85d Mon Sep 17 00:00:00 2001 From: HW42 Date: Tue, 3 Feb 2015 04:39:50 +0100 Subject: [PATCH] debian: preinst: remove modification of /etc/modules modules are already handled by systemd and /lib/modules-load/qubes-* --- debian/qubes-core-agent.preinst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/qubes-core-agent.preinst b/debian/qubes-core-agent.preinst index fa05241..0302e29 100755 --- a/debian/qubes-core-agent.preinst +++ b/debian/qubes-core-agent.preinst @@ -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? # --------------------------------------------------------------------------