From 40dab914b7b92e75dd6297ab31c86bea033e8fa9 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 22 Apr 2011 00:50:41 +0000 Subject: inst: installer adaption to cwfs --- rc/bin/inst/bootplan9 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc/bin/inst/bootplan9') 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.' -- cgit v1.2.3