diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 16:32:51 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 16:32:51 +0000 |
| commit | cef6cf06eb4051a81d3c91c42259d26183b67514 (patch) | |
| tree | 60d25381cc2ae9e6ea4871e1502f954705fa2860 /rc/bin/inst/textonly | |
| parent | 67e93d6a0a4f15192638e131413b9d64c4269c76 (diff) | |
| download | plan9front-cef6cf06eb4051a81d3c91c42259d26183b67514.tar.xz | |
update installer for 9bootfat
Diffstat (limited to 'rc/bin/inst/textonly')
| -rwxr-xr-x | rc/bin/inst/textonly | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rc/bin/inst/textonly b/rc/bin/inst/textonly index 1c3922ce4..53e230402 100755 --- a/rc/bin/inst/textonly +++ b/rc/bin/inst/textonly @@ -7,9 +7,8 @@ cd /bin/inst textinst=1 export textinst -tailfsrv & -while(! test -f /srv/log) - sleep 1 +# use stderr as logfile +echo 2 >/srv/log log `{date} Installation process started inst/mainloop |
