mer-hybris / hybris-initrd

initrd generation submodule for flashable Sailfish OS image based boot images and recovery images.
2 stars 17 forks source link

[initrd] Set amount of reserved disk space to 0. Contributes to JB#32700 #3

Closed izh1979 closed 9 years ago

izh1979 commented 9 years ago

We don't need to reserve 3 GB for partition resize now.

Refactor disk space settings to /etc/sysconfig/init since they are used both by regular and recovery init.

Rename RESERVE_MB to LVM_RESERVED_MB, RESERVE_KB to LVM_RESERVED_KB, ROOT_SIZE to LVM_ROOT_SIZE to be more clear.

Signed-off-by: Igor Zhbanov igor.zhbanov@jolla.com

saukko commented 9 years ago

:+1: looks good to me, though didn't test it :)

izh1979 commented 9 years ago

Tested initrd. At least it boots.