diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-22 11:20:32 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-22 11:20:32 +0200 |
commit | e1488b2de7c50dbb5657f469fc0e6c3afd34f4a0 (patch) | |
tree | 6685e1dd5b980ad3940927ad538623bf9f165fbb | |
parent | 0e5148b26942b1c60b942f3f2ac550464af9e787 (diff) | |
download | plan9front-e1488b2de7c50dbb5657f469fc0e6c3afd34f4a0.tar.xz |
bootrc: use rtc. temporarily.
-rw-r--r-- | sys/src/9/boot/bootrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index ef699ab9d..0a9e45108 100644 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -12,6 +12,9 @@ for(i in S f k æ t b m) 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){ |