浏览代码

install kpartx on debian

Bob Mottram 7 年前
父节点
当前提交
1a8d9bedfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image

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

@@ -166,7 +166,7 @@ function image_setup {
166 166
             sudo apt-get -yq install git python-docutils mktorrent xz-utils debootstrap
167 167
             sudo apt-get -yq install dosfstools btrfs-tools extlinux python-distro-info mbr
168 168
             sudo apt-get -yq install qemu-user-static binfmt-support u-boot-tools qemu
169
-            sudo apt-get -yq install python-cliapp
169
+            sudo apt-get -yq install python-cliapp kpartx
170 170
             sudo cp /sbin/install-mbr /usr/bin/install-mbr
171 171
             ;;
172 172
         parabola|arch)