Dongjin Kim b0c52ac97c Add to create file system with given file list
This patch will create a partition image with given file list in a file.

For example, suppose we have 'vendor.list' that contains files

  $ cat custom/templates/oem/vendor.list
  /etc/hostname

And give the file name 'vendor.list' to 'hooks/partition' with a certain
partition list.

  $ cat custom/templates/oem/hooks/partition
  oem_mkfs_ext4 5 vendor vendor.list
  oem_mkfs_ext4 6 app
  oem_mkfs_ext4 7 lib

The partition labeled by 'vendor' will contains the files as listed in
'vendor.list'.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie4e80762f2d1c43c77dd941213f449dc3792fcbf
2021-05-02 04:05:16 +09:00
2021-01-28 19:36:38 +09:00
2019-12-26 21:47:39 +09:00
2021-01-28 19:36:38 +09:00
2020-04-01 11:36:32 +09:00

ODROID-STAMPER

ODROID-STAMPER is a tool to build a minimal Ubuntu image to run on Hardkernel's ODROID SBCs.

Supported boards:

  • ODROID-N2
  • ODROID-XU4
  • ODROID-C2
  • ODROID-C4
  • ODROID-GO2

Supported Ubuntu Distro version

  • Ubuntu Bionic Beaver (18.04)
  • Ubuntu Disco Dingo (19.04)
  • Ubuntu Focal Fossa (20.04)

Installing a package on Ubuntu.

$ sudo add-apt-repository ppa:tobetter/ppa
$ sudo apt-get update
$ sudo apt install odroid-stamper
$ mkdir work
$ cd work
$ sudo odroid-stamper

Installing from a git source tree

$ sudo apt install git wget dialog pv lynx
$ git clone https://github.com/tobetter/odroid-stamper.git
$ cd odroid-stamper
$ export ODROID_STAMPER_CHECKOUT=$PWD
$ sudo ./odroid-stamper

Description
No description provided
Readme GPL-3.0 1.4 MiB
Languages
Shell 100%