Skip to content

Instantly share code, notes, and snippets.

@alebon
Created January 20, 2021 19:19
Show Gist options
  • Save alebon/a95a3613dbf0a7cb608d0e9207ec215e to your computer and use it in GitHub Desktop.
Save alebon/a95a3613dbf0a7cb608d0e9207ec215e to your computer and use it in GitHub Desktop.
Nixos Partitioning for vServer on Netcup.de
parted /dev/sda -- mklabel msdos
parted /dev/sda -- mkpart primary 1MiB -4GiB
parted /dev/sda -- mkpart primary linux-swap -4GiB 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment