summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.ubuntu
blob: b4598fe56b4d0bd717c9e0095b514078b78ebfbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
			nfs-common
			squashfs-tools
			whois
			xfsprogs
			jfsutils
			curl
			openssl
			gawk
			e2fsprogs
			util-linux
			kbd
"
REQUIRED_CONTENT_PACKAGES="
			openssl
"
REQUIRED_BINARIES+="
			openssl
"
REQUIRED_FILES+="
			/etc/X11/app-defaults/Xvidtune
			/usr/lib/ssl/openssl.cnf
"