ref: e1488b2de7c50dbb5657f469fc0e6c3afd34f4a0
parent: 0e5148b26942b1c60b942f3f2ac550464af9e787
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){--
⑨