summarylogtreecommitdiffstats
path: root/vagga.install
blob: ac5b0acc0ae70859bb2aa795457d2a73fdbe67fe (plain)
1
2
3
4
5
6
7
8
post_install() {
    cat << EOF
==> Install linux-user-ns-enabled kernel from AUR if you're using default without USER_NS_ENABLED option (can be checked with # zgrep CONFIG_USER_NS /proc/config.gz)
==> Probably you need to set up /etc/subuid /etc/subgid files
==> More info how to get Vagga to work see here: http://vagga.readthedocs.org/en/latest/installation.html
EOF
}