Skip to Content.
Sympa Menu

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

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 (bc2ad2e6b8bc8022b9739b3abb0974fd27d66350)
  • Date: Sun, 8 Feb 2009 16:25:41 -0600

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

iso/etc/sysconfig/devices | 2 --
iso/etc/sysconfig/facilities | 21 ---------------------
iso/usr/share/smgl.install/smgl-enchant | 3 ++-
3 files changed, 2 insertions(+), 24 deletions(-)

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

iso/etc/sysconfig/devices: rm, not needed

Not needed since base/etc/sysconfig/devices provides the same
functionality.

commit 3213e5aaad9103226e0d25d47a8aec7231e3d47a
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

iso/etc/sysconfig/facilities: rm, not needed

No longer needed, since we can just use base/etc/sysconfig/facilities
for both the ISO and SYS trees.

commit 1acc0bf5d0147641dcfe3ec86c1266794ce9a611
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl.install/smgl-enchant: add facilities hack

When installing the init.d cache file, it will overwrite the facilities
file with the one stored in the cache, which has nothing defined.
Therefore, after the install is finished, copy the ISO facilities file
over which has sane defaults.

diff --git a/iso/etc/sysconfig/devices b/iso/etc/sysconfig/devices
deleted file mode 100644
index c996601..0000000
--- a/iso/etc/sysconfig/devices
+++ /dev/null
@@ -1,2 +0,0 @@
-# type of device management, "static", "devfs" or "udev"
-DEVICES=udev
diff --git a/iso/etc/sysconfig/facilities b/iso/etc/sysconfig/facilities
deleted file mode 100644
index 8811c3a..0000000
--- a/iso/etc/sysconfig/facilities
+++ /dev/null
@@ -1,21 +0,0 @@
-root_fs=mountroot.sh
-
-modules=modutils
-
-network=network
-
-syslog=
-
-local_fs=mountall.sh
-
-remote_fs=smgl-default-remote-fs
-
-identd=
-
-portmap=
-
-# sendmail, postfix
-mta=
-
-# xdm, gdm, ...
-display_manager=
diff --git a/iso/usr/share/smgl.install/smgl-enchant
b/iso/usr/share/smgl.install/smgl-enchant
index 2ec53a5..ce5e344 100755
--- a/iso/usr/share/smgl.install/smgl-enchant
+++ b/iso/usr/share/smgl.install/smgl-enchant
@@ -130,6 +130,7 @@ sort -u -o "$depends" "$depends"
echo "Regenerating $packages"
sort -u -o "$packages" "$packages"

-
+echo "Overwriting /mnt/root/sysconfig/facilities with ISO copy"
+cp -f /etc/sysconfig/facilities /mnt/root/sysconfig/facilities

# vim:tabstop=2:softtabstop=2:shiftwidth=2:expandtab:ai



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

Archive powered by MHonArc 2.6.24.

Top of Page