diff options
-rw-r--r-- | perl-install/install/install2.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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, |