Difference between revisions of "Translations:Install/Creating Filesystems/10/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 3: Line 3:
# ##i##swapon /dev/sda2
# ##i##swapon /dev/sda2
}}
}}
Now, we need to create a root filesystem. This is where Funtoo Linux will live. We generally recommend ext4 or XFS root filesystems. If you're not sure, choose ext4. Here's how to create a root ext4 filesystem:

Latest revision as of 19:52, September 15, 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Creating Filesystems)
{{console|body=
# ##i##mkswap /dev/sda2
# ##i##swapon /dev/sda2
}}
root # mkswap /dev/sda2
root # swapon /dev/sda2