[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 3.0.19 show-stoppers



On Thu, Jan 24, 2002 at 04:21:28PM +0100, Stefan Gybas wrote:
> I'd like to disable this section for the boot-floppies, it's not
> necessary there:
> 
>     if [ -n "$USE_BOOTFLOPPIES_INTERACTION" ]; then
>         mknod -m 600 $TARGET/dev/initctl p
>         cat <$TARGET/dev/initctl >/dev/null &
>         CAT_PID=$!
>         on_exit "kill $CAT_PID >/dev/null 2>&1"
>     fi

That on_exit line doesn't work anyway, ref. #130668

Richard



Reply to: