vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I just tried to discoved openBSD, so I downloaded the 3.3/i386 and I made my own iso file on my linux box like this : mkisofs -b 3.3/i386/cdrom33.fs -o ./openbsd33.iso ./openBSD33/ the directory structure of ./openBSD33/ is : / +- 3.3 | +i386 | + base33.tgz | + bsd | + bsd.rd | + cd33.iso | + cdrom33.fs | + CKSUM | + comp33.tgz | + etc33.tgz | + floppy33.fs | + floppyB33.fs | + floppyC33.fs | + game33.tgz | + index.txt | + INSTALL.ata | + INSTALL.chs | + INSTALL.dbr | + INSTALL.i386 | + INSTALL.linux | + INSTALL.mbr | + INSTALL.os2br | + INSTALL.pt | + man33.tgz | + MD5 | + misc33.tgz | + xbase33.tgz | + xfont33.tgz | + xserv33.tgz | + xshare33.tgz | + ANNOUNCEMENT + ftplist + HARDWARE + packages + PACKAGES + PORTS + README + README~ + root.mail The resulting CD boot right but when the install software asks for install sets, I can't specify cdrom : Where are the install sets? (or 'done') c Available CD-ROMs are: cd0. Whitch one contains the install media? (or 'done') [cd0] Pathname to the sets? (or 'done') [3.3/i386] No OpenBSD/i386 3.3 sets were found at file:///mnt2/3.3/i386 If I select ftp source, it works well and i can finish the installation process, but I'd like to know what's wrong (there is not always a fast internet link to do ftp install regards, -- Rico |
| ||||
| Eric Belhomme <ric.belhomme_NOSPAM_@free.fr.invalid> wrote in news:Xns93DE979CB7CCDericbelhommefreefr@213.228.0. 138: > If I select ftp source, it works well and i can finish the > installation process, but I'd like to know what's wrong (there is not > always a fast internet link to do ftp install > It works better with joliet and tans.tbl support ! for whose that are interrested by doing their own cd distribution set I done it like this : # mkisofs -v -r -T -J -V "OpenBSD-3.3" -b 3.3/i386/cdrom33.fs -c 3.3/i386/boot.cat -o ./obsd33.iso ./openBSD33/ and it works -- Rico |