diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-10-17 08:14:22 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-10-19 21:01:56 +0000 |
commit | 4ed3ea668c3933deb01c02d33613c764e257671a (patch) | |
tree | 4eb2354a001d4ff366fde25a224843211a7d5bab | |
parent | 2282ed7c71c47f4c53aab41e7aee84ed83e1a118 (diff) |
util/liveiso/nixos: Drop XFS package
XFS is barely used. In order to save some space, drop it from the
package list.
Change-Id: Ic1cc567eb3f555bdf5567f3d036c84ce58691128
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78400
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | util/liveiso/nixos/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix index 1d7250268c..c797463096 100644 --- a/util/liveiso/nixos/common.nix +++ b/util/liveiso/nixos/common.nix @@ -170,7 +170,6 @@ upterm usbutils wget - xfsprogs.bin zfs zip zstd |