aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Chroot.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r--lib/Iurt/Chroot.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 6e390f8..55a31c9 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -132,10 +132,12 @@ I<$run> is the running environment
I<%only_clean> only clean the chroot, do not create a new one
Return true.
+IT NEVER ACTUALLY PERFORMED ANYTHING
+
=cut
sub update_chroot {
- my ($_chroot, $_chroot_tar, $_run, $_config, $_only_clean, $_only_tar) = @_;
+ my ($_chroot, $_chroot_tar, $_run) = @_;
plog('DEBUG', "update chroot");