[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:hardware:arm:automatically_setting_system_time_on_arm_devices [2021/03/22 09:19 (UTC)] – [Setting the system time with a local NTP server] text revision exagahowtos:hardware:arm:automatically_setting_system_time_on_arm_devices [2021/03/22 09:26 (UTC)] (current) – [Automatically setting the system time with an Internet connection] typo script filename extension exaga
Line 37: Line 37:
 The quickest and laziest method is with the Bash script code below, which is a representation of an '/etc/rc.d/rc.local' file which will set the system date/time on boot-up and also set the date/time on an installed RTC. Everything is done //automagically// and is effortless... The quickest and laziest method is with the Bash script code below, which is a representation of an '/etc/rc.d/rc.local' file which will set the system date/time on boot-up and also set the date/time on an installed RTC. Everything is done //automagically// and is effortless...
  
-<file sh rc.local.sh>+<file sh rc.local>
 #!/bin/sh #!/bin/sh
 # #
Line 95: Line 95:
 Any requests for help/assitance, questions, suggestions, good or bad or indifferent feedback, can be addressed on the [[https://www.linuxquestions.org/questions/slackware-arm-108|Slackware ARM LQ forum]]. Any requests for help/assitance, questions, suggestions, good or bad or indifferent feedback, can be addressed on the [[https://www.linuxquestions.org/questions/slackware-arm-108|Slackware ARM LQ forum]].
  
-Thank you for being interested in automatically setting the system date and time on a Slackware ARM installed device, and in this SlackDoc page.+Thank you for being interested in automatically setting the system date and time on a Slackware ARM installed device, and in this SlackDocs page.
  
 ====== Sources ====== ====== Sources ======
 howtos:hardware:arm:automatically_setting_system_time_on_arm_devices ()