Subject: Re: how's 3.1? ( a work-around to SE/30 panic: no init )
To: Sungwon Chung <lucky.cimon@gmail.com>
From: Kazuyuki Inanaga <happyday@pp.iij4u.or.jp>
List: port-mac68k
Date: 01/02/2007 02:19:08
A happy new year!

Sungwon Chung wrote:
> 
> The simplest solution may be using sysinst
> with SCSI CD-ROM or network. The following
> work-around is for those who do not have SCSI CD-ROM
> or LAN card with SE/30 or Classic II.
>

Interesting!

1) What is the reason to make fstab after "tar -zxhepvf"?

2)
>    A. Run /bin/sh from utility menu
> 
>       # mount /dev/rsd0a /mnt
>       # mount /dev/rsd0g /mnt2
>       # cd /mnt
>       # tar -zxhepvf /mnt2/base.tgz  <--- repeat for all sets

I'm too lazy to repeat tar commmand.
Does "foreach" command below work in this case?

>       # cd /mnt2
>       # foreach file (*.tgz)
>       ? tar -xzf $file -C /mnt
>       ? end

Thanks,
Kazu Inanaga