From 7bc79cf7c77e64dfeeee1a8c886ceb95bf063af2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 10 Feb 2009 16:16:31 +0000 Subject: enable to select restore option --- images/NEWS | 2 ++ images/make_boot_img | 1 + 2 files changed, 3 insertions(+) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 5b4f3a2ca..5a7723f84 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- enable to select restore option + Version 1.33 - 23 January 2009, by Christophe Fergeau - adjust to new syslinux 3.72 gfxboot COM32 module diff --git a/images/make_boot_img b/images/make_boot_img index 271b952cb..86afffcdb 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -219,6 +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", ); map { { label => $_->[0], append => join(' ', grep { $_ } $default_append, $_->[1]) } } -- cgit v1.2.1