diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 09:03:09 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 09:03:09 +0100 |
| commit | 6f0933f28c8c0010c31dc24d10aa1e7a7e141846 (patch) | |
| tree | 3589c987ac21337fc6371ed4075dc81fbf1ecdb8 /lx-trainer-vm/lx-trainer-vm.xml | |
| parent | 0f4c957f0019657c8d1a64e11b685f93541663a8 (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm/lx-trainer-vm.xml')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 3 |
1 files changed, 0 insertions, 3 deletions
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 @@ <command>echo 'SKEL=/etc/skel.devel' | tee -a /etc/default/useradd</command> <adduser passwd="devel" shell="/bin/bash" groups="sudo,kvm,dialout">devel</adduser> <command>mv -f /etc/default/useradd.orig /etc/default/useradd</command> - <command>dpkg --add-architecture i386</command> - <command>apt-get update</command> - <command>apt-get install -y libc6:i386 libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 links:i386</command> <rm>var/cache/apt/archives/*.deb</rm> </finetuning> <pkg-list> |
