瀏覽代碼

Building with vmdebootstrap on debian

Bob Mottram 7 年之前
父節點
當前提交
ab008f830e
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      src/freedombone-image

+ 3
- 1
src/freedombone-image 查看文件

160
 
160
 
161
     case $setup_type in
161
     case $setup_type in
162
         debian|ubuntu|trisquel|mint)
162
         debian|ubuntu|trisquel|mint)
163
+            sudo apt-get -yq remove vmdebootstrap
163
             sudo apt-get -yq install build-essential libc6-dev-i386 gcc-multilib g++-multilib
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
             sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
166
             sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
166
             sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
167
             sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
168
+            freedombone-image-vmdebootstrap
167
             ;;
169
             ;;
168
         parabola|arch)
170
         parabola|arch)
169
             sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch
171
             sudo pacman -S --noconfirm libc++ git gcc gcc-libs python-docutils mktorrent patch