toolkit/func/core/pkg_acl/00-install-acl.sh
Louis Abel 5300649b09
Some checks failed
Build empanada images for imagefactory / buildx (push) Failing after 4s
Build empanada container images for lorax / buildx (push) Successful in 1s
add missing attr install
2024-03-19 10:53:55 -07:00

9 lines
220 B
Bash
Executable File

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