Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-16 Thread David Härdeman
On Tue, May 13, 2008 15:23, maximilian attems wrote: for the auto/noauto mount options mount would need to fstype aka probe the fs and thus mount it. i prefer to have that in klibc mount than a workaround in initramfs-tools, will see to realize that. What I meant was that if the bug is fixed,

Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-13 Thread maximilian attems
hello david, On Tue, 13 May 2008, David Härdeman wrote: mount in klibc-utils has problems if you try to run it with multiple filesystems as arguments to the -t option because it does not correctly check that the mounting succeeded. The attached patch should fix it. cool happy to push

Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-13 Thread David Härdeman
On Tue, May 13, 2008 12:00, maximilian attems wrote: On Tue, 13 May 2008, David Härdeman wrote: mount in klibc-utils has problems if you try to run it with multiple filesystems as arguments to the -t option because it does not correctly check that the mounting succeeded. The attached patch

Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-13 Thread maximilian attems
On Tue, 13 May 2008, David Härdeman wrote: The only problem is that it will autoload a lot of modules...if that is a problem. getting offtopic, you had patches that checked the return value of mount in scripts/local, didn't you? need to checkout if they are still in your branch and see to

Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-13 Thread maximilian attems
On Tue, 13 May 2008, David Härdeman wrote: Almost, I was trying to emulate the behavior of regular mount -t auto by doing something like mount -t ext3,ext2,reiserfs,xfs,isofs,vfat,etc i seee. I think that it might be a good idea to do that in the klibc mount binary by the way (if no

Bug#480994: klibc: Fix breakage with multiple fs specification in mount

2008-05-12 Thread David Härdeman
Package: klibc Version: 1.5.9 Severity: minor Tags: patch Hi, mount in klibc-utils has problems if you try to run it with multiple filesystems as arguments to the -t option because it does not correctly check that the mounting succeeded. The attached patch should fix it. -- David