busybox reboot/unmount issue

Kumar Gala galak at kernel.crashing.org
Tue Feb 28 14:34:23 UTC 2006


On Feb 27, 2006, at 10:42 PM, Rob Landley wrote:

> On Monday 27 February 2006 2:10 pm, Kumar Gala wrote:
>> With a build of a recent busybox snapshot I get the following on a
>> reboot:
>>
>> # reboot
>> # BusyBox v1.1.1-pre0 (2006.02.27-15:56+0000) multi-call binary
>>
>> Usage: umount [flags] FILESYSTEM|DIRECTORY
>
> It sounds like your shutdown script is calling umount with a flag  
> it doesn't
> support.  What's in your shutdown script?  (It may be called by init.)

Hmm /etc/inittab has:

::shutdown:/bin/umount -a -r

I'm guessing -r expects a [FILESYSTEM or DIR] and doesn't understand -a.

- kumar



More information about the busybox mailing list