This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Handbook Talk:Parts/Installation/System
UUIDs on FAT formatted devices
The phrase and partition UUIDs (/dev/disk/by-uuid/ can be used on GPT formatted devices sounds like it cannot be used on msdos formatted devices. What exactly is the restriction?--Charles17 (talk) 07:39, 14 October 2016 (UTC)
Using PARTUUID (called partition UUIDs?) in fstab works well for me even with an msdos formatted disk:
/etc/fatab
#<fs> <mountpoint> <type> <opts> <dump pass> PARTUUID=123a123a-12 / reiserfs noatime 0 1
Some nice examples are given on ArchWiki
--Charles17 (talk) 10:31, 15 October 2016 (UTC)
- You are correct. UUIDs are not specific to GPT partitions. MBR partition tables and (even) FAT32 formatted partitions in MBR partition tables have UUIDs as well. Depending on the filesystem, the UUID can be just a bit shorter, but it is still unique non-the-less. There are no restrictions for which I'm aware. I have revised the wording. --Maffblaster (talk) 18:58, 28 March 2017 (UTC)
Typo
Users who have gone the GTP route have
Users who have gone the GPT route have
--FabianP (talk) 15:54, 18 November 2016 (UTC)
- Fixed. Thanks! --Maffblaster (talk) 18:08, 28 March 2017 (UTC)
Move everything concerning /etc/conf.d/net to Handbook:Parts/Full/Networking
This high sophisticated lesson in configuring the .net scripts should be merged into the Handbook:Parts/Full/Networking article, just leaving a reference for users having advanced networking requirements.
Using the .net scripts is an option. But who really needs them? In the majority of cases DHCPCD will get installed anyway as "... the majority of users will find that they need a DHCP client..." and DHCPCD is sufficient for most installations when it is run as a service.
--Charles17 (talk) 08:33, 18 June 2017 (UTC)