about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-09-14 15:17:40 +0200
committerJuan RP <xtraeme@gmail.com>2013-09-14 15:17:40 +0200
commit2fdc8b11cc04dd6146075f20d72615ea9b352ee4 (patch)
tree824575b439e4607c65d840206fc3b5a580b29c67 /mklive.sh.in
parent63dbda3e43e9ffc4f24aeedf04906f5cd5a8b4d6 (diff)
downloadhrmpf-2fdc8b11cc04dd6146075f20d72615ea9b352ee4.tar.gz
hrmpf-2fdc8b11cc04dd6146075f20d72615ea9b352ee4.tar.xz
hrmpf-2fdc8b11cc04dd6146075f20d72615ea9b352ee4.zip
mklive: update conf file with an uptodate pkglist.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 565af4d..adb1159 100644
--- a/mklive.sh.in
+++ b/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