From 6d5140ccd7fc9f6f4845ff8a6cfa4293dc91061e Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Tue, 15 Feb 2022 01:44:40 +0900 Subject: [PATCH] DEBIAN: add more dependent packages Signed-off-by: Dongjin Kim Change-Id: Ia7350fab2dcf061526d950a22cfe35a4bc148692 --- README.md | 14 +++++++------- debian/control | 9 ++++++++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 091748e..8b609b7 100644 --- a/README.md +++ b/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 diff --git a/debian/control b/debian/control index 52a87cd..7a5771a 100644 --- a/debian/control +++ b/debian/control @@ -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