mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -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
|
||||
dosfstools ;mkfs.fat, for the UEFI boot partition
|
||||
btrfs-progs
|
||||
f2fs-tools
|
||||
jfsutils
|
||||
openssh ;we already have sshd, having ssh/scp can help
|
||||
wireless-tools iw wpa-supplicant-minimal iproute
|
||||
|
|
Loading…
Reference in a new issue