Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M4rtinK/ba45e42c53cf4054e747b522e552f402 to your computer and use it in GitHub Desktop.
Save M4rtinK/ba45e42c53cf4054e747b522e552f402 to your computer and use it in GitHub Desktop.
part pv.1 --size 1 --grow --ondisk=sda
volgroup vg_nemo pv.1
logvol / --vgname=vg_nemo --size=2048 --name=root --fstype=ext4
logvol /home --vgname=vg_nemo --size=4096 --name=home --fstype=ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment