sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (2c00e4fd9d0de08f02e6837877161d414959414d)
- 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 (2c00e4fd9d0de08f02e6837877161d414959414d)
- Date: Thu, 17 Sep 2009 08:25:45 -0500
GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:
iso/usr/share/doc/smgl.install/steps/disk-format | 12 ++++++------
iso/usr/share/doc/smgl.install/steps/disk-mount | 14 +++++++-------
iso/usr/share/doc/smgl.install/steps/disk-partition | 6 +++---
3 files changed, 16 insertions(+), 16 deletions(-)
New commits:
commit 2c00e4fd9d0de08f02e6837877161d414959414d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
steps/disk-*: change examples from hd to sd
Change the example commands from using hda to sda, since this is what
most new users will have as their hard disk devices.
diff --git a/iso/usr/share/doc/smgl.install/steps/disk-format
b/iso/usr/share/doc/smgl.install/steps/disk-format
index 18d6df9..f7e6a31 100644
--- a/iso/usr/share/doc/smgl.install/steps/disk-format
+++ b/iso/usr/share/doc/smgl.install/steps/disk-format
@@ -4,14 +4,14 @@ of example commands for the different types of filesystems
supported on this
ISO. The partitions given are examples. Be sure to format all the partitions
you need.
-[1m mke2fs /dev/hda1[m
-[1m mkfs.ext3 /dev/hda1[m
-[1m mkreiserfs /dev/hda1[m
-[1m mkfs.jfs /dev/hda1[m
-[1m mkfs.xfs /dev/hda1[m
+[1m mke2fs /dev/sda1[m
+[1m mkfs.ext3 /dev/sda1[m
+[1m mkreiserfs /dev/sda1[m
+[1m mkfs.jfs /dev/sda1[m
+[1m mkfs.xfs /dev/sda1[m
You probably want a swap partition:
-[1m mkswap /dev/hda2[m
+[1m mkswap /dev/sda2[m
The reiser4 tools are provided on the ISO. However, the ISO kernel does not
yet support reiser4, so although you can create reiser4 filesystems and
diff --git a/iso/usr/share/doc/smgl.install/steps/disk-mount
b/iso/usr/share/doc/smgl.install/steps/disk-mount
index 8046a80..096af1e 100644
--- a/iso/usr/share/doc/smgl.install/steps/disk-mount
+++ b/iso/usr/share/doc/smgl.install/steps/disk-mount
@@ -4,20 +4,20 @@ so mount the filesystem that will be / onto /mnt/root. The
partitions given are
only examples. Replace them with the partitions you used in
[1mdisk-format[m.
Examples:
-[1m mount -t ext2 /dev/hda1 /mnt/root[m
-[1m mount -t reiserfs /dev/hda1 /mnt/root[m
-[1m mount -t xfs /dev/hda1 /mnt/root[m
+[1m mount -t ext2 /dev/sda1 /mnt/root[m
+[1m mount -t reiserfs /dev/sda1 /mnt/root[m
+[1m mount -t xfs /dev/sda1 /mnt/root[m
Then mount any other partitions you made at the proper subdirectories.
You'll probably need to make directories for the other mount points first
(assuming you formatted the / partition). Make sure you mount / first.
-For example, if you created /dev/hda2 for /usr:
+For example, if you created /dev/sda2 for /usr:
[1m mkdir /mnt/root/usr[m
-[1m mount -t ext2 /dev/hda2 /mnt/root/usr[m
+[1m mount -t ext2 /dev/sda2 /mnt/root/usr[m
(or, for example, if it's a jfs partition)
-[1m mount -t jfs /dev/hda1 /mnt/root[m
+[1m mount -t jfs /dev/sda1 /mnt/root[m
Don't forget to mount [1mall[m the (system) partitions you plan to use.
Also, you may want to turn on swap via e.g.
-[1m swapon /dev/hda2[m
+[1m swapon /dev/sda2[m
diff --git a/iso/usr/share/doc/smgl.install/steps/disk-partition
b/iso/usr/share/doc/smgl.install/steps/disk-partition
index 6f2839a..ac3f567 100644
--- a/iso/usr/share/doc/smgl.install/steps/disk-partition
+++ b/iso/usr/share/doc/smgl.install/steps/disk-partition
@@ -7,13 +7,13 @@ dmesg | grep -i disk. You probably want something that is
either hd or sd.
This image ships with several popular programs for partitioning:
cfdisk is probably the most popular, a curses-based menu system:
-[1m cfdisk /dev/hda[m
+[1m cfdisk /dev/sda[m
parted can resize partitions, but may be a tad confusing:
-[1m parted /dev/hda[m
+[1m parted /dev/sda[m
Then for the purists there's plain line-based fdisk. Can be a bit hard to
use:
-[1m fdisk /dev/hda[m
+[1m fdisk /dev/sda[m
The iso also ships with [1msfdisk[m, if you're insane enough to want to use
it.
- [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (2c00e4fd9d0de08f02e6837877161d414959414d), Justin Boffemmyer, 09/17/2009
Archive powered by MHonArc 2.6.24.