<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Debian Chinese Project Google Group</title>
  <link>http://groups.google.com/group/debian-chinese</link>
  <description>Debian Chinese Project: Chinese localization (l10n) issues, documentation and web site translation, user support etc. This is a mirror of the debian-chinese-gb@lists.debian.org mailing list.</description>
  <language>en</language>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/72f12f1603727027?show_docid=72f12f1603727027</link>
  <description>
  update-grub输出正常： &lt;br&gt; Generating grub.cfg ... &lt;br&gt; Found Debian background: moreblue-orbit-grub.png &lt;br&gt; Found linux image: /boot/vmlinuz-2.6.30-2-686 &lt;br&gt; Found initrd image: /boot/initrd.img-2.6.30-2-686 &lt;br&gt; Found linux image: /boot/vmlinuz-2.6.30-1-686 &lt;br&gt; Found initrd image: /boot/initrd.img-2.6.30-1-686 &lt;br&gt; done &lt;br&gt; 还是不能隐藏菜单，奇怪。
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/72f12f1603727027?show_docid=72f12f1603727027</guid>
  <author>
  doupe...@gmail.com
  (窦peiqi)
  </author>
  <pubDate>Mon, 23 Nov 2009 05:09:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/f7f8d718be5d5acc?show_docid=f7f8d718be5d5acc</link>
  <description>
  另: grub2 的包已经开放翻译了, 有心人士可以参考网页: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://translationproject.org/domain/grub.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 2009/11/23 Alyex Ye &amp;lt;alyex...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/f7f8d718be5d5acc?show_docid=f7f8d718be5d5acc</guid>
  <author>
  lidaob...@gmail.com
  (LI Daobing)
  </author>
  <pubDate>Mon, 23 Nov 2009 03:44:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/8ca6d71ccb526326?show_docid=8ca6d71ccb526326</link>
  <description>
  我手边没有可以重启的linux。不过从ubuntu上的简介来 看，应该是这样没有错。 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ubuntuforums.org/showthread.php?t=1195275&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - *GRUB_HIDDEN_TIMEOUT=0* &lt;br&gt; - The menu will be hidden unless a # symbol is present at the &lt;br&gt; beginning of this line. ( # GRUB_HIDDEN_TIMEOUT=0 )
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/8ca6d71ccb526326?show_docid=8ca6d71ccb526326</guid>
  <author>
  alyex...@gmail.com
  (Alyex Ye)
  </author>
  <pubDate>Mon, 23 Nov 2009 02:03:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/32b169ad40a0b9de?show_docid=32b169ad40a0b9de</link>
  <description>
  GRUB_DEFAULT=0 &lt;br&gt; GRUB_HIDDEN_TIMEOUT=0 &lt;br&gt; GRUB_HIDDEN_TIMEOUT_QUIET=true &lt;br&gt; GRUB_TIMEOUT=3 &lt;br&gt; GRUB_DISTRIBUTOR=`lsb_release -i -s 2&amp;gt; /dev/null || echo Debian` &lt;br&gt; GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;qu iet&amp;quot; &lt;br&gt; 这是我的/etc/default/grub 文件内容，update-grub后不管用。 &lt;br&gt; 2009/11/23 Alyex Ye &amp;lt;alyex...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/32b169ad40a0b9de?show_docid=32b169ad40a0b9de</guid>
  <author>
  doupe...@gmail.com
  (窦peiqi)
  </author>
  <pubDate>Mon, 23 Nov 2009 01:48:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/dd7e8171552c02d7?show_docid=dd7e8171552c02d7</link>
  <description>
  这个版本的变化还是很大的，在Grub2中是不可以直接编辑/b oot/grub/grub.cfg的，否则在下次升级或者其他 变化的时候，update-grub命令（手动或自动）会将其覆 盖。 &lt;br&gt; 正确的方法是修改/etc/default/grub文件，其中 有2个参数 &lt;br&gt; GRUB_HIDDEN_TIMEOUT=0 &lt;br&gt; GRUB_HIDDEN_TIMEOUT_QUIET=true
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/dd7e8171552c02d7?show_docid=dd7e8171552c02d7</guid>
  <author>
  alyex...@gmail.com
  (Alyex Ye)
  </author>
  <pubDate>Mon, 23 Nov 2009 01:02:07 UT
</pubDate>
  </item>
  <item>
  <title>Please complete fortunes-debian-hints translation for &#39;&#39;zh_CN&quot;</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/17e5888f398a3c82/6a2ab2ee5cbe4db9?show_docid=6a2ab2ee5cbe4db9</link>
  <description>
  Hi, &lt;br&gt; Please complete attached translation of &#39;fortunes-debian-hints&#39; and &lt;br&gt; send it to me or file a wishlist bug against package. &lt;br&gt; I&#39;m going to upload package around 1st December 2009. &lt;br&gt; Thanks a lot.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/17e5888f398a3c82/6a2ab2ee5cbe4db9?show_docid=6a2ab2ee5cbe4db9</guid>
  <author>
  kar...@debian.org
  (Kartik Mistry)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:23:30 UT
</pubDate>
  </item>
  <item>
  <title>unsubscribe</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/4eeba7e79668f7cc/37bd8ce5dcd43167?show_docid=37bd8ce5dcd43167</link>
  <description>
  unsubscribe
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/4eeba7e79668f7cc/37bd8ce5dcd43167?show_docid=37bd8ce5dcd43167</guid>
  <author>
  beni...@gmail.com
  </author>
  <pubDate>Sun, 22 Nov 2009 13:34:51 UT
</pubDate>
  </item>
  <item>
  <title>unsubscribe</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/4eeba7e79668f7cc/28324c00d79d042b?show_docid=28324c00d79d042b</link>
  <description>
  ----- 原始邮件 ----- &lt;br&gt; 发件人：Felipe Augusto van de Wiel &amp;lt;f...@funlabs.org&amp;gt; &lt;br&gt; 收件人：debian-chinese...@lists.de bian.org &lt;br&gt; 主题：[D-I Manual] Build log for zh_CN (21 Nov 2009) &lt;br&gt; 日期：2009-11-22 09:41:29 &lt;br&gt; A build of the Debian Installer Manual was triggered by an update to SVN. &lt;br&gt; &lt;p&gt;There were no errors during the build process.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/4eeba7e79668f7cc/28324c00d79d042b?show_docid=28324c00d79d042b</guid>
  <author>
  jishiyu1...@sina.com
  </author>
  <pubDate>Sun, 22 Nov 2009 05:13:57 UT
</pubDate>
  </item>
  <item>
  <title>[D-I Manual] Build log for zh_CN (21 Nov 2009)</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/88459eca975aece3/d2b214659ace78ea?show_docid=d2b214659ace78ea</link>
  <description>
  A build of the Debian Installer Manual was triggered by an update to SVN. &lt;br&gt; There were no errors during the build process. &lt;br&gt; The new version of the manual has been uploaded successfully. &lt;br&gt; A log of the build is available at: &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://d-i.alioth.debian.org/manual/logs/zh_CN.log&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; === &lt;br&gt; It is possible to use RSS to track changes to the manual.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/88459eca975aece3/d2b214659ace78ea?show_docid=d2b214659ace78ea</guid>
  <author>
  f...@funlabs.org
  (Felipe Augusto van de Wiel)
  </author>
  <pubDate>Sun, 22 Nov 2009 01:41:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Totem播放音乐时中文显示乱码</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/b57430b48377796f/7a5573363aaa6b8f?show_docid=7a5573363aaa6b8f</link>
  <description>
  2009/11/21 Isaac Sun &amp;lt;isaac....@gmail.com&amp;gt;: &lt;br&gt; 这种情况可能是由于 tag 信息中的汉字编码问题不同导致的。可能 totem 认了 UTF-8， &lt;br&gt; 而不认 gb2323 之类的。或者是认了 gb2312，没认 UTF-8。 &lt;br&gt; 解决方法是：在 Linux 中重新修正一下 tag 中的信息。
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/b57430b48377796f/7a5573363aaa6b8f?show_docid=7a5573363aaa6b8f</guid>
  <author>
  zhengy...@gmail.com
  (Ji ZhengYu)
  </author>
  <pubDate>Sat, 21 Nov 2009 14:11:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/151fd735a9586ab7?show_docid=151fd735a9586ab7</link>
  <description>
  sorry,怪我太粗心，没看到是grub2。 &lt;br&gt; 我不清楚grub2的配置，抱歉。
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/151fd735a9586ab7?show_docid=151fd735a9586ab7</guid>
  <author>
  imganq...@gmail.com
  (ganquan)
  </author>
  <pubDate>Sat, 21 Nov 2009 08:11:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/3a72c5550e526acb?show_docid=3a72c5550e526acb</link>
  <description>
  我想要的效果是 &lt;br&gt; 用像老版grub那样的命令：hiddenmenu，这个命令在 grub2中没有了。grub2默认配置文件是：/boot/g rub/grub.cfg。 &lt;br&gt; 我电脑里还装有win。 &lt;br&gt; 2009/11/21 ganquan &amp;lt;imganq...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/3a72c5550e526acb?show_docid=3a72c5550e526acb</guid>
  <author>
  doupe...@gmail.com
  (窦培琪)
  </author>
  <pubDate>Sat, 21 Nov 2009 08:07:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: 请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/256e530fa3100bae?show_docid=256e530fa3100bae</link>
  <description>
  去/boot/grub/menu.list里面把你不想要的东 西注释掉就可以了。 &lt;br&gt; 或者直接把timeout设置为0，这样就不用显示菜单，直接启 动第一个启动项了
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/256e530fa3100bae?show_docid=256e530fa3100bae</guid>
  <author>
  imganq...@gmail.com
  (ganquan)
  </author>
  <pubDate>Sat, 21 Nov 2009 08:01:21 UT
</pubDate>
  </item>
  <item>
  <title>请问grub2如何隐藏启动菜单？</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/7115eb74370a01ae?show_docid=7115eb74370a01ae</link>
  <description>
  如题。 &lt;br&gt; 谢谢
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/d1b54a9269edccc5/7115eb74370a01ae?show_docid=7115eb74370a01ae</guid>
  <author>
  doupe...@gmail.com
  (窦培琪)
  </author>
  <pubDate>Sat, 21 Nov 2009 07:59:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Totem播放音乐时中文显示乱码</title>
  <link>http://groups.google.com/group/debian-chinese/browse_thread/thread/b57430b48377796f/8d4605a3313b2852?show_docid=8d4605a3313b2852</link>
  <description>
  find ./ -name &#39;*.mp3&#39; -exec mid3iconv -e gbk {} \; 搞定了 &lt;br&gt; 2009/11/21 Isaac Sun &amp;lt;isaac....@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/debian-chinese/browse_thread/thread/b57430b48377796f/8d4605a3313b2852?show_docid=8d4605a3313b2852</guid>
  <author>
  isaac....@gmail.com
  (Isaac Sun)
  </author>
  <pubDate>Sat, 21 Nov 2009 07:02:58 UT
</pubDate>
  </item>
  </channel>
</rss>
