summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.opensuse.13.2
blob: 6f9a365bb678ee65b4dba00f6a293e867834b50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
			nfs-client
			xfsprogs
			squashfs
			timezone
			libcap2
			jfsutils
			curl
			xvidtune
"
REQUIRED_CONTENT_PACKAGES="	
			timezone
			libcap2
"
REQUIRED_DIRECTORIES="
			/usr/$LIB64/xtables
"
REQUIRED_FILES+="
			/usr/share/X11/app-defaults/Xvidtune
"