소스 검색

debian: preinst: remove modification of /etc/modules

modules are already handled by systemd and /lib/modules-load/qubes-*
HW42 9 년 전
부모
커밋
77392fd3a9
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      debian/qubes-core-agent.preinst

+ 0 - 5
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?
     # --------------------------------------------------------------------------