Skip to content

Commit

Permalink
++ fix sed, no groups in this libvirt version
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Mikheykin <[email protected]>
  • Loading branch information
diafour committed Dec 16, 2024
1 parent ac69540 commit 9408e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/virt-launcher/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ shell:
# Add dvp generic cpu model.
- cp /generic-cpu/dvp-generic-cpu.xml /usr/share/libvirt/cpu_map/x86_dvp-generic-cpu.xml
# Concatenation-escaping to produce single quotes.
- sed 's#\(<group name=.generic.>\)#\1 <include filename='"'x86_dvp-generic-cpu.xml'"'/>#' -i /usr/share/libvirt/cpu_map/index.xml
- sed 's#\(filename=.x86_486.xml..>\)#\1 <include filename='"'x86_dvp-generic-cpu.xml'"'/>#' -i /usr/share/libvirt/cpu_map/index.xml
- chmod +x /usr/bin/virt-launcher-monitor
# Configure liboverride globally.
- cp /etc/ld.so.preload.in /etc/ld.so.preload
Expand Down

0 comments on commit 9408e0c

Please sign in to comment.