On Thu, Nov 12, 2020 at 07:46:50PM +0800, Xu Xijian wrote:
On Thu, Nov 12, 2020 at 06:50:13PM +0800, Yu Chuan wrote:
On Thu, Nov 12, 2020 at 04:14:28PM +0800, Xu Xijian wrote:
[why] When start with a new kernel, the dracut will parse iscsiroot and halted, which is unnecessary for us.
[errmsg] [ 0.976307] dracut: FATAL: iscsiroot requested but kernel/initrd does not support iscsi [ 0.977011] dracut: Refusing to continue ... [ 1.063137] reboot: System halted
the space at the beginning of the line is unnecessary.
Thanks Yu Chuan
It should have the space.
Agreed. Here the error message should be indented since they are "reference blocks" in markdown, which is analog to <pre> in HTML.
Thanks, Fengguang