|
|
@@ -96,7 +96,11 @@ Notas: boot por PXE
|
|
|
|
|
|
```bash
|
|
|
$ cat /boot/firmware/cmdline.txt
|
|
|
-dwc_otg.lpm_enable=0 quiet console=tty2 root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.123:/home/rpi,udp,vers=3 rw ip=192.168.1.208:192.168.1.123:192.168.1.1:255.255.255.0:rpi:eth0:off net.ifnames=1 kgdboc=ttyAMA0,115200 elevator=noop rootfstype=ext4 loglevel=3 logo.nologo fastboot noswap systemd.unit=multi-user.target rootwait
|
|
|
+dwc_otg.lpm_enable=0 quiet console=tty2 root=/dev/nfs rootfstype=nfsroot
|
|
|
+nfsroot=192.168.1.123:/home/rpi,udp,vers=3 rw
|
|
|
+ip=192.168.1.208:192.168.1.123:192.168.1.1:255.255.255.0:rpi:eth0:off
|
|
|
+net.ifnames=1 kgdboc=ttyAMA0,115200 elevator=noop rootfstype=ext4
|
|
|
+loglevel=3 logo.nologo fastboot noswap systemd.unit=multi-user.target rootwait
|
|
|
```
|
|
|
|
|
|
#Planes
|