diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-05-10 17:04:46 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-14 10:00:53 +0200 |
commit | 460f2e113cedec9211e0e22b75d344f8d7fe735d (patch) | |
tree | 69dedfc4f9eefc665b2566b0f3716a78ed55d50a | |
parent | df50757ab2a9ec6b65d31656d2b73fa1202a2d67 (diff) | |
download | acritoxinstaller-460f2e113cedec9211e0e22b75d344f8d7fe735d.zip acritoxinstaller-460f2e113cedec9211e0e22b75d344f8d7fe735d.tar.gz |
remove zram after install
-rw-r--r-- | backend/modules/install_configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/modules/install_configure b/backend/modules/install_configure index 114a958..d4bf51f 100644 --- a/backend/modules/install_configure +++ b/backend/modules/install_configure @@ -132,9 +132,7 @@ function configure_target_purge_live_only_stuff() live-manual-txt \ live-manual \ gfxoverlay \ - mknbi \ - syslinux \ - tftpd-hpa &> /dev/null + zram &> /dev/null # remove kde-config-touchpad if no touchpad is available [ "$(su "$FLL_LIVE_USER" -c "qdbus org.kde.synaptiks /modules/synaptiks org.kde.Synaptiks.isTouchpadAvailable")" = true ] && \ |