#!/bin/rc # look for plan9 partition in the DOS partition table (if any) p9part=`{disk/fdisk /dev/$disk/data >[2]/dev/null [2]/dev/null >/dev/null x=$status if(~ $x '' '|'){ echo echo 'The Plan 9 partition is now marked as active.' exit '' } exit $x } exit ''