Skip to Content.
Sympa Menu

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

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 (625e63f78d8c5f833c6ea9806cbe591e009d3698)
  • Date: Sat, 3 Jan 2009 04:32:12 -0600

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

iso/usr/share/doc/smgl.install/steps/iso-kernel | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)

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

steps/iso-kernel: updated for smgl-kernel

Updated the instructions to include smgl-kernel, and improved the
instructions for manual copying a bit.

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

iso/etc/interfaces: add empty interfaces file

Prevent ISO init errors by having an empty interfaces file.

diff --git a/iso/etc/interfaces b/iso/etc/interfaces
new file mode 100644
index 0000000..e69de29
diff --git a/iso/usr/share/doc/smgl.install/steps/iso-kernel
b/iso/usr/share/doc/smgl.install/steps/iso-kernel
index 823b773..f39e57e 100644
--- a/iso/usr/share/doc/smgl.install/steps/iso-kernel
+++ b/iso/usr/share/doc/smgl.install/steps/iso-kernel
@@ -1,10 +1,15 @@
iso-kernel step
Installing the ISO kernel is easy, and it should work well (it's working on
your computer right now). To install the ISO kernel, all you need to do is
copy
-the kernel and kernel modules over to your new system.
+the kernel and kernel modules over to your new system. You can do this with a
+script we provide, or manually.

+using smgl-kernel:
+ smgl-kernel
+
+manually:
copy the kernel itself:
- cp /boot/{config,System.map}* /mnt/root/boot/
+ cp /boot/config-$(uname -r) /mnt/root/boot/
 cp /boot/linux /mnt/root/boot/vmlinuz-$(uname -r)

copy all the kernel modules:



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

Archive powered by MHonArc 2.6.24.

Top of Page