diff options
author | Holger Paradies <retabell@gmx.de> | 2017-05-30 12:39:59 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-05-30 13:59:01 +0200 |
commit | 24ca4eb209e42b3c0d0a5dd72c1359d41219b0d4 (patch) | |
tree | e91c7c0593032dbbf149ba9f061b0e3b1e554c4f /backend/modules/install_configure | |
parent | 768379ff9fdcf0052ed9a6a45ceec9dae3820498 (diff) | |
download | acritoxinstaller-24ca4eb209e42b3c0d0a5dd72c1359d41219b0d4.zip acritoxinstaller-24ca4eb209e42b3c0d0a5dd72c1359d41219b0d4.tar.gz |
do not remove busybox
busybox is needed in stretch
Diffstat (limited to 'backend/modules/install_configure')
-rw-r--r-- | backend/modules/install_configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/modules/install_configure b/backend/modules/install_configure index 719a9c8..50bca8f 100644 --- a/backend/modules/install_configure +++ b/backend/modules/install_configure @@ -111,7 +111,6 @@ function configure_target_purge_live_only_stuff() send install_step configure_target_purge_live_only_stuff # remove live-only-packages chroot_it dpkg --purge \ - busybox \ acritoxinstaller \ acritoxinstaller-kanotix \ kanotix-enable-persistent-live \ |