add gentoo deps to readme
This commit is contained in:
parent
e7abbdadde
commit
e44ddfb304
|
|
@ -11,10 +11,18 @@ It requires the following packages to be installed in addition to the
|
|||
|
||||
`sudo` permissions are required for the user that is running the build.
|
||||
|
||||
### Devuan
|
||||
|
||||
```
|
||||
xorriso squashfs-tools live-boot syslinux-common
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
```
|
||||
dev-libs/libisoburn sys-fs/squashfs-tools sys-boot/syslinux
|
||||
```
|
||||
|
||||
## Initial setup
|
||||
|
||||
After cloning the live-sdk git repository, enter it and issue:
|
||||
|
|
|
|||
Loading…
Reference in New Issue