mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: you want it, you got in, binpkgs for amd64 and x86 hardened variety
This commit is contained in:
parent
afc862f0e9
commit
807fb70ebb
3 changed files with 5 additions and 3 deletions
1
profiles/pentoo/arch/amd64/make.defaults
Normal file
1
profiles/pentoo/arch/amd64/make.defaults
Normal file
|
|
@ -0,0 +1 @@
|
|||
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/amd64-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/amd64-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/amd64-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/amd64-hardened/"
|
||||
|
|
@ -1 +1,2 @@
|
|||
USE="${USE} sse sse2 mmx"
|
||||
PORTAGE_BINHOST="http://pentoo.east.us.mirror.inerail.net/Packages/x86-hardened/ http://mirror.switch.ch/ftp/mirror/pentoo/Packages/x86-hardened/ ftp://pentoo.east.us.mirror.inerail.net/pentoo/Packages/x86-hardened/ ftp://mirror.switch.ch/mirror/pentoo/Packages/x86-hardened/"
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@ FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
|||
|
||||
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync multilib-strict preserve-libs"
|
||||
|
||||
#add --getbinpkg=y and PORTAGE_BINHOST when we have binhost offered
|
||||
#prepping for major use of binpkgs, we need to "fix" a few of gentoo's flaws:
|
||||
#for major use of binpkgs, we need to "fix" a few of gentoo's flaws:
|
||||
#a package built against kernel A will attempt to be used even when remerging on kernel B (often to hilarious consequences)
|
||||
#so we will define a long list of such packages and exclude them from being built and used (catch it on both ends to avoid issues)
|
||||
#DOES NOT WORK #PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl sys-power/bbswitch app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod"
|
||||
#PENTOO_BINPKG_RESTRICTED="sys-kernel/compat-drivers sys-kernel/ax88179_178a x11-drivers/ati-drivers x11-drivers/nvidia-drivers sys-fs/zfs-kmod sys-kernel/spl sys-power/bbswitch app-emulation/virtualbox-modules app-emulation/vmware-modules app-emulation/open-vm-tools-kmod"
|
||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y"
|
||||
#EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y --getbinpkg=y --buildpkg-exclude "${PENTOO_BINPKG_RESTRICTED}" --usepkg-exclude "${PENTOO_BINPKG_RESTRICTED}""
|
||||
|
||||
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue