Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (675bd92970c7897b205ce4f8c3393b5f7e665daf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (675bd92970c7897b205ce4f8c3393b5f7e665daf)
  • Date: Mon, 14 Jan 2008 00:41:54 -0600

GIT changes to master cauldron by Justin Boffemmyer
<flux AT shaolin.homelinux.org>:

iso/usr/share/smgl.install/order | 9 ++++++---
iso/usr/share/smgl.install/steps | 5 ++++-
2 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 675bd92970c7897b205ce4f8c3393b5f7e665daf
Author: Justin Boffemmyer <flux AT shaolin.homelinux.org>
Commit: Justin Boffemmyer <flux AT shaolin.homelinux.org>

Modified installer setup to reflect new steps

Changed smgl.install/order to reflect the proper order with the new
steps included. Updated smgl.install/steps to include descriptions of
the new steps (and corrected some descriptions of already existing
steps to match their new roles).

diff --git a/iso/usr/share/smgl.install/order
b/iso/usr/share/smgl.install/order
index 9cf5e5f..15b552e 100644
--- a/iso/usr/share/smgl.install/order
+++ b/iso/usr/share/smgl.install/order
@@ -1,9 +1,12 @@
init:disk-partition
-disk-partition:disk-mount
+disk-partition:disk-format
+disk-format:disk-mount
disk-mount:copy-base
copy-base:edit-confs
-edit-confs:install-opt-spells
-install-opt-spells:reboot
+edit-confs:boot-loader
+boot-loader:install-opt-spells
+install-opt-spells:user-setup
+user-setup:reboot
reboot:reboot
init:init
error:init
diff --git a/iso/usr/share/smgl.install/steps
b/iso/usr/share/smgl.install/steps
index 182e7f3..b230d99 100644
--- a/iso/usr/share/smgl.install/steps
+++ b/iso/usr/share/smgl.install/steps
@@ -1,7 +1,10 @@
init - start of the install
disk-partition - creating partitions
-disk-mount - creating filesystems, mounting them appropriately
+disk-format - creating filesystems
+disk-mount - mounting filesystems at appropriate mount-points
copy-base - copying basesystem and basic /etc files
+boot-loader - installing and setting up a boot manager
edit-confs - editing the basic configuration files
install-opt-spells - installing other spells you may need
+user-setup - set root password, create regular users
reboot - reboot into the new system



  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (675bd92970c7897b205ce4f8c3393b5f7e665daf), Justin Boffemmyer, 01/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page