summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/linux/add-boot-partition.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/linux/add-boot-partition.gmi b/topics/systems/linux/add-boot-partition.gmi
index 17daeb6..564e044 100644
--- a/topics/systems/linux/add-boot-partition.gmi
+++ b/topics/systems/linux/add-boot-partition.gmi
@@ -49,4 +49,4 @@ root@tux05:/home/wrk# dd if=/dev/sda1 of=/dev/sdb1
root@tux05:/home/wrk# dd if=/dev/sda2 of=/dev/sdb2
```
-Next, test mount the dirs and reboot.
+Next, test mount the dirs and reboot. You make want to run e2fsck and resize2fs on the new partitions (or their equivalent if you use xfs or something).