From 7d87f85671fa453b83edbf578d5324c8f354850c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 2 May 2011 03:01:52 +0000 Subject: inst: reintroduce iso mounting for usb, replace /rc/bin/inst/isxxx with /rc/bin/fstype, remove fossil/venti specific code, rename plan9.iso to 9front.iso --- rc/bin/inst/isext2 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 rc/bin/inst/isext2 (limited to 'rc/bin/inst/isext2') diff --git a/rc/bin/inst/isext2 b/rc/bin/inst/isext2 deleted file mode 100755 index b79265f6a..000000000 --- a/rc/bin/inst/isext2 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/rc - -if(! ~ $#* 1) { - echo 'usage: isext2 /dev/sdC0/part' >[1=2] - exit usage -} - -cmp -s <{dd -if $1 -bs 1 -count 2 -skip 1080 >[2]/dev/null | xd -b |sed 1q} \ - <{echo '0000000 53 ef'} - -exit $status -- cgit v1.2.3