This page shows how Gentoo Studio is built. Comments and suggestions are welcome.
Note: These may not be the latest versions of these files, as Gentoo Studio is under continuous development. If you are interested, please ask for the latest file versions.
In the beginning, Gentoo Studio was an audio-for-Gentoo howto. Then I started manually creating stage4’s. Then I migrated to Catalyst. Somewhere along the way, NeddySeagoon created a sticky on forums.gentoo.org for Gentoo Studio – thanks, Neddy!
The stage4 tarball is built with Catalyst on a Virtualbox VM. This VM’s build and list of installed packages is identical to the system I intend to be up and running when a user installs Gentoo Studio. Before building/updating the stage4 once a month, the VM is updated and any issues are resolved. New additions to the overlay (/var/lib/GentooStudio) are tested on this VM.
The VM update process:
eix-sync
emerge -vuDN --with-bdeps=y --backtrack=1000 @system @world
(--keep-going
is not used; if something fails, it needs to be fixed)- Check for kernel update. If so, update kernel, save config and update stage4.spec to use this config. Default config is modified to include:
- Full preemption
- No framebuffers
- ALSA Firewire stack
emerge --depclean
revdep-rebuild
The Catalyst build process. Spec files are linked in each step:
- stage3 seed downloaded from gentoo.org
- stage1.spec edited to use seed
catalyst -s latest
catalyst -f stage1.spec
catalyst -f stage2.spec
catalyst -f stage3.spec
catalyst -f stage4.spec
- stage4.spec calls fsscript.sh
Other files:
- /etc/security/limits.conf – Looking into converting this to /etc/security/limits.d files.
More from Gentoo Studio
Links
References
-
Recent Posts
Recent Comments
- audiodef on Open Beta Announcement
- Brian Fuselier on Open Beta Announcement
- audiodef on Open Beta Announcement
- seggybop on Open Beta Announcement
- audiodef on Open Beta Announcement
Archives