Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 491 Bytes

BerryBootImageCreator

An easy way to create a BerryBoot image from a img file on Linux.

NOTE: This will not modify the original image file.

NOTE: Root priviliges (or sudo) are required to run this script because it needs to create a loop device and mount it

NOTE: Requires you to have kpartx and squashfs-tools installed. On Ubuntu, you can install them by typing sudo apt-get install kpartx squashfs-tools into a terminal.

Usage: ./BerryBootImageCreator.sh path/to/image/file.img