Anonymous

Changes

From Pumping Station One
Line 8: Line 8:  
Create partition one, leave 2048 sectors blank for the syslinux bootloader, and consuming the rest of the drive.
 
Create partition one, leave 2048 sectors blank for the syslinux bootloader, and consuming the rest of the drive.
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
sgdisk -n 1:2048: /dev/vda
+
sgdisk --new 1:2048: /dev/vda
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.