mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
install: Add f2fs-tools to the installation image.
* gnu/system/install.scm (installation-os)[packages]: Add f2fs-tools.
This commit is contained in:
parent
af7a8e718d
commit
f8a0065ae3
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ (define installation-os
|
||||||
mdadm
|
mdadm
|
||||||
dosfstools ;mkfs.fat, for the UEFI boot partition
|
dosfstools ;mkfs.fat, for the UEFI boot partition
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
|
f2fs-tools
|
||||||
jfsutils
|
jfsutils
|
||||||
openssh ;we already have sshd, having ssh/scp can help
|
openssh ;we already have sshd, having ssh/scp can help
|
||||||
wireless-tools iw wpa-supplicant-minimal iproute
|
wireless-tools iw wpa-supplicant-minimal iproute
|
||||||
|
|
Loading…
Reference in a new issue