From: varialus Date: Thu, 13 Sep 2012 05:55:15 +0000 (-0700) Subject: Changed Raw section to Contribute section. Minor additions to Contribute section. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/b1839790565a11fe20cff47c8e91c86881d47c63 Changed Raw section to Contribute section. Minor additions to Contribute section. --- diff --git a/varialus/index.mdwn b/varialus/index.mdwn index 7ffd3bf0..21220b1b 100644 --- a/varialus/index.mdwn +++ b/varialus/index.mdwn @@ -51,9 +51,12 @@ * Install Xfce 4.10 (Stub) * Set GUI Keyboard Layout -5. **Raw** +5. **Contribute** -* ToDo +* Port VirtualBox to DragonFly BSD +* Port Xfce 4.10 to DragonFly BSD +* DragonFly BSD Network Shares Walkthrough +* Port bxpkg to DragonFly BSD ## Featured @@ -666,65 +669,78 @@ If too many lines scroll by, you can use your arrow buttons to scroll back withi Tested in DragonFly 3.0.2. -**Raw** - -ToDo - -Port VirtualBox to DragonFly BSD - - Build VirtualBox in GhostBSD (GhostBSD is FreeBSD with Gnome or LXDE installed out of the box.) - - Install GhostBSD (Gnome version 3.0 RC1 in VirtualBox) - - Initialize build environment: http://www.freebsd.org/doc/handbook/updating-upgrading-portsnap.html - - Handbook Instructions: http://www.freebsd.org/doc/handbook/updating-upgrading-portsnap.html - - portsnap fetch (68 MB as root) - - portsnap extract (as root) - - portsnap update (as root) - - Install Guest Additions (from FreeBSD, not from Oracle) - - Initialize build environment (See above) - - Wiki Instructions: http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests - - Handbook Instructions: http://www.freebsd.org/doc/handbook/virtualization-guest.html - - Notes: http://forums.ghostbsd.org/viewtopic.php?f=8&t=693 - - More Notes: http://forums.freebsd.org/showthread.php?t=29172 - - Create a supfile. - - ee /root/9rel-supfile (as root) - - Firefox http://forums.freebsd.org/showthread.php?t=29172 - - Copy and paste supfile. - - Firefox http://www.freebsd.org/doc/en/books/handbook/cvsup.html#CVSUP-MIRRORS - - Pick close server and change line *default host=CHANGE_THIS.FreeBSD.org - - Optionally pick fastest server: http://www.freshports.org/sysutils/fastest_cvsup -*default host=CHANGE_THIS.FreeBSD.org -*default base=/var/db -*default prefix=/usr -*default release=cvs tag=RELENG_9_1 -*default delete use-rel-suffix -*default compress -src-all - - Ctrl-[ - - a) leave editor - - a) save changes - - csup 9rel-supfile (as root probably while in /root/) - - cd /usr/ports/emulators/virtualbox-ose-additions && make install clean (probably as root) - - Build VirtualBox - - Initialize build environment (See above) - - Build Guest Additions - - Build VirtualBox in DragonFly BSD - - Install DragonFly BSD (Xfce IMG/ISO Installer) - - Build VirtualBox - - Install VirtualBox - - Test VirtualBox - - Build Guest Additions - - Install Guest Additions - - Test Guest Additions - - Package for pkgsrc - - Upload to pkgsrc - -Port Xfce 4.10 to DragonFly BSD - - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox) - - Build Instructions: http://docs.xfce.org/xfce/building - - Package for pkgsrc - - Upload to pkgsrc - -Use DragonFly BSD as a Storage Appliance - - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox) - -Port bxpkg to DragonFly BSD - - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox) +## Contribute + +**Port VirtualBox to DragonFly BSD** + + - Build VirtualBox in GhostBSD (GhostBSD is FreeBSD with Gnome or LXDE installed out of the box.) + - Install GhostBSD (Gnome version 3.0 RC1 in VirtualBox) + - It's easier to change the keyboard layout in the Gnome version. + - If your keyboard stops working during the install then do the following. + - Restart GhostBSD LiveCD/LiveUSB + - Applications > Accessories > Text Editor + - Type your answers to the following fields. + - root password + - username + - full name of user + - user password + - hostname. + - Copy and paste your answers into the installer. + - Initialize build environment: http://www.freebsd.org/doc/handbook/updating-upgrading-portsnap.html + - Handbook Instructions: http://www.freebsd.org/doc/handbook/updating-upgrading-portsnap.html + - portsnap fetch (68 MB as root) + - portsnap extract (as root) + - portsnap update (as root) + - Install Guest Additions (from FreeBSD, not from Oracle) + - Initialize build environment (See above) + - Wiki Instructions: http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests + - Handbook Instructions: http://www.freebsd.org/doc/handbook/virtualization-guest.html + - Notes: http://forums.ghostbsd.org/viewtopic.php?f=8&t=693 + - More Notes: http://forums.freebsd.org/showthread.php?t=29172 + - Create a supfile. + - ee /root/9rel-supfile (as root) + - Firefox http://forums.freebsd.org/showthread.php?t=29172 + - Copy and paste supfile. + - Firefox http://www.freebsd.org/doc/en/books/handbook/cvsup.html#CVSUP-MIRRORS + - Pick close server and change line *default host=CHANGE_THIS.FreeBSD.org + - Optionally pick fastest server: http://www.freshports.org/sysutils/fastest_cvsup + *default host=CHANGE_THIS.FreeBSD.org + *default base=/var/db + *default prefix=/usr + *default release=cvs tag=RELENG_9_1 + *default delete use-rel-suffix + *default compress + src-all + - Ctrl-[ + - a) leave editor + - a) save changes + - csup 9rel-supfile (as root probably while in /root/) + - cd /usr/ports/emulators/virtualbox-ose-additions && make install clean (probably as root) + - Build VirtualBox + - Initialize build environment (See above) + - Build Guest Additions + - Build VirtualBox in DragonFly BSD + - Install DragonFly BSD (Xfce IMG/ISO Installer) + - Build VirtualBox + - Install VirtualBox + - Test VirtualBox + - Build Guest Additions + - Install Guest Additions + - Test Guest Additions + - Package for pkgsrc + - Upload to pkgsrc + +**Port Xfce 4.10 to DragonFly BSD** + + - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox) + - Build Instructions: http://docs.xfce.org/xfce/building + - Package for pkgsrc + - Upload to pkgsrc + +**DragonFly BSD Network Shares Walkthrough** + + - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox) + +**Port bxpkg to DragonFly BSD** + + - Install DragonFly BSD (Xfce IMG/ISO Installer in VirtualBox)