Stable release 3.4.6~rc1 (was: Re: The 3.4.6 wishlist)

Michael Prokop mika at grml.org
Thu Dec 23 12:32:04 CET 2010


* Michael Prokop <mika at grml.org> [Fri Dec 17, 2010 at 04:08:34PM +0100]:

[...]

> If so please reply ASAP so we can make it into squeeze.

Ok, I prepared 3.4.6~rc1, the changelog says:

  [ Thomas Lange ]
  * [370cf6a] print message to stderr (closes: #605947)

  [ Michael Tautschnig ]
  * [ae1e965] setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for
    defining BOOT_DEVICE - thanks to Julien Blache <jblache at debian.org>
  * [a7130ae] simple/scripts/GRUB_PC/10-setup: No need to deal with
    multiple devices anymore, - thanks to alekibango, David Dreezer
  * [4ff0276] setup-storage/Commands.pm: Use proper dependencies when
    entire disks are used as - thanks to Peter Kruse
  * [6b2956f] setup-storage/Commands.pm: Always run vgchange -a -n, even
    if no prior LVM (Closes: #606485) - thanks to Mathieu Alorent
    <malorent at echo.fr>
  * [20e21b3] setup-storage/Commands.pm: Fix dependencies between disk
    and LVM commands. (Closes: #606113) - thanks to Mathieu Alorent
    <malorent at echo.fr>, Nicolas Courtel <courtel at cena.fr>


What's left is my bugfix regarding mount2dir/task_mountdisks (svn r6231):

,---- [ diff ]
| --- a/lib/subroutines
| +++ b/lib/subroutines
| @@ -413,7 +413,7 @@ task_mountdisks() {
|         swapon -p1 $sd && [ "$verbose" ] && echo "Enable swap device $sd"
|      done
|      mount2dir $FAI_ROOT $LOGDIR/fstab
| -    if [ "$?" -eq 1 ]; then
| +    if [ "$?" -ne 0 ]; then
|         sendmon "TASKERROR mountdisks 705"
|         task_error 705
|      fi
`----

This catches a situation where FAI just continues with processing
the rootfs even though mounting it might have failed (so all actions
are - in best case :) - landing in a tmpfs instead of on the disk).
Any objections against adding this one too?

My git tree is available at mika/3.4-dev @ git://git.grml.org/fai-stable.git ->
http://git.grml.org/?p=fai-stable.git;a=shortlog;h=refs/heads/mika/3.4-dev

The built rc1 Debian packages are available at
http://people.debian.org/~mika/fai/release/

Please comment regarding the mount2dir issue so I can release ASAP.

regards,
-mika-
-- 
http://michael-prokop.at/  || http://adminzen.org/
http://grml-solutions.com/ || http://grml.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.uni-koeln.de/pipermail/linux-fai-devel/attachments/20101223/effb28a5/attachment.bin>


More information about the linux-fai-devel mailing list