Sha256: ac13dc0e8e6d7eeb661a30d47575bae57f4c5aca3ddf184e7152bf0c7fda003d

Contents?: true

Size: 310 Bytes

Versions: 32

Compression:

Stored size: 310 Bytes

Contents

#!/bin/bash
source /etc/profile

# install nfs utilities and automount support
chroot "$chroot" emerge net-fs/nfs-utils

# Gentoo has sandbox issues with latest autofs builds
# https://bugs.gentoo.org/show_bug.cgi?id=453778
chroot "$chroot" /bin/bash <<DATAEOF
FEATURES="-sandbox" emerge net-fs/autofs
DATAEOF

Version data entries

32 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/nfs.sh
veewee-0.5.0.alpha4 templates/gentoo-latest-amd64/nfs.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/nfs.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-amd64/nfs.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-amd64/nfs.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/nfs.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/nfs.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.5.1 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.5 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.5 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.5.pre1 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.4 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.4 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.3 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.3 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.2 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.2 templates/gentoo-latest-amd64/nfs.sh