Ask your questions here.
Post a reply

Re: Not formatting /home

Fri Feb 17, 2017 9:45 pm

When you boot live media (or when you make the snapshot) add the following to the boot command.
Code:
swap=true

To edit a boot command at the boot menu, if booting grub, press "e" , and if booting isolinux, press TAB.

from the live-boot man page (which has other cool options in it):
swap=true
This parameter enables usage of local swap partitions.
Post a reply