From 6f0933f28c8c0010c31dc24d10aa1e7a7e141846 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 09:03:09 +0100 Subject: lx-trainer-vm: remove i386 compatibility Years ago dengler needed the i386 libs for his security schulung. He has confirmed he no longer needs these, so remove them. The main motivation for the removal is to simplify local mirrors, no longer requiring i386. Signed-off-by: John Ogness --- lx-trainer-vm/lx-trainer-vm.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'lx-trainer-vm') diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index d76d300..1dcd8dc 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -130,9 +130,6 @@ echo 'SKEL=/etc/skel.devel' | tee -a /etc/default/useradd devel mv -f /etc/default/useradd.orig /etc/default/useradd - dpkg --add-architecture i386 - apt-get update - apt-get install -y libc6:i386 libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 links:i386 var/cache/apt/archives/*.deb -- cgit v1.2.3