From 2db498ee242e3170dad946885815f8cb064a3cf0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Dec 2001 18:48:00 +0000 Subject: enable easy screenshot'ing --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2ad1297b9..be04f5b4f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -184,6 +184,8 @@ sub formatPartitions { home mnt tmp var var/tmp var/lib var/lib/rpm var/lib/urpmi); mkdir "$o->{prefix}/$_", 0700 foreach qw(root root/tmp); + common::screenshot_dir__and_move(); + substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; any::rotate_logs($o->{prefix}); -- cgit v1.2.1