Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9806a9e5cf24df08a75aa7e659d8d1df5deb6acf)

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 test cauldron by Justin Boffemmyer (9806a9e5cf24df08a75aa7e659d8d1df5deb6acf)
  • Date: Sun, 8 Feb 2009 15:59:11 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

base/etc/sysconfig/facilities | 24
++++++++++++++++++++++++
iso/usr/share/doc/smgl.install/steps/edit-confs | 7 ++++---
2 files changed, 28 insertions(+), 3 deletions(-)

New commits:
commit 9806a9e5cf24df08a75aa7e659d8d1df5deb6acf
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

steps/edit-confs: suggest editing facilities

Suggest the user to check over etc/sysconfig/facilities to make sure
everything is in working order in addition to suggesting them to set
keymap.

commit 103ef1f1943c02c9aa5aa95e14b94b3c84ce7f08
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

base/etc/sysconfig/facilities: def. facilities

Provide default facilities to ensure that the basic ones are always
defined.

diff --git a/base/etc/sysconfig/facilities b/base/etc/sysconfig/facilities
new file mode 100644
index 0000000..4041176
--- /dev/null
+++ b/base/etc/sysconfig/facilities
@@ -0,0 +1,24 @@
+
+root_fs=mountroot.sh
+
+modules=modutils.sh
+
+network=network
+
+syslog=
+
+local_fs=mountall.sh
+
+crypt_fs=
+
+remote_fs=
+
+identd=
+
+portmap=
+
+# sendmail, postfix
+mta=
+
+# xdm, gdm, ...
+display_manager=
diff --git a/iso/usr/share/doc/smgl.install/steps/edit-confs
b/iso/usr/share/doc/smgl.install/steps/edit-confs
index 27bf859..7e68c5e 100644
--- a/iso/usr/share/doc/smgl.install/steps/edit-confs
+++ b/iso/usr/share/doc/smgl.install/steps/edit-confs
@@ -5,9 +5,10 @@ bootup. For this, edit /mnt/root/etc/fstab and add
your partitions.
(For editors available on this iso, do help editors)

Also, take a look at the files in /mnt/root/etc/sysconfig/ and edit
any you
-feel should be different. Especially, if you selected a custom keymap at the
-start of this install, you'll need to edit the file called keymap
-in that directory (do  cat /tmp/selected-keymap to see which you
chose)
+feel should be different. Especially, you should make sure the
facilities file
+looks correct, and if you selected a custom keymap at the start of this
+install, you'll need to edit the file called keymap in that directory
+(do  cat /tmp/selected-keymap to see which you chose).

You may also wish to create /mnt/root/etc/hostname with a hostname
for your
system, and you can set up networking by editing the



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9806a9e5cf24df08a75aa7e659d8d1df5deb6acf), Justin Boffemmyer, 02/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page