Explorar el Código

Replacement package

Bob Mottram hace 8 años
padre
commit
c961fb02f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-image-make

+ 1
- 1
src/freedombone-image-make Ver fichero

@@ -90,7 +90,7 @@ fi
90 90
 
91 91
 # Packages to install in all Freedombone environments
92 92
 base_pkgs="apt base-files ifupdown initramfs-tools \
93
-logrotate module-init-tools netbase rsyslog udev debian-archive-keyring"
93
+logrotate kmod netbase rsyslog udev debian-archive-keyring"
94 94
 
95 95
 # Packages needed on the beaglebone
96 96
 beaglebone_pkgs="linux-image-armmp u-boot-tools u-boot"