Difference between revisions of "Talk:Install/Prepare Disk"

From Funtoo
Jump to navigation Jump to search
m (taking a more educated stab at it, make more graphical example of what to do)
Line 31: Line 31:
*mount /dev/funtoo3
*mount /dev/funtoo3
*mount /dev/funtoo1
*mount /dev/funtoo1
need testing with partlabels and labels.  i tested with grub and that went fine.

Revision as of 03:09, December 4, 2020

first rule of funtoo is funtoo rules

ide drive 3

root # echo 'KERNEL=="hdd*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

sata drive 2

root # echo 'KERNEL=="sdc*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

nvme nvme drive 1 *needs testing & maybe fixing for the p number stuff

root # echo 'KERNEL=="nvme1n1", SYMLINK+="funtoo"' > /etc/udev/rules.d/01-funtoo.rules
root # echo 'KERNEL=="nvme1n1p*", SYMLINK+="funtoo%n"' >> /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

mmc drive 0 *needs testing & maybe fixing for the p number stuff

root # echo 'KERNEL=="mmcblk0", SYMLINK+="funtoo"' > /etc/udev/rules.d/01-funtoo.rules
root # echo 'KERNEL=="mmcblk0p*", 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

need testing with partlabels and labels. i tested with grub and that went fine.