Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by David Kowis (4f13b17f76aef5eb9935bbf07e72a1efa30fe07a)

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 master cauldron by David Kowis (4f13b17f76aef5eb9935bbf07e72a1efa30fe07a)
  • Date: Tue, 23 Jan 2007 09:04:11 -0600

GIT changes to master cauldron by David Kowis <dkowis@melchiah.(none)>:

ChangeLog | 4 ++++
iso/data/iso.packages | 4 +---
iso/skeleton/usr/share/smgl.install/install-list | 4 +---
iso/skeleton/usr/share/smgl.install/modules/nativeLanguageSupport | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 4f13b17f76aef5eb9935bbf07e72a1efa30fe07a
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis@melchiah.(none)>

Patch from lynxlynxlynx
Changes the default to kbd instead of console-tools

diff --git a/ChangeLog b/ChangeLog
index 273ea0d..232fe3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * iso.packages, install-list, nativeLanguageSupport: use kbd instead
+ of console-{data,tools}, the previous limiting factors are gone
+
2006-06-18 Karsten Behrmann <BearPerson AT gmx.net>
* gen-scripts/config: "automate" config to autodetect
kernel version and arch
diff --git a/iso/data/iso.packages b/iso/data/iso.packages
index 9572b7a..c7cc29d 100644
--- a/iso/data/iso.packages
+++ b/iso/data/iso.packages
@@ -13,8 +13,6 @@ begin_unpack bash
# more-or-less elegant FINAL workaround
end_unpack #bash
unpack bzip2
-unpack console-data
-unpack console-tools
unpack coreutils
unpack cpio
#unpack devfsd -- ouch.
@@ -54,7 +52,7 @@ begin_unpack init.d
end_unpack
unpack jed
unpack jfsutils
-#unpack kbd
+unpack kbd
unpack less
unpack libpcap # For what?
begin_unpack linux
diff --git a/iso/skeleton/usr/share/smgl.install/install-list
b/iso/skeleton/usr/share/smgl.install/install-list
index d2eaaf6..31bcb2b 100644
--- a/iso/skeleton/usr/share/smgl.install/install-list
+++ b/iso/skeleton/usr/share/smgl.install/install-list
@@ -2,9 +2,7 @@ smgl-fhs
basesystem
rpmunpack
util-linux
-#kbd
-console-data
-console-tools
+kbd
netkit-base
netkit-ping
sorcery-pubkeys
diff --git
a/iso/skeleton/usr/share/smgl.install/modules/nativeLanguageSupport
b/iso/skeleton/usr/share/smgl.install/modules/nativeLanguageSupport
index e41b544..646f452 100755
--- a/iso/skeleton/usr/share/smgl.install/modules/nativeLanguageSupport
+++ b/iso/skeleton/usr/share/smgl.install/modules/nativeLanguageSupport
@@ -78,7 +78,7 @@ font_menu() {

debug_log "NLS" 1 "Chose console font $FONT" &&

- try_run consolechars -f $FONT &&
+ try_run setfont $FONT &&
fill_dependency font $FONT &&

sed -i "s/^CONSOLECHARS_ARGS=.*$/CONSOLECHARS_ARGS=\"-f $FONT\"/" \




Archive powered by MHonArc 2.6.24.

Top of Page