That makes it easier.
But still go to single user for root and usr. Unless you have some online software that makes it easier.
You may want to see about separating /var from root and /tmp as well. Also, make a /home mount point for all user data and home directories.
These directories tend to fill up unexpectedly and can bring your system to its knees.
Your system should look like this. All with separate mounted Filesystems.
root swap and separate system swap as well.
/
/usr
/var
/tmp
/home
A good rule of thumb is to have root on a separate partition by itself. Also, to have root swap and secondary swap as well.
Of course, these are only suggestions, but good ones...
Is this your personal unix box or for work?