Skip to Content.
Sympa Menu

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

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 (3d0a073eb6e5d35ac03123150363a5ed38d6e706)
  • Date: Fri, 8 Aug 2008 20:31:30 -0500

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

iso/usr/share/doc/smgl.install/steps/compile-kernel | 23
++++++++++++++++++++
iso/usr/share/smgl.install/order | 3 +-
iso/usr/share/smgl.install/steps | 3 +-
3 files changed, 27 insertions(+), 2 deletions(-)

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

addition of compile-kernel step

diff --git a/iso/usr/share/doc/smgl.install/steps/compile-kernel
b/iso/usr/share/doc/smgl.install/steps/compile-kernel
new file mode 100644
index 0000000..d1b0a38
--- /dev/null
+++ b/iso/usr/share/doc/smgl.install/steps/compile-kernel
@@ -0,0 +1,23 @@
+compile-kernel
+This step is optional. You may now set up a custom kernel for your
+installation. To do so, run the following commands.
+
+chroot into your system:
+ smgl-chroot
+
+Unpack the kernel sources:
+ cd /usr/src
+ tar -jxvf linux-2.6.22.tar.bz2 (leave out v to silence tar
output)
+
+Symlink to /usr/src/linux
+ ln -sf /usr/src/linux-2.6.22 /usr/src/linux
+
+Configure, make, and install:
+ make menuconfig
+ make; make modules; make modules_install
+ cp -f /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-2.6.22
+
+Exit the chroot:
+exit
+
+Type next to go to the next step.
diff --git a/iso/usr/share/smgl.install/order
b/iso/usr/share/smgl.install/order
index 026e51d..34c09bb 100644
--- a/iso/usr/share/smgl.install/order
+++ b/iso/usr/share/smgl.install/order
@@ -3,7 +3,8 @@ disk-partition:disk-format
disk-format:disk-mount
disk-mount:copy-base
copy-base:edit-confs
-edit-confs:boot-loader
+edit-confs:compile-kernel
+compile-kernel:boot-loader
boot-loader:grub
boot-loader:lilo
grub:install-opt-spells
diff --git a/iso/usr/share/smgl.install/steps
b/iso/usr/share/smgl.install/steps
index c8f548d..8c78064 100644
--- a/iso/usr/share/smgl.install/steps
+++ b/iso/usr/share/smgl.install/steps
@@ -3,10 +3,11 @@ disk-partition - creating partitions
disk-format - creating filesystems
disk-mount - mounting filesystems at appropriate mount-points
copy-base - copying basesystem and basic /etc files
+edit-confs - editing the basic configuration files
+compile-kernel - compile a custom kernel
boot-loader - installing and setting up a boot manager
lilo - do this step to set up lilo
grub - do this step to set up grub
-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 (3d0a073eb6e5d35ac03123150363a5ed38d6e706), Justin Boffemmyer, 08/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page