This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog     |    7 +++++--
 libs/InstallImage.py |    4 +---
 po/ja.po             |    8 ++++++++
 3 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 8e63e206cc44778b820a5b77ebc366f7c67920ab
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date:   Mon Aug 25 09:26:45 2008 +0900

    * Droped unnecessary codes. Added a Japanese localization.


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index f8ea523..f419de9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -143,9 +143,12 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
   * Droped backwords compatibility codes.
 
   [ Prajwal Mohan ]
-  * Passing callback to pdk_utils.copy causing problems in FC9 
+  * Passing callback to pdk_utils.copy causing problems in FC9
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Fri, 22 Aug 2008 13:21:09 -0700
+  [ Mitsutaka Amano ]
+  * Droped unnecessary codes. Added a Japanese localization.
+
+ -- Mitsutaka Amano <[EMAIL PROTECTED]>  Mon, 25 Aug 2008 09:24:57 +0900
 
 moblin-image-creator (0.44) gaston; urgency=low
 
diff --git a/libs/InstallImage.py b/libs/InstallImage.py
index 43f60c6..7d79ecd 100755
--- a/libs/InstallImage.py
+++ b/libs/InstallImage.py
@@ -676,9 +676,7 @@ class InstallUsbImage(BaseUsbImage):
         print _("grub.conf kernel cmdline changed")
         # update the kernel entries
         self.target.chroot("update-grub")
-        # FIXME: JLV: I really don't like all this sed usage, need to clean 
this up
-        self.target.chroot("/bin/sed s+/boot/+/+g -i /boot/grub/menu.lst")
-        print "New Apply hd kernel 
cmdline--------------------------------------------------------------------"
+        print _("New Apply hd kernel 
cmdline--------------------------------------------------------------------")
 
     def __str__(self):
         return ("<InstallUsbImage: project=%s, target=%s, name=%s>"
diff --git a/po/ja.po b/po/ja.po
index 0bcd429..44ca296 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -770,6 +770,14 @@ msgstr "         
これはディスク上の全てのパーティションを含
 msgid "grub.conf kernel cmdline changed"
 msgstr "grub.conf kernelコマンドラインが変更されました"
 
+#: ../libs/InstallImage.py:679
+msgid ""
+"New Apply hd kernel "
+"cmdline--------------------------------------------------------------------"
+msgstr ""
+"新しいHDD用kernelコマンドラインを適用しています"
+"--------------------------------------------------------------------"
+
 #: ../libs/InstallImage.py:593
 msgid "HddImage: Create Hard Disk Image not implemented!"
 msgstr "HDDイメージ: 
ハードディスクイメージの作成は実装されていません!"
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to