diff --git a/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc b/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc index e2e1149..4e494a9 100644 --- a/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc +++ b/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc @@ -47,12 +47,6 @@ Follow these steps to resize the partitions for Fedora ARM on Raspberry Pi: $ growpart /dev/mmcblk0p4 ---- + -. Grow the filesystem to fill the available space. -+ ----- -$ resize2fs /dev/mmcblk0p4 ----- -+ . Resize root partition for the server image (which uses xfs). + ----