toolkit/func/core/pkg_acl/00-install-acl.sh

8 lines
192 B
Bash
Executable File

#!/bin/bash
r_log "acl" "Install the acl package"
p_installPackageNormal acl
# This normally is not needed.
#r_log "acl" "Remount filesystems with ACL support"
#mount -o remount,acl /
sleep 3