apu: remove mkfs step, now handled by the installer authored by anarcat's avatar anarcat
......@@ -225,12 +225,7 @@ than the smaller SD card.
Note that IP configuration was actually performed manually on the
node, the above is just an example of the IP address used by the box.
Next, the [new-machine](howto/new-machine) procedure was followed. In
particular, the following filesystem *must* be created for `/srv`:
mkfs -t ext4 -j /dev/sda5 &&
printf 'UUID=%s\t/srv\text4\tdefaults\t1\t2\n' $(blkid --match-tag UUID --output value /dev/sda5) >> /etc/fstab &&
mount /srv
Next, the [new-machine](howto/new-machine) procedure was followed.
Finally, the following steps need to be performed to populate `/srv`:
......
......