|
![]() |
EinführungDieses Crash Tutorial zeigt Dir wie man OpenBSD 3.8 auf einem Dell PowerEdge installiert. Getestet wurde dieses Tutorial mit OpenBSD 3.8 und einem Dell PowerEdge 750
Falls Du fragen oder anregungen hast kannst Du mir jederzeit ein Mail schreiben (tutorial@thetube.ch).
# mount /dev/cd0a /mnt # cd /usr/src # tar -xzvf /mnt/src.tar.gz # umount /mnt
# tar -xzvf /tmp/sys.tar.gz
# mount /dev/cd0a /mnt # cd /home # mkdir openBSD # cd openBSD # cp -r /mnt/* ./
# cd /usr/src/sys/arch/i386/conf # ls CVS GENERIC.MP RAMDISK RAMDISKC files.i386 GENERIC Makefile.i386 RAMDISKB RAMDISK_CD
# cp GENERIC BSD
aac* at pci dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac?
# config BSD Don't forget to run "make depend" # cd ../compile/BSD # make clean && make depend && make
# cp bsd /home/openBSD/3.8/i386
# cd /usr/src/sys/arch/i386/conf # ls CVS GENERIC.MP RAMDISK RAMDISKC files.i386 GENERIC Makefile.i386 RAMDISKB RAMDISK_CD
aac* at pci dev ? function ? # Adaptec FSA RAID controllers scsibus* at aac?
# config RAMDISK_CD Don't forget to run "make depend" # cd ../compile/RAMDISK_CD # make clean && make depend && make
# cp bsd /home/openBSD/3.8/i386/bsd.rd
# cd /usr/src/distrib/crunch # make obj depend && make all install
# cd /usr/src/distrib/i386/ramdisk_cd # make
# cp /usr/src/distrib/i386/ramdisk_cd/cdrom38.fs /home/openBSD/3.8/i386/cdrom38.fs
# cd /home # mkisofs -l -L -v -r -T -V "OpenBSD-3.8" -A "OpenBSD 3.8-aac release" -b 3.8/i386/cdrom38.fs -c boot.catalog -o openbsd-3.8.iso -x openbsd-3.8.iso ./openBSD/
cc -static -o instbin instbin.o dd.lo mount_cd9660.lo df.lo mount.lo mount_ext2fs.lo restore.lo stty.lo ln.lo disklabel.lo pax.lo ping.lo cat.lo ifconfig.lo ls.lo rtsol.lo ping6.lo kbd.lo less.lo fdisk.lo grep.lo umount.lo mount_msdos.lo mount_udf.lo fsck.lo ccdconfig.lo mknod.lo wicontrol.lo installboot.lo route.lo ftp.lo reboot.lo mount_ffs.lo dhclient.lo ed.lo cp.lo gzip.lo chmod.lo fsck_ffs.lo init.lo newfs.lo apmd.lo rm.lo mkdir.lo sed.lo ksh.lo mv.lo apm.lo dmesg.lo hostname.lo -L/usr/lib -L/usr/src/distrib/special/libstubs -lstubs -lutil -lotermcap -ll -lm -ldes /usr/bin/ld: cannot find -lstubs collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/src/distrib/i386/ramdisk_cd (line 10 of instbin.mk). *** Error code 1 Stop in /usr/src/distrib/i386/ramdisk_cd (line 109 of /usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc).
# cd /usr/src/distrib/special/libstubs # ls CVS Makefile db.c obj setlocale.c # make