From 0c9dc2c3127779bbe3372c7960b706bb091be51f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Apr 2009 14:57:09 +0000 Subject: pass --restore instead of restore option (reverting r252991 from 2009-02-18: "pass --restore instead of restore option") --- images/NEWS | 1 + images/make_boot_img | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 539c0cf22..f00ca4acb 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,4 +1,5 @@ - include firmwares for most common network cards (#49195) +- pass --restore instead of restore option Version 1.37 - 3 April 2009, by Pascal Terjan diff --git a/images/make_boot_img b/images/make_boot_img index 48a415584..cb4dcfab9 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -223,7 +223,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