diff options
author | davidovski <david@davidovski.xyz> | 2022-02-06 02:21:04 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-06 02:21:04 +0000 |
commit | bf0d6f513b3cbc4f3ce5f0d891e29c34366c4dc8 (patch) | |
tree | 2a71be074a210d9b8f0af80863f973d70f609c4d /repo/meta/util.xibuild | |
parent | 37db7d8cd18998ec35309c6c6c308bddafe96989 (diff) |
fixed genfstab to install to correct place
Diffstat (limited to 'repo/meta/util.xibuild')
-rw-r--r-- | repo/meta/util.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/meta/util.xibuild b/repo/meta/util.xibuild index 03888a8..215a453 100644 --- a/repo/meta/util.xibuild +++ b/repo/meta/util.xibuild @@ -2,4 +2,4 @@ # This file was automatically generated, do not edit! DESC="All the the packages available in util" -DEPS=( bash cpio curl diffutils dosfstools dracut e2fsprogs elfutils file gawk grep groff inetutils iproute2 keyutils less make-ca man-db neofetch openssh procps-ng rsync unzip util-linux vim which wpa_supplicant) +DEPS=( bash cpio curl diffutils dosfstools dracut e2fsprogs elfutils file gawk genfstab grep groff inetutils iproute2 keyutils less make-ca man-db neofetch openssh procps-ng rsync unzip util-linux vim which wpa_supplicant) |