Building with vmdebootstrap on debian
This commit is contained in:
parent
d71adade06
commit
ab008f830e
|
@ -160,10 +160,12 @@ function image_setup {
|
||||||
|
|
||||||
case $setup_type in
|
case $setup_type in
|
||||||
debian|ubuntu|trisquel|mint)
|
debian|ubuntu|trisquel|mint)
|
||||||
|
sudo apt-get -yq remove vmdebootstrap
|
||||||
sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
|
sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
|
||||||
sudo apt-get -yq install git python-docutils mktorrent vmdebootstrap xz-utils
|
sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
|
||||||
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
|
||||||
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|
sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
|
||||||
|
freedombone-image-vmdebootstrap
|
||||||
;;
|
;;
|
||||||
parabola|arch)
|
parabola|arch)
|
||||||
sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
|
sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
|
||||||
|
|
Loading…
Reference in New Issue