Skip to content

Tasssadar/sailfish_multirom_packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creates an installation .mrom file from SailfishOS install zip and a system.tar.gz file.

Preparation

Add system.tar.gz to your device's subfolder (e.g. devices/hammerhead/). This is an archive with contents of /system partition. The easiest way to create it is install the desired Android ROM and tar its /system partition with this command:

cd /system
tar --numeric-owner -czf ../system.tar.gz *

Usage

Just run the script with path to the SailfishOS ZIP as an argument. You need to be in the same folder as the script!

./build_mrom.sh sailfishos.zip

You can also select the target device and destination file:

./build_mrom.sh --dev=hammerhead --dest=result.mrom sailfishos.zip

About

Creates an installation .mrom file from SailfishOS install zip and a system.tar.gz file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages