diff options
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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]) } } |