git: 9front

Download patch

ref: b6523f255a4adccac13678c96366001f72505624
parent: f5dd1e67c44f44209ace4300b7513873296155d9
author: cinap_lenrek <cinap_lenrek@localhost>
date: Mon Aug 22 07:20:32 EDT 2011

bootrc: use rtc. temporarily.

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -12,6 +12,9 @@
 for(i in I l^(0 1 2 3))
 	bind -qa '#'$i /net
 
+# usualy better than 1970
+cat '#r/rtc' >/dev/time >[2]/dev/null
+
 # reparse #ec variables, move to #e
 for(i in init service sysname user nvram rootdir cfs bootdisk bootargs \
 	nobootprompt debugfactotum fs fsaddr auth authaddr console){
--