diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-11 12:39:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-11 12:39:52 +0000 |
commit | 4dc0def673bf87bfe60e83cb7ec2a4bbb9086297 (patch) | |
tree | bfb7e8ce7fb414c66c0ffb0c9bf3aadb3af0ed84 /perl-install | |
parent | a6aca525fb91332103f3dbf6496c4847c72abcfe (diff) | |
download | drakx-backup-do-not-use-4dc0def673bf87bfe60e83cb7ec2a4bbb9086297.tar drakx-backup-do-not-use-4dc0def673bf87bfe60e83cb7ec2a4bbb9086297.tar.gz drakx-backup-do-not-use-4dc0def673bf87bfe60e83cb7ec2a4bbb9086297.tar.bz2 drakx-backup-do-not-use-4dc0def673bf87bfe60e83cb7ec2a4bbb9086297.tar.xz drakx-backup-do-not-use-4dc0def673bf87bfe60e83cb7ec2a4bbb9086297.zip |
added restore option to allow restore entry to be created (refused by default)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |