NSA325 fstab October 30, 2021 04:20PM |
Registered: 4 years ago Posts: 20 |
root@kerstin:~# cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults 0 0 UUID="ebb4303f-89a8-4314-8d50-f506ff894eea" /mnt/hitachi ext3 defaults 0 0
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
Re: NSA325 fstab October 30, 2021 04:54PM |
Admin Registered: 12 years ago Posts: 17,937 |
UUID="ebb4303f-89a8-4314-8d50-f506ff894eea" /mnt/hitachi ext3 nofail 0 0
Re: NSA325 fstab October 31, 2021 05:45PM |
Admin Registered: 12 years ago Posts: 17,937 |
Quote
Yes, you can adjust these parameters to something like 3 seconds.
Quote
Yes, you can adjust bootdelay to something like 3 seconds.