Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

anbclinux

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by anbclinux

  1. ... but I'd actually recommend avoiding funtoo profiles if you want a light install.

     

     

    I used to think this way, too. However, i've found Funtoo profiles actually aids in system stability (measured by the occurrence of emerge errors).

     

    After setting the generic world profiles with eselect, I manage specific local flags with /etc/portage/package.use - thus removing any unnecessary dependencies.

     

    This seems to me to be a reasonable trade-off and easy to do for newbies - set the base system then work backwards to deal with specific local issues as they arise.


  2. USE="-ipv6 -jack introspection postscript pulseaudio vdpau"
    ABI_X86="64 32"
    ACCEPT_LICENSE="*"
    AUTOCLEAN="yes"
    CFLAGS="-march=core-avx2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
    CXXFLAGS="${CFLAGS}"
    DISTDIR=/usr/portage/distfiles
    EMERGE_DEFAULT_OPTS="--ask --quiet --verbose --jobs=8 --load-average=8 --with-bdeps=y --autounmask-write=y"
    FCFLAGS="${FFLAGS}"
    FEATURES="userpriv usersandbox"
    FFLAGS="${CFLAGS}"
    GENTOO_MIRRORS="ftp.jaist.ac.jp/pub/Linux/Gentoo/ gentoo.aditsu.net:8000/ distfiles.gentoo.org/"
    INPUT_DEVICES="evdev"
    INSTALL_MASK="INSTALL.gz TODO.gz"
    LINGUAS="en en_GB"
    MAKEOPTS="-j8"
    PKGDIR=/usr/portage/packages
    PORTAGE_ELOG_CLASSES="log warn error"
    PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error echo"
    PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
    PORTAGE_NICENESS=3
    PORTAGE_RSYNC_RETRIES="-1"
    PORTAGE_TMPDIR=/tmp
    PORTDIR=/usr/portage
    PORTDIR_OVERLAY=/usr/local/portage
    RUBY_TARGETS="ruby20"
    SANE_BACKENDS="genesys"
    VIDEO_CARDS="nvidia"

     

×
×
  • Create New...