diff --git a/aws/how-to-make-multiple-parttions-on-root-device.md b/aws/how-to-make-multiple-parttions-on-root-device.md index 84ef085..4e054eb 100644 --- a/aws/how-to-make-multiple-parttions-on-root-device.md +++ b/aws/how-to-make-multiple-parttions-on-root-device.md @@ -207,6 +207,9 @@ tmpfs 100692 0 100692 0% /run/user/0 ``` You may enable the swap in the swap partition. If you don't need it, you can change the partition type and format it to a normal file system. You are free to use /dev/xvda3 the way you like. +## Summary +- Copy everything from the standard volume to one of the partitions of the new volume +- Update the boot loader and fstab ## TODO automate the entire process with the AWS CLI or other tools.