Fixed typo in nfs-boot.template
This commit is contained in:
parent
356100ad30
commit
ead78a90ee
@ -6,7 +6,7 @@
|
||||
setenv bootargs "console=ttyS0,115200 root=/dev/nfs ip=dhcp rw rootflags=noatime,nodiratime disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=6"
|
||||
|
||||
if test -n ${nfs_root}; then
|
||||
setenv bootargs "${bootargs} nfsroot={nfs_root}"
|
||||
setenv bootargs "${bootargs} nfsroot=${nfs_root}"
|
||||
fi
|
||||
|
||||
if ext4load mmc 0 0x00000000 .next || fatload mmc 0 0x00000000 .next
|
||||
|
||||
Loading…
Reference in New Issue
Block a user