Difference between revisions of "COMP 3000 2011 Report: Funtoo Linux"

From Soma-notes
Jump to navigation Jump to search
Line 23: Line 23:


Because Funtoo Linux is a meta-distribution, it is hard to say what size it is. That said, the core system is 110M.
Because Funtoo Linux is a meta-distribution, it is hard to say what size it is. That said, the core system is 110M.
One of the features of Funtoo Linux is that it allows GUID partition tables. The main advantage of the GPT partitioning
scheme is that it supports partitions greater than 2TiB, which is the size limit of the standard MBR partitioning scheme.
This is essential for systems using RAID logical volumes. <ref>http://www.funtoo.org/wiki/GUID_Booting_Guide</ref>




== Installation ==
== Installation ==
Installing Funtoo Linux is a manual process. It does not have an automated installer, because
Installing Funtoo Linux is a manual process. It does not have an automated installer, because
it is not needed.
it is not needed. The official installation instructions can be found here: http://www.funtoo.org/wiki/Funtoo_Linux_Installation
 
 
==== Install Process Overview <ref>http://www.funtoo.org/wiki/Funtoo_Linux_Installation</ref> ====


==== Overview <ref>http://www.funtoo.org/wiki/Funtoo_Linux_Installation</ref> ====
# Boot in an arbitrary Linux system (Live CD or otherwise).
# Boot in an arbitrary Linux system (Live CD or otherwise).
# Prepare the disk where Funtoo Linux will be installed.
# Prepare the disk where Funtoo Linux will be installed.
Line 42: Line 44:
# Setup users and boot-time services.
# Setup users and boot-time services.
# Reboot.
# Reboot.
The official installation instructions can be found here: http://www.funtoo.org/wiki/Funtoo_Linux_Installation


To perform a Funtoo install, you must use an existing Linux system or a live CD. Unlike Gentoo,
To perform a Funtoo install, you must use an existing Linux system or a live CD. Unlike Gentoo,
Funtoo Linux does not have a dedicated live CD. That is because its Metro build tool does not support
Funtoo Linux does not have a dedicated live CD. That is because its Metro build tool does not support
live CD builds yet. Instead, it recommends the use of SystemRescueCD, a Linux system rescue disk, because it  
live CD builds yet. Instead, it recommends the use of SystemRescueCD, a Linux system rescue disk, because it  
comes with all the software you need for the installation.
comes with all the software you need for the installation. For my installation, I used SystemRescueCD. I would
have used my Linux machine but I could not find a way to use fdisk with VHD's.


After booting in the Linux system of your choice, you must first prepare the disk that Funtoo will be
After booting in the Linux system of your choice, you must first prepare the disk that Funtoo will be
installed on.  
installed on.  This is
the preferred way of partitioning your disk for a Linux system. However, I had to use MBR partitioning because
VirtualBox does not support booting from GPT disks.





Revision as of 20:27, 16 October 2011

Background

Funtoo logo.png

Funtoo Linux is a distribution that aims to improve the core technologies of Gentoo. It is a source-based distribution which features a git-based Portage tree, GPT/GUID boot support, enhanced network configuration and native UTF-8 support. <ref>http://distrowatch.com/table.php?distribution=funtoo, </ref> It is targeted at experienced Linux users. Like Gentoo, it is extremely configurable, and sometimes referred to as a meta-distribution.<ref>http://www.gentoo.org/main/en/about.xml</ref>

Funtoo Linux can be obtained through the Funtoo Wiki, or it can be forked from Github:

Funtoo Linux Download Pagehttp://www.funtoo.org/wiki/Download
Funtoo Linux Githubhttps://github.com/Funtoo

Because Funtoo Linux is a meta-distribution, it is hard to say what size it is. That said, the core system is 110M.

One of the features of Funtoo Linux is that it allows GUID partition tables. The main advantage of the GPT partitioning scheme is that it supports partitions greater than 2TiB, which is the size limit of the standard MBR partitioning scheme. This is essential for systems using RAID logical volumes. <ref>http://www.funtoo.org/wiki/GUID_Booting_Guide</ref>


Installation

Installing Funtoo Linux is a manual process. It does not have an automated installer, because it is not needed. The official installation instructions can be found here: http://www.funtoo.org/wiki/Funtoo_Linux_Installation

Overview <ref>http://www.funtoo.org/wiki/Funtoo_Linux_Installation</ref>

  1. Boot in an arbitrary Linux system (Live CD or otherwise).
  2. Prepare the disk where Funtoo Linux will be installed.
  3. Install the Funtoo stage tarball of your choice.
  4. Chroot into the new Funtoo Linux system.
  5. Pull the Portage tree repository.
  6. Customize the system configuration.
  7. Install a kernel.
  8. Install a bootloader.
  9. Setup users and boot-time services.
  10. Reboot.

To perform a Funtoo install, you must use an existing Linux system or a live CD. Unlike Gentoo, Funtoo Linux does not have a dedicated live CD. That is because its Metro build tool does not support live CD builds yet. Instead, it recommends the use of SystemRescueCD, a Linux system rescue disk, because it comes with all the software you need for the installation. For my installation, I used SystemRescueCD. I would have used my Linux machine but I could not find a way to use fdisk with VHD's.

After booting in the Linux system of your choice, you must first prepare the disk that Funtoo will be installed on. This is the preferred way of partitioning your disk for a Linux system. However, I had to use MBR partitioning because VirtualBox does not support booting from GPT disks.


Basic Operation

History

Funtoo's history is closely tied to that of Gentoo. Daniel Robbins was the project creator, chief architect and project leader of the Gentoo development team until April 26, 2004, where he had to leave because of personal issues. <ref>http://article.gmane.org/gmane.linux.gentoo.nfp/65</ref> Before leaving, Daniel created a non-profit foundation, Gentoo Technologies, which would hold all of the Gentoo copyrights. <ref>http://linux.sys-con.com/node/44614,Founder of Gentoo Linux, Daniel Robbins, Resigns as Chief Architect.</ref>

Here's Daniel Robbins letter of resignation:<ref>http://thread.gmane.org/gmane.linux.gentoo.nfp/73, Daniel Robbins' resignation post.</ref>

From: Daniel Robbins <drobbins@...>
Subject: Resigning from development role
Newsgroups: gmane.linux.gentoo.nfp
Date: 2004-04-26 17:48:49 GMT

Hi All,

As of today, I am resigning from my development responsibilities for Gentoo.
This includes my role as Chief Architect and as manager of release
engineering. I am not appointing a replacement Chief Architect. For releng,
Zhen is doing an excellent job leading this effort and I would like him to
be able to continue his work in this area.

Regards,

Daniel


Terms

Source-based distribution

A source-based distribution is a distribution that all of the packages are downloaded as source and compiled, as opposed to downloading a precompiled binary. <ref>https://wiki.archlinux.org/index.php/Arch_Compared_to_Other_Distributions#Source-based</ref>

Advantages of source-based distributions (ex. Gentoo, Funtoo)
  • Packages are optimized for your hardware.
  • You can exclude unwanted features from packages in order to minimize dependencies and reduce the binary size. For example, if your system uses Gnome, in most cases you will never need the KDE component of a package. In Funtoo/Gentoo, you are able to do this via 'use' flags.
  • Improved security: You can actually inspect the source of the package instead of trusting that the binary your distribution provides is not malicious.
Advantages of binary-based distributions (ex. Debian, Fedora)
  • Much faster to install large programs such as Firefox.
  • More user-friendly, since the user does not have to deal with compilation issues.


Stage tarballs

A stage tarball is a precompiled system used as a starting point to a Funtoo/Gentoo Linux install. Typically, you would use a stage3 tarball to do a Funtoo/Gentoo Linux installation but some people may want to do a stage1 installation. This means that they would have to compile all the core tools (udev, portage, etc.) first. <ref>http://www.funtoo.org/wiki/Funtoo_Linux_Installation#Installing_the_Stage_3_tarball</ref>


Meta-Distribution

References

<references/>