From f961e3d995ad2c6c8ea9eb18144bafcc6759bb4e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 27 May 2010 10:15:28 +0000 Subject: disable restore option --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 2fc62cfd8..2d70e6483 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -233,7 +233,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