diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:26:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:26:34 +0000 |
commit | 87133ece0463e026a8de3558f04eab3f7591d612 (patch) | |
tree | 834fc0cc5d3d3b353338e02095f46a16da350ca4 /perl-install/install | |
parent | 538cdf4ac8ff71998e87735d1ea338721dfa1f1a (diff) | |
download | drakx-87133ece0463e026a8de3558f04eab3f7591d612.tar drakx-87133ece0463e026a8de3558f04eab3f7591d612.tar.gz drakx-87133ece0463e026a8de3558f04eab3f7591d612.tar.bz2 drakx-87133ece0463e026a8de3558f04eab3f7591d612.tar.xz drakx-87133ece0463e026a8de3558f04eab3f7591d612.zip |
document
Diffstat (limited to 'perl-install/install')
-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, |