debian: preinst: remove modification of /etc/modules
modules are already handled by systemd and /lib/modules-load/qubes-*
This commit is contained in:
parent
6ff749a13a
commit
77392fd3a9
5
debian/qubes-core-agent.preinst
vendored
5
debian/qubes-core-agent.preinst
vendored
@ -48,11 +48,6 @@ if [ "$1" = "install" ] ; then
|
|||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
update-alternatives --force --install /bin/sh sh /bin/bash 999
|
update-alternatives --force --install /bin/sh sh /bin/bash 999
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
|
||||||
# Modules setup
|
|
||||||
# --------------------------------------------------------------------------
|
|
||||||
echo "xen_netfront" >> /etc/modules
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# Remove `mesg` from root/.profile?
|
# Remove `mesg` from root/.profile?
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user