diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-05-03 16:12:30 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-05-03 20:35:50 +0200 |
commit | f8a0065ae391bc9f717033e612f342741c66d946 (patch) | |
tree | 0481ac0999269e40976bef29df8dda1892ffd2d8 /gnu/system/install.scm | |
parent | af7a8e718dddd12c3dddf92bfce2f79471fa4a0d (diff) | |
download | guix-f8a0065ae391bc9f717033e612f342741c66d946.tar.gz |
install: Add f2fs-tools to the installation image.
* gnu/system/install.scm (installation-os)[packages]: Add f2fs-tools.
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 8804585215..6435c1bff4 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -524,6 +524,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m 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 |