From e56875f31bf6eb1e2db94332e61513583fff58d5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Feb 2009 13:39:02 +0000 Subject: - pass --restore instead of restore option --- images/NEWS | 2 ++ images/make_boot_img | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/NEWS b/images/NEWS index d0533d428..e3af910f6 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- pass --restore instead of restore option + Version 1.34 - 10 February 2009, by Thierry Vignaud - enable to select restore option diff --git a/images/make_boot_img b/images/make_boot_img index 86afffcdb..b6e194869 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -219,7 +219,7 @@ sub entries_append { my @entries = ( (map { $_->[0] => "$automatic$default_acpi $_->[1]" } group_by2(@simple_entries)), noacpi => "$automatic$default_vga acpi=off", - restore => "$automatic$default_vga restore", + restore => "$automatic$default_vga --restore", ); map { { label => $_->[0], append => join(' ', grep { $_ } $default_append, $_->[1]) } } -- cgit v1.2.1