From 87133ece0463e026a8de3558f04eab3f7591d612 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:26:34 +0000 Subject: document --- perl-install/install/install2.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index affc65620..3ff611c30 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -286,6 +286,9 @@ sub exitInstall { installStepsCall($o, $auto, 'exitInstall', getNextStep($::o) eq 'exitInstall'); } +#-###################################################################################### +#- Udev Functions +#-###################################################################################### sub start_udev() { # Ensure /run is mounted @@ -317,6 +320,10 @@ sub stop_udev() { fs::mount::umount($_) foreach '/dev/pts', '/dev/shm', '/run'; } +#-###################################################################################### +#- Other Functions +#-###################################################################################### + sub init_local_install { my ($o) = @_; push @::auto_steps, -- cgit v1.2.1