1. update-part-list.sh:<br><br>On Sat. Jan 23, 2009, Ian Robinson asked about a question about code in "update-part-list.sh" located at:<br>>
<a href="https://trac.pcbsd.org/browser/pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh?order=date&desc=1" target="_blank">https://trac.pcbsd.org/browser/pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh?order=date&desc=1</a><br>
><br>>Does line 93 need "umount" instead of "unmount"?<br>
<br>The remainder of the post was difficult to read because of the links between the line # and the code.<br>My bad. Therefore here is a cleaned-up copy of the code post:<br><br>86 # If we are on ZFS, cleanup after the mount<br>
87 if [ ! -z "${ZROOT}" ]<br>88 then<br>89 umount ${FSMNT}/bootdir >>${LOGOUT} 2>>${LOGOUT}<br>90 /bin/sh /tmp/TempUMount >>${LOGOUT} 2>>${LOGOUT}<br>91<br>92 # Unmount any extra fs from the zfs pool<br>
93 zfs unmount -a >>${LOGOUT} 2>>${LOGOUT} <----------------------<br>94<br>95 umount ${FSMNT} >>${LOGOUT} 2>>${LOGOUT}<br>96 rm /tmp/TempUMount >/dev/null 2>/dev/null<br>97 <br><br><br>
2. Good News -- KDE Update Pending<br><br>Although Kris probably knows this already, KDE has released 4.4.0 RC2 today and the KDE Website says: "This release candidate will be followed up by the release of KDE SC 4.4.0 on February, 9th 2010." It is supposed to have a lot of fixes, improvements, and new features, including improved automount. (Sounds like it will be just in time for PCBSD 8.0-Release)<br>
<br>Ian Robinson<br>Salem, Ohio<br>