summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index abfd03e92..b8f5ffe2d 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -190,6 +190,7 @@ sub formatPartitions {
eval { fs::mount('none', "$o->{prefix}/sys", 'sysfs') };
common::screenshot_dir__and_move();
+ install_any::move_clp_to_disk();
any::rotate_logs($o->{prefix});
@@ -631,6 +632,7 @@ sub main {
last if $o->{step} eq 'exitInstall';
}
+ unlink install_any::clp_on_disk();
install_any::clean_postinstall_rpms();
install_any::log_sizes($o);
install_any::remove_advertising($o);