|
@@ -161,7 +161,7 @@ function image_setup {
|
161
|
161
|
case $setup_type in
|
162
|
162
|
debian|ubuntu|trisquel|mint)
|
163
|
163
|
sudo apt-get -yq remove vmdebootstrap
|
164
|
|
- sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
|
|
164
|
+ sudo apt-get -yq install build-essential libc6-dev gcc-multilib g++-multilib
|
165
|
165
|
sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
|
166
|
166
|
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
167
|
167
|
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|