Author: pebender
Date: Tue Nov 4 08:12:57 2008
New Revision: 3909
Modified:
trunk/gar-minimyth/html/minimyth/document-boot.html
trunk/gar-minimyth/html/minimyth/document-changelog.txt
Log:
- Documented the dash shell bug that breaks mm_local_install.
Modified: trunk/gar-minimyth/html/minimyth/document-boot.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-boot.html (original)
+++ trunk/gar-minimyth/html/minimyth/document-boot.html Tue Nov 4 08:12:57
2008
@@ -716,11 +716,25 @@
Disconnect your flash device from the computer and connect
it to your MiniMyth frontend.
</li>
</ol>
- If you want to see what was installed on the flash device, you
can reconnect it and mount it.
- Essentially, 'mm_local_install' formatted the flash device as
FAT,
- installed the SYSLINUX boot loader and boot loader configuration
file,
- and installed all the files in
the 'ram-minimyth-{version}.tar.bz2' file from the MiniMyth distribution,
- including the 'minimyth.md5' file, 'kernel' file, the 'rootfs'
file and the 'themes' directory.
+ <p>
+ If you want to see what was installed on the flash device, you
can reconnect it and mount it.
+ Essentially, 'mm_local_install' formatted the flash device as
FAT,
+ installed the SYSLINUX boot loader and boot loader
configuration file,
+ and installed all the files in
the 'ram-minimyth-{version}.tar.bz2' file from the MiniMyth distribution,
+ including the 'minimyth.md5' file, 'kernel' file, the 'rootfs'
file and the 'themes' directory.
+ </p>
+ <p>
+ The 'mm_local_install' script assumes that your sh shell is a
working, ash compatible shell.
+ As a result, distributions such as Ubuntu that link sh to the
+ <a
href="http://en.wikipedia.org/wiki/Debian_Almquist_shell">dash</a> shell,
+ will have a problem.
+ While the dash shell is a direct descendant of the ash shell,
+ it has a
+ <a
href="https://bugs.launchpad.net/ubuntu/+source/dash/+bug/139097">broken
implementation of ash's local command</a>.
+ Since the 'mm_local_install' and 'mm_local_helper' scripts
make extensive use of ash's local command,
+ they will not work on systems that use bash.
+ In the future, I may work around this glaring bug in the dash
shell.
+ </p>
</div>
<div id="local-syslinux-ram-manual" class="section">
<div class="heading">Local Boot using SYSLINUX with a RAM Root
File System (manual install)</div>
@@ -860,7 +874,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2008-09-19
+ Last Updated on 2008-11-04
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Nov 4
08:12:57 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 59 (2008-11-02):
+Changes since 59 (2008-11-03):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -26,6 +26,8 @@
Fixed build system
- Added missing btusb.ko driver to wiimote library list.
+ - Fixed bug that caused the Qt MySQL driver to not be included in the
+ image when building MythTV 0.20.
Removed packages
Removed kernel-2.6.23/*.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---