Warn if defaulting to ip=dhcp

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

 



99parse-ip-opts.sh:
# Warn if defaulting to ip=dhcp
if [ -n "$netroot" ] && [ -z "$(getarg ip=)" ] ; then
    warn "No ip= argument(s) for netroot provided, defaulting to DHCP"
    return;
fi

Is this really necessary? This is not a warning. There is nothing wrong with this. Any objections to just removing this?

Warren
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux