change boot options version 4.4.

fieraf

Member
May 30, 2016
34
0
6
49
Hi
How can I change the boot options on proxmox 4.4?
I 'd change de swap and root partition size
I started in debug mode , but nothing
I followed the wiki but not work

Thanks for help me
 
you can select the root and swap size in the installer (when using xfs or ext4). just click the options button next to the disk selection combobox.
 
for ZFS it's not as important - the "sizes" of datasets are just quotas, so you can change them after installation. for the swap ZVOL, you can swapoff, delete, create, swapon - it is just a regular zvol, and those are not set in stone like regular partitions (as long as there is space on the pool, you can always increase your swap size by recreating it).
 
many thank
So, I can do that also for the rpool/data volumen?
I have to learn better zfs file system management

regards
 
for the data and root datasets you can set and change quotas / sizes, yes.