Skip to Content.
Sympa Menu

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

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 (a9ed9bc77bf831bf601f2462d6e5897bc0340a81)
  • Date: Sat, 3 Jan 2009 08:24:38 -0600

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

iso/usr/share/doc/smgl.install/steps/install | 6 +++---
iso/usr/share/doc/smgl.install/steps/iso-kernel | 5 ++++-
iso/usr/share/doc/smgl.install/steps/user-setup | 12 +++---------
3 files changed, 10 insertions(+), 13 deletions(-)

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

steps/user-setup: update for recent shadow

Recent shadow is not as deficient as it was in the version on test4.
Kudos!

commit 33442d10ab88ed568c2157abe59f51288c139b5d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

steps/iso-kernel: add modprobe blacklist

Add the modprobe.d blacklist file when adding the ISO kernel.

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

steps/install: corrected enchant name

Fixed enchant -> smgl-enchant

diff --git a/iso/usr/share/doc/smgl.install/steps/install
b/iso/usr/share/doc/smgl.install/steps/install
index 4f2f895..35f04fd 100644
--- a/iso/usr/share/doc/smgl.install/steps/install
+++ b/iso/usr/share/doc/smgl.install/steps/install
@@ -1,7 +1,7 @@
install step
It is time to install all of the spells to your system. There are two ways
that
-you can do this: manually, and using the enchant script. Note that
-system.tar.bz2 is required.
+you can do this: manually, and using the smgl-enchant script. Note
+that system.tar.bz2 is required.

manual method:
 tar xjvf /system.tar.bz2 -C /mnt/root
@@ -13,7 +13,7 @@ an example, to install lilo:
 tar jxf lilo-22.8-i486-pc-linux-gnu.tar.bz2 -C /mnt/root

enchant method (uses /tmp/opt-spells):
- enchant
+ smgl-enchant

Enchant can also take a command-line argument to a cache file with a
specified
path. This enables you to run enchant on any cache file you choose, from any
diff --git a/iso/usr/share/doc/smgl.install/steps/iso-kernel
b/iso/usr/share/doc/smgl.install/steps/iso-kernel
index f39e57e..ef6c1a6 100644
--- a/iso/usr/share/doc/smgl.install/steps/iso-kernel
+++ b/iso/usr/share/doc/smgl.install/steps/iso-kernel
@@ -13,6 +13,9 @@ copy the kernel itself:
 cp /boot/linux /mnt/root/boot/vmlinuz-$(uname -r)

copy all the kernel modules:
- cp -a /lib/modules/$(uname -r) /mnt/root/lib/modules
+ cp -a /lib/modules/$(uname -r) /mnt/root/lib/modules/
+
+you'll probably also want the modprobe blacklist:
+ cp /etc/modprobe.d/blacklist /mnt/root/etc/modprobe.d/blacklist

Type next to go to the next step.
diff --git a/iso/usr/share/doc/smgl.install/steps/user-setup
b/iso/usr/share/doc/smgl.install/steps/user-setup
index ef9e378..efaf7ea 100644
--- a/iso/usr/share/doc/smgl.install/steps/user-setup
+++ b/iso/usr/share/doc/smgl.install/steps/user-setup
@@ -7,17 +7,11 @@ and bear in mind that it can be bypassed with a
screwdriver):
 passwd root

Recommended: add at least one regular user for daily use:
- useradd -d /home/mbolton -m -g users mbolton
+ useradd -m -g users mbolton
 passwd mbolton

-Replace mbolton with whatever login you want. Don't forget to change
-/home/mbolton accordingly. You may also change the group (-g users).
-
-WARNING: The default /etc/login.defs from the shadow spell makes use
of
-/etc/securetty to determine which devices root is allowed to login on, but
does
-not provide /etc/securetty by default. To login as root on consoles, either
-turn this feature off in /etc/login.defs, or create /etc/securetty and list
the
-devices you want (e.g. /dev/tty1).
+Replace mbolton with whatever login you want.
+You may also change the group (-g users).

Finally, exit the chroot to return to the installer:
 exit



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (a9ed9bc77bf831bf601f2462d6e5897bc0340a81), Justin Boffemmyer, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page