This repository is not maintained anymore as of July 2020!
This is a minimal core Funtoo Linux that is packaged into a Vagrant box file. Currently only a VirtualBox version is provided. It is based on the Funtoo Stage3 Vagrant box. This box serves for bootstrapping an initial base box for the Funtoo Server Vagrant box.
- Minimal Funtoo Linux 1.3 installation with core flavor
- Architecture: x86-64bit, generic_64
- 20 GB dynamic sized HDD image (ext4)
- Timezone:
UTC
- NAT Networking using DHCP (virtio)
- Vagrant user vagrant with password vagrant (can get superuser via sudo without password), additionally using the default SSH authorized keys provided by Vagrant (see https://github.com/hashicorp/vagrant/tree/master/keys)
- Kernel: debian-sources-lts 4.9, stripped down for use with VirtualBox
- Optional: switch and rebuild GCC version (experimental, untested)
- List of additional installed software:
- virtualbox-guest-additions (vboxguest, vboxsf and vboxvideo modules)
- Kernel tools: genkernel, eclean-kernel
- Portage utils: eix, ufed, elogv
- vim as default editor
- Commandline helpers/tools: lsof, bash-completion, screen, tmux, htop, ncdu, mc
- Network utils for www, ftp and email: links, ncftp, mutt
- Any additional software installed in the stage3 box
Get the latest build from Vagrant Cloud: foobarlab/funtoo-core
- Run
./build.sh
- Run
./test.sh
- Run
./upload.sh
- Run
./init.sh
- Run
./startup.sh
- Run
./config.sh
- Run
./clean_env.sh
- Run
./vagrant_cloud_token.sh
- Run
./clean_cloud.sh
Please create an issue.