summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.ubuntu
blob: 1c3c87603c7f0d974c948da4d96e4223d3d0fefa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
			nfs-common
			squashfs-tools
			whois
			xfsprogs
			jfsutils
			curl
			openssl
			gawk
			e2fsprogs
			util-linux
			kbd
			dosfstools
			strace
"
REQUIRED_CONTENT_PACKAGES="
			openssl
"
REQUIRED_LIBRARIES="
	libcidn
"