From 4dc0def673bf87bfe60e83cb7ec2a4bbb9086297 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 11 Sep 2003 12:39:52 +0000 Subject: added restore option to allow restore entry to be created (refused by default) --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index f841e44bd..a0d3006e6 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -380,6 +380,7 @@ sub main { patch => sub { $patch = 1 }, defcfg => sub { $cfg = $v }, recovery => sub { $::recovery = 1 }, + restore => sub { $::restore = 1 }, newt => sub { $o->{interactive} = "newt" }, text => sub { $o->{interactive} = "newt" }, stdio => sub { $o->{interactive} = "stdio" }, -- cgit v1.2.1