]> git.proxmox.com Git - pmg-docs.git/commit
admin: system-booting: replace pve with pmg automatically
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 27 Feb 2024 10:03:53 +0000 (11:03 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 27 Feb 2024 10:20:12 +0000 (11:20 +0100)
commit8378a1ebaae86b23cde79301cc8061594c0a2ea0
tree12c704086473491b3abfc7b9c739b910e2c1119d
parent93f6b84af603ce2ad7be0a3667c2e539099101d8
admin: system-booting: replace pve with pmg automatically

the result looks correct, and using sed might help in case the
pve-docs get updated:

sed -ri 's/([^-])pve([^.])/\1pmg\2/g;
    /^ifdef::wiki\[\]/,/^endif::wiki\[\]/d' system-booting.adoc

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
system-booting.adoc