summaryrefslogtreecommitdiff
path: root/sys/lib/dist.old
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-04-14 17:41:48 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-04-14 17:41:48 +0000
commit715570c24e89cea414feb181be3aee65df1ceec5 (patch)
tree9b1bd5bd20e6453144e2bdfb521841a54b726e1e /sys/lib/dist.old
parenta150899221a5badff9740703b754f901b4f52762 (diff)
remove crap, looks like import fuckup from iso
Diffstat (limited to 'sys/lib/dist.old')
-rwxr-xr-xsys/lib/dist.old/pc/sub/D00375322
-rwxr-xr-xsys/lib/dist.old/pc/sub/F00411624
2 files changed, 0 insertions, 46 deletions
diff --git a/sys/lib/dist.old/pc/sub/D003753 b/sys/lib/dist.old/pc/sub/D003753
deleted file mode 100755
index 8624d6ea1..000000000
--- a/sys/lib/dist.old/pc/sub/D003753
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/rc
-if(! test -f /srv/dos)
- dossrv >/dev/null </dev/null >[2]/dev/null
-unmount /n/a:>[2]/dev/null
-
-if(~ $#adisk 1)
- ; # do nothing
-if not if(~ $#bootfile 0)
- adisk=/dev/fd0disk
-if not {
- switch($bootfile) {
- case sd*
- adisk=`{echo $bootfile | sed 's#(sd..).*#/dev/\1/data#'}
- case fd*
- adisk=`{echo $bootfile | sed 's#(fd.).*#/dev/\1disk#'}
- case *
- echo 'unknown bootfile '^$bootfile^'; mail 9trouble@plan9.bell-labs.com'
- exit oops
- }
-}
-
-mount -c /srv/dos /n/a: $adisk
diff --git a/sys/lib/dist.old/pc/sub/F004116 b/sys/lib/dist.old/pc/sub/F004116
deleted file mode 100755
index 5f6809b3b..000000000
--- a/sys/lib/dist.old/pc/sub/F004116
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/rc
-
-rfork e
-if(! test -f /srv/dos)
- dossrv >/dev/null </dev/null >[2]/dev/null
-unmount /n/a:>[2]/dev/null
-
-switch($bootfile) {
-case sd*!cdboot!*
- # just look for the right file. bootfile isn''t trustworthy
- adisk=/dev/sd*/cdboot
- if(! ~ $#adisk 1)
- adisk=$adisk(1)
-case sd*
- adisk=`{echo $bootfile | sed 's#(sd..).*#/dev/\1/dos#'}
-case fd*
- adisk=`{echo $bootfile | sed 's#(fd.).*#/dev/\1disk#'}
-case *
- echo 'unknown bootfile '^$bootfile^'; mail 9trouble@plan9.bell-labs.com'
- exit oops
-}
-
-mount -c /srv/dos /n/a: $adisk
-