SW: add augeas-tools
authorMichael Prokop <mika@grml.org>
Fri, 8 Aug 2014 21:54:48 +0000 (23:54 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 8 Aug 2014 21:54:49 +0000 (23:54 +0200)
commit1d15a21668a5f76c53083bd6553d2cf715b6f1a8
tree9687efc18cf07eaf2a7c62bddf4a4ae0b98afe52
parent6e8596be5dd0b1b26f25f1518e5a80ab0002cd64
SW: add augeas-tools

Useful e.g. for customizing /etc/fstab of an installed system, like:

cat << EOT | augtool --root="$TARGET"
insert opt after /files/etc/fstab/*[file="/"]/opt[last()]
set /files/etc/fstab/*[file="/"]/opt[last()] noatime
save
EOT
etc/grml/fai/config/package_config/GRML_FULL