forked from michaeldexter/occambsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile-amd64-oci.txt
29 lines (23 loc) · 1.54 KB
/
profile-amd64-oci.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
## Version for OCI container (namely podman)
## It includes some more than the mimimum viable
## container to adapt to possible dev needs
##
target="amd64"
target_arch="amd64"
cpu="HAMMER"
##
## The following options are required for OCI
## And a minimum viable container for devs
##
## WITHOUT_PKGBOOTSTRAP -> Allow installing pacakges
## WITHOUT_CAROOT -> needed for CA Root support
## WITHOUT_KERBEROS -> packages can be linked with this (Curl)
## WITHOUT_KERBEROS_SUPPORT -> needed for internal programs that can build on kerb (ex: pam)
## WITHOUT_ICONV -> packages can be linked with this (wget)
## WITHOUT_GSSAPI -> Used by curl ... gosh, that bin drives me crazy :)
##
build_options="WITHOUT_AUTO_OBJ WITHOUT_UNIFIED_OBJDIR WITHOUT_INSTALLLIB WITHOUT_LOCALES WITHOUT_ZONEINFO WITHOUT_CDDL WITHOUT_CRYPT WITHOUT_OPENSSL WITHOUT_DYNAMICROOT WITHOUT_FP_LIBC WITHOUT_VI WITHOUT_OPENSSH WITHOUT_LDNS WITHOUT_LDNS_UTILS WITHOUT_JAIL WITHOUT_CASPER WITHOUT_CAPSICUM WITHOUT_INET6 WITHOUT_INET6_SUPPORT WITHOUT_INET WITHOUT_INET_SUPPORT WITHOUT_PKGBOOTSTRAP WITHOUT_CAROOT WITHOUT_KERBEROS WITHOUT_KERBEROS_SUPPORT WITHOUT_ICONV WITHOUT_GSSAPI"
kernel_modules="virtio opensolaris zfs cryptodev acl_nfs4 xdr zlib crypto bridgestp if_bridge if_epair"
kernel_options="SCHED_ULE GEOM_PART_GPT FFS GEOM_LABEL CD9660 MSDOSFS TSLOG INET"
kernel_devices="pci loop ether acpi uart ahci scbus cd pass virtio virtio_pci virtio_blk vtnet virtio_scsi virtio_balloon aesni crypto atkbdc atkbd psm vga vt vt_vga vt_efifb vt_vbefb xhci usb ukbd umass scbus da hid kbdmux iflib bpf em ix"