install-mbr accessible via usr/bin
This commit is contained in:
parent
6f3d90c95e
commit
860daf29c6
|
@ -167,6 +167,7 @@ function image_setup {
|
||||||
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
|
||||||
sudo apt-get -yq install python-cliapp
|
sudo apt-get -yq install python-cliapp
|
||||||
|
sudo cp /sbin/install-mbr /usr/bin/install-mbr
|
||||||
;;
|
;;
|
||||||
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