Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel cauldron by David Kowis (b92ff78c3f3d2c4506c21021fe3b1c9519a9e39d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel cauldron by David Kowis (b92ff78c3f3d2c4506c21021fe3b1c9519a9e39d)
  • Date: Tue, 6 Jun 2006 12:22:38 -0500

GIT changes to devel cauldron by David Kowis <dkowis AT kain.org>:

ChangeLog | 4 ++++
iso/skeleton/usr/share/smgl.install/modules/bootloader | 2 +-
iso/skeleton/usr/share/smgl.install/modules/diskStructure | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit b92ff78c3f3d2c4506c21021fe3b1c9519a9e39d
Author: David Kowis <dkowis AT kain.org>
Commit: David Kowis <dkowis AT kain.org>

Fixing bug 10745

commit bdb324270c35559b6d666bab1cd716a51ba9e3a3
Author: David Kowis <dkowis AT kain.org>
Commit: David Kowis <dkowis AT kain.org>

Fixing bug 10028

diff --git a/ChangeLog b/ChangeLog
index fa15fc3..c9d8573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-06 David Kowis <dkowis AT shlrm.org>
+ * modules/bootloader: Fixed lilo description bug 10028
+ * modules/diskStructure: fixed bug 10745
+
2006-05-21 Karsten Behrmann <BearPerson AT gmx.net>
* gen-scripts/lint-packages.sh: add iso.packages dependency linter
* modules/{30spellinstall,installation}: switch to cast to install
stuff
diff --git a/iso/skeleton/usr/share/smgl.install/modules/bootloader
b/iso/skeleton/usr/share/smgl.install/modules/bootloader
index 362b6ac..508d7b3 100755
--- a/iso/skeleton/usr/share/smgl.install/modules/bootloader
+++ b/iso/skeleton/usr/share/smgl.install/modules/bootloader
@@ -39,7 +39,7 @@ # TODO: Auto-generate this
"Please select the bootloader you wish to use to boot your SMGL
system" \
"lilo"
\
"lilo" "The LInux LOader"
\
- "lilo has been the standard-issue bootloader for many people for quite
long" \
+ "LILO is a tried and true bootloader that has been around for a very
long time" \
"grub" "GNU GRUB Multiboot boot loader"
\
"GRUB is a dynamic, interactive bootloader - liked by some, hated by
others"
fi #TODO: make these more neutral
diff --git a/iso/skeleton/usr/share/smgl.install/modules/diskStructure
b/iso/skeleton/usr/share/smgl.install/modules/diskStructure
index db6b40e..d1e1bab 100755
--- a/iso/skeleton/usr/share/smgl.install/modules/diskStructure
+++ b/iso/skeleton/usr/share/smgl.install/modules/diskStructure
@@ -552,7 +552,7 @@ mk_swap_file() {
try_run mkswap $SWAPFILE &&
chmod 000 $SWAPFILE &&
try_run swapon $SWAPFILE &&
- make_fstab_line $DEVICE "swap" "swap" "defaults\t0 2" >>/tmp/fstab &&
+ make_fstab_line $DEVICE "swap" "swap" "defaults 0 2" >>/tmp/fstab &&
fill_dependency disk-swap file||
press_enter "diskStructure" 0
fi



  • [SM-Commit] GIT changes to devel cauldron by David Kowis (b92ff78c3f3d2c4506c21021fe3b1c9519a9e39d), David Kowis, 06/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page