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.4.1 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.1 templates/gentoo-latest-i686/nfs.sh
veewee-0.4.0 templates/gentoo-latest-amd64/nfs.sh
veewee-0.4.0 templates/gentoo-latest-i686/nfs.sh
veewee-0.3.12 templates/gentoo-latest-amd64/nfs.sh
veewee-0.3.12 templates/gentoo-latest-i686/nfs.sh
veewee-0.3.11 templates/gentoo-latest-amd64/nfs.sh
veewee-0.3.11 templates/gentoo-latest-i686/nfs.sh
veewee-0.3.10 templates/gentoo-latest-i686/nfs.sh
veewee-0.3.10 templates/gentoo-latest-amd64/nfs.sh
veewee-0.3.9 templates/gentoo-latest-i686/nfs.sh
veewee-0.3.9 templates/gentoo-latest-amd64/nfs.sh