]> git.siccegge.de Git - forks/vmdebootstrap.git/commit - vmdebootstrap
Add support for building "foreign" images, ie non host arch images. This make it...
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 26 Oct 2013 19:38:20 +0000 (21:38 +0200)
committerLars Wirzenius <liw@liw.fi>
Sat, 26 Oct 2013 20:01:13 +0000 (21:01 +0100)
commit54291d325c2eec72ff56ce283398bcf6b3e12361
treed5947360fa09842285efafee0b4f329e9688e454
parentdbd91a3dcb756fc4ea4ba929bd026c8a06d1b24d
Add support for building "foreign" images, ie non host arch images. This make it possible to use vmdebootstrap to create Raspberry Pi images. It add support for these new options:

  --bootsize size   when not the defautl '0%', create /boot/ partition
               of the given size

  --boottype fstype file system type of /boot/ (default ext2)

  --foreign /path/to/binfmt_handler
                    When set, use foreign support in debootstrap.

  --variant variant ask debootstrap to build variant, not the
            default base system.

  --no-extlinux     skip installation of extlinux, depend on customize
                    script to make image bootable.

With this patch in place, I got a working Raspberry PI image by adding
a small customize script to install the binary blob needed to boot the
Raspberry Pi.
vmdebootstrap