control: tag -1 +moreinfo

[2014-11-11 20:32] Petter Reinholdtsen <p...@hungry.com>
> Control: severity -1 important
> 
> I'm not sure this is fixable, but I am sure it isn't release critical.
> Reduce the severity to important to reflect this fact.

Dear co-maintainers and maintainers of flash-kernel, what is current
state of issue?

 * Does FSCKFIX=yes still wanted by `flash-kernel' package?
 * What will break if FSCKFIX=yes will be set on by default?

One part of code, affected by value of FSCKFIX is checkroot.sh:213:

        if [ "$FSCKFIX" = yes ]
        then
                fix="-y"
        else
                fix="-a"
        fi

This `fix' variable is used as argument at checkroot.sh:234:

        logsave -s $FSCK_LOGFILE fsck $spinner $force $fix -t $roottype $rootdev


By the way neither -a nor -y mentioned in fsck(8) (but mentioned
in fsck.ext4(8)). Is it okay?

Reply via email to