Author: pebender
Date: Mon May 11 20:26:49 2009
New Revision: 4752
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf.pm
Log:
- Added some additional comments to init/conf.pm.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf.pm
Mon May 11 20:26:49 2009
@@ -11,6 +11,24 @@
use File::Path ();
use MiniMyth ();
+# Steps:
+# (1) Check for MM_MINIMYTH_BOOT_URL.
+# (2) If MiniMyth boot directory is local, then wait for it to mount.
+# (3) Fetch minimyth.conf.
+# (4) Reprocess MM_MINIMYTH_BOOT_URL,
+# since it can be overrridden by minimyth.conf.
+# (5) Process MM_MINIMYTH_FETCH_MINIMYTH_PM.
+# (6) If configured to do so, then fetch and run minimyth.pm.
+# (7) Process DHCP override variables.
+# (8) Start DHCP.
+# (9) Enable udev based auto-detection,
+# including hardware firmware files.
+# (10) Process MM_FIRMWARE_FILE_LIST,
+# including fetching any hardware firmware files.
+# (11) Load automatic kernel modules.
+# (12) Process MM_HARDWARE_KERNEL_MODULES.
+# (13) Load manual kernel modules.
+# (14) (Re)process all configuration variables.
sub start
{
my $self = shift;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---