Boot Process: Update path of loop file

master
Florent Revest 2017-11-15 21:55:34 +01:00
parent 9d1d0008c2
commit f41d56ed2d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ layout: documentation
<pre><code># . /machine.conf
# mkdir /sdcard /rfs
# mount /dev/$sdcard_partition /sdcard
# mount -o loop /sdcard/media/0/linux/rootfs.ext2 /rfs
# mount -o loop /sdcard/media/0/asteroidos.ext4 /rfs
</code></pre>
<p>You can then disable the <code>/var/volatile</code> tmpfs mount and enable systemd journal logging (/var/log is a symlink to /var/volatile/log):</p>
<pre><code># sed -i '/volatile/d' /rfs/etc/fstab