Explorar el Código

mklive: update conf file with an uptodate pkglist.

Juan RP hace 11 años
padre
commit
2fdc8b11cc
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      mklive.sh.in

+ 1 - 4
mklive.sh.in

@@ -76,12 +76,9 @@ write_conf_file() {
 #
 # To build an official live image add the following packages:
 #  - dialog
-#  - dracut-network
-#  - dosfstools
 #  - f2fs-tools
 #  - grub-x86_64-efi
-#  - parted
-PACKAGE_LIST="dialog dracut-network dosfstools f2fs-tools grub-x86_64-efi parted"
+PACKAGE_LIST="dialog f2fs-tools grub-x86_64-efi"
 
 # Default Void Linux splash image for grub/syslinux.
 SPLASH_IMAGE=/usr/share/void-artwork/splash.png