summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.fedora
blob: 383851ad78b94059db781e19d49bff037fb6f9df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	nfs-utils
	xfsprogs
	squashfs-tools
	curl
	xvidtune
	xterm
"
REQUIRED_CONTENT_PACKAGES="
"
REQUIRED_DIRECTORIES="
	/usr/$LIB64/xtables
"
REQUIRED_FILES+="
	/usr/share/X11/app-defaults/Xvidtune
"