[nycbug-talk] install fest
    George Georgalis 
    george
       
    Sat Aug  7 19:22:09 EDT 2004
    
    
  
On Sat, Aug 07, 2004 at 05:01:05PM -0400, G Rosamond wrote:
>
>Played a bit with OBSD. . .didn't have null modem cable to do a Soekris 
>install. . .
>
I'm kinda stuck, can't make an obsd bootable install disk... here's what I tried
#!/bin/bash
rsync -av --progress --delete --delete-excluded \
	--exclude='alpha' \
	--exclude='amd64' \
	--exclude='arm' \
	--exclude='cats' \
	--exclude='hp300' \
	--exclude='hppa' \
	--exclude='m68k' \
	--exclude='m88k' \
	--exclude='mac68k' \
	--exclude='macppc' \
	--exclude='mvme68k' \
	--exclude='mvme88k' \
	--exclude='packages' \
	--exclude='powerpc' \
	--exclude='sparc' \
	--exclude='sparc64' \
	--exclude='vax' \
	rsync://ftp.nluug.nl/OpenBSD/3.5/ openbsd/3.5/
mkisofs -r -G ./i386/bsd.rd ./ \
	| ssh root at localhost "cdrecord -v dev=0,0,0 -eject -data -"
The cd is made with the expected files
$ ls /cdrom
ANNOUNCEMENT  PACKAGES  SIZES       i386          src.tar.gz
Changelogs    PORTS     XF4.tar.gz  ports.tar.gz  sys.tar.gz
HARDWARE      README    ftplist     root.mail     tools
$ find  /cdrom | wc -l
    135
...but it doesn't boot. Any ideas?
// George
-- 
George Georgalis, Architect and administrator, Linux services. IXOYE
http://galis.org/george/  cell:646-331-2027  mailto:george at galis.org
Key fingerprint = 5415 2738 61CF 6AE1 E9A7  9EF0 0186 503B 9831 1631
    
    
More information about the talk
mailing list