Skip to content
Snippets Groups Projects
Commit 704a07fd authored by Bob Mottram's avatar Bob Mottram
Browse files

Separate out non-arm packages

parent 7d6e144a
No related branches found
No related tags found
No related merge requests found
...@@ -164,16 +164,22 @@ function image_setup { ...@@ -164,16 +164,22 @@ function image_setup {
case $setup_type in case $setup_type in
debian|ubuntu|trisquel|mint) debian|ubuntu|trisquel|mint)
# NOTE: These packages aren't available on ARM
# shellcheck disable=SC2086 # shellcheck disable=SC2086
sudo $REMOVE_PACKAGES vmdebootstrap sudo $INSTALL_PACKAGES gcc-multilib g++-multilib
# shellcheck disable=SC2086
sudo $INSTALL_PACKAGES build-essential gcc-multilib g++-multilib libc6-dev
# shellcheck disable=SC2086 # shellcheck disable=SC2086
sudo $INSTALL_PACKAGES libc6-dev-i386 sudo $INSTALL_PACKAGES libc6-dev-i386
# shellcheck disable=SC2086 # shellcheck disable=SC2086
sudo $INSTALL_PACKAGES extlinux
# shellcheck disable=SC2086
sudo $REMOVE_PACKAGES vmdebootstrap
# shellcheck disable=SC2086
sudo $INSTALL_PACKAGES build-essential libc6-dev
# shellcheck disable=SC2086
sudo $INSTALL_PACKAGES git python-docutils mktorrent xz-utils debootstrap sudo $INSTALL_PACKAGES git python-docutils mktorrent xz-utils debootstrap
# shellcheck disable=SC2086 # shellcheck disable=SC2086
sudo $INSTALL_PACKAGES dosfstools btrfs-tools extlinux python-distro-info mbr sudo $INSTALL_PACKAGES dosfstools btrfs-tools python-distro-info mbr
# shellcheck disable=SC2086 # shellcheck disable=SC2086
sudo $INSTALL_PACKAGES qemu-user-static binfmt-support u-boot-tools qemu sudo $INSTALL_PACKAGES qemu-user-static binfmt-support u-boot-tools qemu
# shellcheck disable=SC2086 # shellcheck disable=SC2086
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment