1
0

mention localmount

This commit is contained in:
dtb 2021-11-09 00:08:28 -05:00
parent 6c8acc72dd
commit 10226b563d

View File

@ -60,6 +60,9 @@ In <CODE>blkid(8)</CODE>'s output, this will be the line that starts with <CODE>
Then, <CODE>rc-update add dmcrypt boot</CODE> and add an entry in <CODE>/etc/conf.d/dmcrypt</CODE> to automatically luksOpen the volume. Then, <CODE>rc-update add dmcrypt boot</CODE> and add an entry in <CODE>/etc/conf.d/dmcrypt</CODE> to automatically luksOpen the volume.
<CODE>dm-crypt</CODE> will need the UUID of the <I>physical</I> block device; in <CODE>blkid(8)</CODE> this will be the line that starts with <CODE>/dev/mmcblk</CODE> or <CODE>/dev/sd[<I>X</I>]</CODE>. <CODE>dm-crypt</CODE> will need the UUID of the <I>physical</I> block device; in <CODE>blkid(8)</CODE> this will be the line that starts with <CODE>/dev/mmcblk</CODE> or <CODE>/dev/sd[<I>X</I>]</CODE>.
</P> </P>
<P>
The <CODE>localmount</CODE> OpenRC service will also have to be enabled for the system to read <CODE>fstab(5)</CODE>.
</P>
<H2>Random MAC address generation on Wifi</H2> <H2>Random MAC address generation on Wifi</H2>
<P> <P>