summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-02-18 13:39:02 +0000
committerThierry Vignaud <tv@mandriva.org>2009-02-18 13:39:02 +0000
commite56875f31bf6eb1e2db94332e61513583fff58d5 (patch)
tree90e3138947cbaf84419995a46ceccecb4c5074d9
parent1aee7d412449ed9a59ee8d4c9f1ad792284f3e6f (diff)
downloaddrakx-e56875f31bf6eb1e2db94332e61513583fff58d5.tar
drakx-e56875f31bf6eb1e2db94332e61513583fff58d5.tar.gz
drakx-e56875f31bf6eb1e2db94332e61513583fff58d5.tar.bz2
drakx-e56875f31bf6eb1e2db94332e61513583fff58d5.tar.xz
drakx-e56875f31bf6eb1e2db94332e61513583fff58d5.zip
- pass --restore instead of restore option
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img2
2 files changed, 3 insertions, 1 deletions
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]) } }