|
@@ -160,10 +160,12 @@ function image_setup {
|
160
|
160
|
|
161
|
161
|
case $setup_type in
|
162
|
162
|
debian|ubuntu|trisquel|mint)
|
|
163
|
+ sudo apt-get -yq remove vmdebootstrap
|
163
|
164
|
sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
|
164
|
|
- sudo apt-get -yq install git python-docutils mktorrent vmdebootstrap xz-utils
|
|
165
|
+ sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
|
165
|
166
|
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
166
|
167
|
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|
|
168
|
+ freedombone-image-vmdebootstrap
|
167
|
169
|
;;
|
168
|
170
|
parabola|arch)
|
169
|
171
|
sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
|