summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/modules/install_configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/backend/modules/install_configure b/backend/modules/install_configure
index 36f85f9..5c9034c 100644
--- a/backend/modules/install_configure
+++ b/backend/modules/install_configure
@@ -89,19 +89,6 @@ EOF
;;
esac
- # if build with debpool install selected packages
- # make a distinction between uefi and legacy packages
- # TODO implement ia32
- if [ -d /run/live/medium/debian ]; then
- if [ -d /sys/firmware/efi/efivars ]; then
- cp -f /run/live/medium/debian/pool/main/g/grub2/*.deb "$TARGET/tmp/"
- #cp -f /run/live/medium/debian/pool/main/m/mokutil/*.deb "$TARGET/tmp/"
- #cp -f /run/live/medium/debian/pool/main/r/refind/*.deb "$TARGET/tmp/"
- fi
- #cp -f /run/live/medium/debian/pool/main/o/openssh/*.deb "$TARGET/tmp/"
- ls "$TARGET/tmp/" >/tmp/target.log
- fi
-
# install hooks
if [ "$(ls $TARGET/usr/share/acritoxinstaller/target-config)" ]; then
for hook in $TARGET/usr/share/acritoxinstaller/target-config/*
@@ -165,11 +152,6 @@ function configure_target_purge_live_only_stuff()
# remove unused stuff
chroot_it apt-get autoremove --purge --yes &> /dev/null
- # install copied file from debpool
- if [ -d /run/live/medium/debian ]; then
- DEBIAN_FRONTEND=noninteractive chroot_it dpkg -R -i /tmp &> /dev/null
- fi
-
# execute above configured fix for efi (new since bullseye)
if [ -d /sys/firmware/efi/efivars ]; then
chroot_it /tmp/fixmount