Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Talk:Install/Prepare Disk
Jump to navigation
Jump to search
first rule of funtoo is funtoo rules
ide drive 3
root # echo 'KERNEL=="hdc*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules root # rc-service udev restart
sata drive 3
root # echo 'KERNEL=="sdc*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules root # rc-service udev restart
nvme *needs testing & fixing for the p number stuff
root # echo 'KERNEL=="nvme1n1*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules root # rc-service udev restart
then everybody is copy paste:
- cgdisk /dev/funtoo
- mount /dev/funtoo3
- mount /dev/funtoo1