2018-03-26 23:00:45 -04:00
|
|
|
#
|
|
|
|
# Base set of packages, should not include anything needed only on desktop
|
|
|
|
#
|
2018-03-26 23:04:06 -04:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
2017-12-12 15:23:44 -05:00
|
|
|
inherit packagegroup
|
|
|
|
|
2018-03-26 23:04:06 -04:00
|
|
|
BASH_COMPLETION = "\
|
|
|
|
bash-completion \
|
|
|
|
iproute2-bash-completion \
|
|
|
|
glib-2.0-bash-completion \
|
|
|
|
systemd-bash-completion \
|
|
|
|
util-linux-bash-completion \
|
|
|
|
"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
RDEPENDS:${PN} = "\
|
2019-04-02 15:47:38 -04:00
|
|
|
keyutils \
|
2018-03-27 18:38:34 -04:00
|
|
|
citadel-config \
|
2017-12-12 15:23:44 -05:00
|
|
|
base-files \
|
|
|
|
base-passwd \
|
|
|
|
systemd \
|
2020-07-08 10:42:25 -04:00
|
|
|
systemd-conf \
|
|
|
|
systemd-container \
|
2018-12-31 18:37:43 -05:00
|
|
|
syslinux \
|
|
|
|
syslinux-extlinux \
|
2017-12-12 15:23:44 -05:00
|
|
|
keymaps \
|
|
|
|
kbd \
|
2019-04-09 15:20:36 -04:00
|
|
|
nnn \
|
2017-12-12 15:23:44 -05:00
|
|
|
console-tools \
|
|
|
|
coreutils \
|
|
|
|
gzip \
|
|
|
|
less \
|
|
|
|
util-linux \
|
|
|
|
net-tools \
|
2020-11-29 18:32:09 -05:00
|
|
|
iputils-ping \
|
2018-01-18 18:22:23 -05:00
|
|
|
which \
|
2017-12-12 15:23:44 -05:00
|
|
|
parted \
|
2018-12-31 18:37:43 -05:00
|
|
|
hdparm \
|
2017-12-12 15:23:44 -05:00
|
|
|
bash \
|
2018-03-26 23:04:06 -04:00
|
|
|
${BASH_COMPLETION} \
|
2017-12-12 15:23:44 -05:00
|
|
|
grep \
|
|
|
|
procps \
|
|
|
|
psmisc-extras \
|
|
|
|
tar \
|
|
|
|
pciutils \
|
|
|
|
sysfsutils \
|
2019-01-15 12:06:35 -05:00
|
|
|
vim-tiny \
|
2018-11-11 17:14:17 -05:00
|
|
|
nano \
|
2018-01-18 18:22:23 -05:00
|
|
|
tzdata \
|
|
|
|
tzdata-americas \
|
|
|
|
tzdata-asia \
|
|
|
|
tzdata-europe \
|
|
|
|
tzdata-posix \
|
|
|
|
glibc-charmap-utf-8 \
|
|
|
|
lvm2 \
|
2018-03-26 22:52:49 -04:00
|
|
|
findutils \
|
|
|
|
lsof \
|
|
|
|
strace \
|
|
|
|
iproute2 \
|
|
|
|
util-linux-hwclock \
|
2018-12-31 18:37:43 -05:00
|
|
|
util-linux-blkid \
|
|
|
|
util-linux-fstrim \
|
2018-03-26 22:52:49 -04:00
|
|
|
btrfs-tools \
|
|
|
|
systemd-analyze \
|
|
|
|
wget \
|
|
|
|
sed \
|
|
|
|
xz \
|
|
|
|
openssh-ssh \
|
|
|
|
cryptsetup \
|
|
|
|
e2fsprogs \
|
2019-04-02 15:47:38 -04:00
|
|
|
e2fsprogs-resize2fs \
|
2018-03-26 22:52:49 -04:00
|
|
|
dosfstools \
|
|
|
|
libpam \
|
2019-06-07 23:36:57 -04:00
|
|
|
libpam-pwdfile \
|
|
|
|
mkpasswd \
|
2018-06-19 21:18:12 -04:00
|
|
|
wireguard-tools \
|
|
|
|
resolvconf \
|
2018-11-08 22:51:07 -05:00
|
|
|
udisks2 \
|
2018-11-29 11:27:38 -05:00
|
|
|
efivar \
|
|
|
|
efibootmgr \
|
|
|
|
iw \
|
2019-06-07 23:36:57 -04:00
|
|
|
sudo \
|
2020-11-03 15:08:51 -05:00
|
|
|
gawk \
|
2017-12-12 15:23:44 -05:00
|
|
|
"
|