Fixed typo in nfs-boot.template

This commit is contained in:
zador-blood-stained 2016-03-10 20:59:46 +03:00
parent 356100ad30
commit ead78a90ee

View File

@ -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