From: Michael Prokop Date: Fri, 8 Aug 2014 21:54:48 +0000 (+0200) Subject: SW: add augeas-tools X-Git-Tag: v0.26.0~5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1d15a21668a5f76c53083bd6553d2cf715b6f1a8;hp=1d15a21668a5f76c53083bd6553d2cf715b6f1a8 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 ---