From 64dea7d6a19969319f8010edaacc40e4202f2e31 Mon Sep 17 00:00:00 2001 From: Jason Heeris Date: Tue, 4 Jun 2024 17:09:03 +0800 Subject: [PATCH] doc: update list of dependencies --- BUILD.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/BUILD.md b/BUILD.md index bf52e0d2..0cc50915 100644 --- a/BUILD.md +++ b/BUILD.md @@ -4,22 +4,25 @@ raspberrypi-ua-netinst build instructions To create an image yourself, you need to have various packages installed on the host machine. On a Debian system those are the following, excluding packages with priority essential and required: -- git -- wget +- bc +- binutils - bzip2 -- zip -- xz-utils +- ca-certificates +- cpio +- dosfstools +- fdisk +- git - gnupg +- kmod - kpartx -- dosfstools -- binutils -- bc -- cpio +- wget +- xz-utils +- zip On Debian based systems you can install them as root or with sudo as follows: ``` -aptitude install git curl bzip2 zip xz-utils gnupg kpartx dosfstools binutils bc +aptitude install bc binutils bzip2 ca-certificates cpio dosfstools fdisk git gnupg kmod kpartx wget xz-utils zip ``` The following scripts are used to build the raspberrypi-ua-netinst installer, listed in the same order they would be used: