DEBIAN: add more dependent packages

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ia7350fab2dcf061526d950a22cfe35a4bc148692
This commit is contained in:
Dongjin Kim
2022-02-15 01:44:40 +09:00
parent 0160e6239e
commit 6d5140ccd7
2 changed files with 15 additions and 8 deletions

View File

@@ -13,6 +13,13 @@
- Ubuntu Disco Dingo (19.04) - Ubuntu Disco Dingo (19.04)
- Ubuntu Focal Fossa (20.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. # Installing a package on Ubuntu.
> $ sudo add-apt-repository ppa:tobetter/ppa \ > $ sudo add-apt-repository ppa:tobetter/ppa \
$ sudo apt-get update \ $ sudo apt-get update \
@@ -20,10 +27,3 @@ $ sudo apt install odroid-stamper \
$ mkdir work \ $ mkdir work \
$ cd work \ $ cd work \
$ sudo odroid-stamper $ 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
View File

@@ -11,7 +11,14 @@ Rules-Requires-Root: no
Package: odroid-stamper Package: odroid-stamper
Architecture: any 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 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 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 update packages or install to a memory card on ODROID single board computer