Changes
Page history
apu: remove mkfs step, now handled by the installer
authored
Apr 13, 2023
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/apu.md
View page @
4fa35db8
...
...
@@ -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`
:
...
...
...
...