[Git-commits] [grml/grml-live] 1d15a2: SW: add augeas-tools
Michael Prokop
mika at grml.org
Fri Aug 8 23:55:47 CEST 2014
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: 1d15a21668a5f76c53083bd6553d2cf715b6f1a8
https://github.com/grml/grml-live/commit/1d15a21668a5f76c53083bd6553d2cf715b6f1a8
Author: Michael Prokop <mika at grml.org>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M etc/grml/fai/config/package_config/GRML_FULL
Log Message:
-----------
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
More information about the Git-commits
mailing list