tonearm123 wrote:
Also, the control panel thing you guys have (can't remember the name) sounds nice. I can install Gentoo Linux by submitting a few forms? Can I have an extremelly bare bones system installed that way?
If you install the Gentoo distro from the Linode Platform Manager you get a system which is just as if you had followed the install guide and got to the part where you copied your new kernel and Sysmap to the boot partition and reboot, with the networking configured to DHCP from the parent server.
Here's what you get (except gentools, I just emerged that):
Code:
localhost root # qpkg -I
app-admin/sysklogd *
app-arch/bzip2 *
app-arch/cpio *
app-arch/gzip *
app-arch/ncompress *
app-arch/sharutils *
app-arch/tar *
app-crypt/hashalot *
app-editors/nano *
app-editors/vi *
app-misc/screen *
app-portage/epm *
app-portage/gentoolkit *
app-shells/bash *
app-shells/sash *
dev-lang/perl *
dev-lang/python *
dev-libs/expat *
dev-libs/glib *
dev-libs/openssl *
dev-libs/popt *
dev-python/python-fchksum *
dev-util/dialog *
dev-util/yacc *
net-misc/dhcpcd *
net-misc/iputils *
net-misc/openssh *
net-misc/rsync *
net-misc/wget *
net-misc/whois *
sys-apps/baselayout *
sys-apps/coreutils *
sys-apps/cronbase *
sys-apps/debianutils *
sys-apps/diffutils *
sys-apps/ed *
sys-apps/fbset *
sys-apps/file *
sys-apps/fileutils *
sys-apps/findutils *
sys-apps/gawk *
sys-apps/grep *
sys-apps/groff *
sys-apps/hdparm *
sys-apps/help2man *
sys-apps/kbd *
sys-apps/less *
sys-apps/man *
sys-apps/man-pages *
sys-apps/miscfiles *
sys-apps/modutils *
sys-apps/net-tools *
sys-apps/pam-login *
sys-apps/portage *
sys-apps/procps *
sys-apps/psmisc *
sys-apps/sed *
sys-apps/setserial *
sys-apps/sh-utils *
sys-apps/shadow *
sys-apps/slocate *
sys-apps/tcp-wrappers *
sys-apps/texinfo *
sys-apps/textutils *
sys-apps/util-linux *
sys-apps/which *
sys-devel/autoconf *
sys-devel/automake *
sys-devel/bc *
sys-devel/bin86 *
sys-devel/binutils *
sys-devel/bison *
sys-devel/flex *
sys-devel/gcc *
sys-devel/gcc-config *
sys-devel/gettext *
sys-devel/gnuconfig *
sys-devel/libperl *
sys-devel/libtool *
sys-devel/m4 *
sys-devel/make *
sys-devel/patch *
sys-fs/devfsd *
sys-fs/e2fsprogs *
sys-kernel/linux-headers *
sys-libs/cracklib *
sys-libs/db *
sys-libs/gdbm *
sys-libs/glibc *
sys-libs/libtermcap-compat *
sys-libs/ncurses *
sys-libs/pam *
sys-libs/pwdb *
sys-libs/readline *
sys-libs/slang *
sys-libs/zlib *
Although the minimum image size for this distro is set at 1050 MB, not all of this is used. Fresh install on 1536 MB partition:
Code:
localhost root # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/ubd/0 1548709 484389 1064320 32% /
I think the extra size is due to the number of files needed during the build and the current 4k block size on the filesystem.