Re: initramfs-tools 0.98
On Wed, August 18, 2010 11:28, Julien Cristau wrote:
> On Tue, Aug 17, 2010 at 19:17:17 +0100, Adam D. Barratt wrote:
>> A quick question on the diff:
[...]
>> So far as I can see, if /sbin/init is present and executable, but $init
>> is set to something else, then the init which will be executed is not
>> checked via validate_init(). If so then should the "no init on
>> rootmount" block be moved outside of the if block?
>>
> There's this just above, though:
>
> +# Check init bootarg
> +if [ -n "${init}" ]; then
> + if ! validate_init "$init"; then
Hmmm, yes.
Unblocked.
Regards,
Adam
Reply to: