Talk:Funtoo Linux Installation

From Funtoo
Jump to navigation Jump to search

document rules

The grub-install command does not have the --no-floppy option. --ferdy


The crazy chroot command, while necessary I guess, is getting out of control. Is there a way we can trim it down and still keep things sane?

-Daniel

AFAK this is a SysRescueCD specific issue, alternative:

  • chroot /funtoo/mount/path /bin/bash as usual
  • once chrooted just unset path: unset path

-Adrien

Here are the rules for this doc -

  1. Keep things simple, and reasonably short.
  2. Explain all steps just enough to provide context, but not enough to interrupt the flow of the document.
  3. Integrate reasonable defaults into the doc that users can and will be expected to use successfully for their own installs. Don't include millions of "if/then" statements. Make reasonable assumptions.
  4. Recommend preferred approaches for install rather than exhaustively cover all possibilities.
  5. Don't use this doc to make your own personal recommendations.
  6. Don't cater to a specific sub-community - keep things general.
  7. Following this guide should result in a successful installation of Funtoo Linux.
  8. Optional topics should not clutter the main flow of the document - break them out to their own pages.
  9. Installing Funtoo can be educational, but the primary goal of this document is to help users get Funtoo Linux up and running successfully. Changes to the doc should be made in the hopes of increasing the % of successful installs. Educate, but do not overwhelm.

OK, I think I have repeated myself enough :)

Hello, world. This is line 2.

foo / # emerge -p metalog

These are the packages that would be merged, in order:


Calculating dependencies... done!
[ebuild R ] app-admin/metalog-2

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

stage3 filename changed

stage3-current.tar.xz -> stage3-latest.tar.xz

so change to a more universal command stage3*.tar.xz 666threesixes666 (talk) 02:22, 20 March 2014 (UTC)

broken SysRescueCD links

The SysRescueCD links is broken since they link to specific files no longer mirrored.

Brantgurga (talk)

reasons for filesystem recommendations

I'd like to see more reasoning for the filesystem recommendations, at least a link to another page.

Brantgurga (talk)

force toc

{{#ask: [[Category:First Steps]] | format=category }} ask show as category at the very bottom of the article blows away the toc. so __FORCETOC__ to force it. i also looked into using iframes, but they are a security hazard to load the category. ajax could do it but im pretty sure an admin would have to patch that in. id still rather have huge TOC over no toc....666threesixes666 (talk) 02:22, 20 March 2014 (UTC)

resolv.conf assumptions

copying the resolv.conf assumes a sane resolv.conf and default location are observed by host media.

move down to already chrooted in to funtoo

root # echo "nameserver 8.8.8.8" > /etc/resolv.conf

leave no room for error, make google do the heavy lifting for the install.

xubuntu@xubuntu:/mnt/funtoo$ cat /etc/resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1

More information about "Stable or Current?"

It is said, that "current" is recommendet, but not why. So what are the differences between them? Please add this information to the article! At the moment new users are not able to decide what fits their needs most. They need to follow the recomendation blindly ... schentuu (talk) 14:53, 18 July 2014 (UTC)

make.conf

In http://www.funtoo.org/Funtoo_Linux_Installation#Configuring_your_system we tell the user to edit /etc/make.conf shouldn't it be /etc/portage/make.conf now? jubalh (talk) it is clearly pointed in Install guide that /etc/make.conf is a symlink to /etc/portage/make.conf, user can either edit /etc/portage/make.conf directly or a symlink, /etc/make.conf

I propose http://www.funtoo.org/Make.conf is cross referenced. It needs a little work but gives a general idea of what's going on.

disabled root install

https://wiki.gentoo.org/wiki/User:666threesixes666#passwordless_root_install

useradd should be inline with the install, i have a disabled root funtoo system as is detailed in my gentoo alternate install documentation.

/etc/conf.d/hwclock

its actually easier to tell windows to use utc and less problematic (regarding daylight savings times and other various settings) to make windows deal with the clock in a sane manner rather than have the linux system deal with it in an insane manner.

https://wiki.archlinux.org/index.php/time#UTC_in_Windows

git managing /etc

we should encourage new users to back up sane working copies of /etc sys-apps/etckeeper

Threesixes (talk) 05:27, 26 September 2014 (UTC)