Dongjin Kim d62c7c6a13 fixup: remove 'cloudimg-rootfs' in /etc/fstab
There would be two different root file system mount entries in
'/etc/fstab' added by ODROID-STAMPER and unknown component that must be
relatived to Ubuntu cloud service, but not sure which is. This leads to
add wrong root file system entry to 'initramfs' so it must be removed.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I598c8a591f0c2c57ba000d56323468c1b51d3489
2024-03-19 19:02:19 +09:00
2024-01-21 21:14:02 +09:00
2024-01-20 23:48:55 +09:00
2019-12-26 21:47:39 +09:00
2024-01-20 23:48:55 +09:00
2022-02-16 01:12:40 +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 from a git source tree

$ sudo apt install git wget dialog pv lynx qemu-user-static dialog rsync squashfs-tools uuid-runtime
$ git clone https://github.com/tobetter/odroid-stamper.git
$ cd odroid-stamper
$ export ODROID_STAMPER_CHECKOUT=$PWD
$ sudo ./odroid-stamper

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

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