]> git.proxmox.com Git - pve-kernel-meta.git/commit
use perl instead of (g)awk to clean /proc/cmdline
authorOguz Bektas <o.bektas@proxmox.com>
Fri, 8 Nov 2019 12:47:22 +0000 (13:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Nov 2019 13:13:30 +0000 (14:13 +0100)
commitcd42dbfb99d887d14cd77c9aa1ef0dae1bbe14e7
tree335252596e5d8e6eaab5a2ab3e40bd044c9744c4
parent25c14750408ee7def5fcd19f83a00c5facdc497e
use perl instead of (g)awk to clean /proc/cmdline

this awk line only works with gawk because of implementation differences
between awk alternatives.
debian has mawk installed by default, and mawk does not implement word
boundary regex. to avoid having to depend on gawk, we can just use perl
instead.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
efiboot/zz-pve-efiboot