Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1788823
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
convert/convert_windows.ml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/convert/convert_windows.ml b/convert/convert_windows.ml
index 56e12cf12ba8..60742454c3c4 100644
--- a/convert/convert_windows.ml
+++ b/convert/convert_windows.ml
@@ -480,12 +480,12 @@ let convert (g : G.guestfs) _ inspect _ static_ips =
match xenpv_uninst with
| None -> () (* nothing to be uninstalled *)
| Some uninst ->
- let fb_script = sprintf "\
-@echo off
-
-echo uninstalling Xen PV driver
-\"%s\"
-" uninst in
+ let fb_script = sprintf
+ "@echo off\n\
+ \n\
+ echo uninstalling Xen PV driver\n\
+ \"%s\"\n"
+ uninst in
Firstboot.add_firstboot_script g inspect.i_root
"uninstall Xen PV" fb_script
--
2.19.1.3.g30247aa5d201