summaryrefslogblamecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.conf.ubuntu
blob: dbb816835bc0cf3af63c5e4347b89e1d0d126817 (plain) (tree)
1
2
3
4
5
6
7
8
9
           




                                      
                                

                               
                            






                               
                        



                                                      
                                                
 
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
			nfs-common
			squashfs-tools
			whois
			xfsprogs
			jfsutils
			curl
			openssl
			gawk
"
REQUIRED_CONTENT_PACKAGES="
			openssl
"
REQUIRED_BINARIES+="
			openssl
"
REQUIRED_SYSTEM_FILES+="
			/lib/xtables
"
REQUIRED_FILES+="
			/etc/X11/app-defaults/Xvidtune
			/usr/lib/ssl/openssl.cnf
"