mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
DEBIAN: add more dependent packages
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ia7350fab2dcf061526d950a22cfe35a4bc148692
This commit is contained in:
14
README.md
14
README.md
@@ -13,6 +13,13 @@
|
||||
- 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 \
|
||||
@@ -20,10 +27,3 @@ $ 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
|
||||
|
||||
9
debian/control
vendored
9
debian/control
vendored
@@ -11,7 +11,14 @@ Rules-Requires-Root: no
|
||||
|
||||
Package: odroid-stamper
|
||||
Architecture: any
|
||||
Depends: lynx, dialog, pv, squashfs-tools
|
||||
Depends: qemu-user-static,
|
||||
dialog,
|
||||
lynx,
|
||||
pv,
|
||||
rsync,
|
||||
squashfs-tools,
|
||||
uuid-runtime,
|
||||
wget
|
||||
Description: Utility to create or install a OS to a storage
|
||||
The odroid-stamper is a script that will help to create an OS image with
|
||||
update packages or install to a memory card on ODROID single board computer
|
||||
|
||||
Reference in New Issue
Block a user