Re: [gentoo-user] dhcp error. No network. Address family not supported.

2024-04-30 Thread Sergey Filatov
On 30.04.2024 0:35, Michael wrote: On Monday, 29 April 2024 21:28:35 BST Dale wrote: Peter Humphrey wrote: On Monday, 29 April 2024 16:11:31 BST Dale wrote: Only bad side of IPv6, it's a lot of typing for all that. o_O There's a worse aspect: you have to undersand what you're doing. Or you

[gentoo-user] Doubly mounted /boot

2023-07-15 Thread Sergey Filatov
I don't know if vfat is safe to be mounted twice, but to solve this I'd go with mount bind. You can use it in /etc/fstab as well. Mount the /boot as usual, for /mnt/rescue/boot use /boot as a source and add "bind" to options section. This is definitely safer