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)
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

index f6c0b85..ee956a7 100644 (file)
@@ -275,6 +275,7 @@ tmux
 zsh
 
 # system info/mgmt
+augeas-tools
 facter
 flashrom
 mcollective