summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.opensuse
blob: de2f31b250584cbae3ee9169f49af9e00b4a679d (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
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
			nfs-client
			xfsprogs
			squashfs
			timezone
			libcap2
			jfsutils
			curl
"
REQUIRED_CONTENT_PACKAGES="
			timezone
			libcap2
"
REQUIRED_DIRECTORIES="
			/usr/$LIB64/xtables
"
REQUIRED_FILES+="
			/usr/share/X11/app-defaults/Xvidtune
"
REQUIRED_KERNEL_MODULES+="
			kernel/drivers/cdrom
"