diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-22 00:50:41 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-22 00:50:41 +0000 |
commit | 40dab914b7b92e75dd6297ab31c86bea033e8fa9 (patch) | |
tree | 98edac34471e8144fb646824b88f5d04daacf3f2 /rc/bin/inst/bootplan9 | |
parent | b14bc93a797c909fb3e1bf2681aa8277043c6cf0 (diff) |
inst: installer adaption to cwfs
Diffstat (limited to 'rc/bin/inst/bootplan9')
-rwxr-xr-x | rc/bin/inst/bootplan9 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rc/bin/inst/bootplan9 b/rc/bin/inst/bootplan9 index 942c043b0..8e4ca0bc8 100755 --- a/rc/bin/inst/bootplan9 +++ b/rc/bin/inst/bootplan9 @@ -1,11 +1,5 @@ #!/bin/rc -first=`{ls -p '#S' | sed 1q} -if(! ~ $first $disk) { - echo 'warning: The plan 9 partition is not on the boot disk,' - echo 'so making it the active partition will have no effect.' -} - p9offset=`{grep '^part 9fat ' /dev/$disk/ctl |awk '{print $3}'} if(! ~ $#p9offset 1) { echo 'could not find plan 9 partition.' |