aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/baryon-image.bb
blob: 56b160c89647445e69db5eb06919599b75ea4f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear debug-tweaks"

inherit core-image

IMAGE_INSTALL += "samba procps mdadm e2fsprogs-mke2fs util-linux \
                     webmin \
                     webmin-module-status \
                     webmin-module-proc \
                     webmin-module-mount \
                     webmin-module-fdisk \
                     webmin-module-lvm \
                     webmin-module-raid \
                     webmin-module-samba \
                     webmin-module-servers \
                     webmin-module-proftpd \
                     webmin-module-exports \
                     webmin-module-init \
                     webmin-module-net \
                     webmin-module-webmin \
                     webmin-module-useradmin \
                     webmin-module-time \
                     webmin-module-webmincron \
                     webmin-module-mediatomb \
                     webmin-notice \
                     webmin-module-acl \
                     mediatomb \
                     proftpd"