diff options
| author | Holger Paradies <retabell@gmx.de> | 2024-03-12 19:19:17 +0100 | 
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2024-03-12 19:19:17 +0100 | 
| commit | c134deef1137ab29f2d2751e899500d56e5f77e2 (patch) | |
| tree | ef138400c51eaeb23534d44301a448b8c99dd010 /backend | |
| parent | ef61e18c61c40ecb6ae1f635f025a448c7fdd627 (diff) | |
| download | acritoxinstaller-c134deef1137ab29f2d2751e899500d56e5f77e2.zip acritoxinstaller-c134deef1137ab29f2d2751e899500d56e5f77e2.tar.gz | |
Remove debpool stuff for now
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/modules/install_configure | 18 | 
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 | 
