Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update list of dependencies #232

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down