https://bugzilla.novell.com/show_bug.cgi?id=836657
https://bugzilla.novell.com/show_bug.cgi?id=836657#c0
Summary: kiwi: allow custom size for recovery partition Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: ASSIGNED Severity: Enhancement Priority: P5 - None Component: System Imaging AssignedTo: ms@suse.com ReportedBy: ms@suse.com QAContact: adrian@suse.com Found By: --- Blocker: ---
sometimes people want to add additional information to the recovery partition thus it might make sense to allow:
<oem-recovery-partition-size>...</oem-recovery-partition-size>
https://bugzilla.novell.com/show_bug.cgi?id=836657
https://bugzilla.novell.com/show_bug.cgi?id=836657#c1
Marcus Schaefer ms@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #1 from Marcus Schaefer ms@suse.com 2013-09-02 14:10:47 UTC --- - added support to specify the size of the recovery partition
<oem-recovery-part-size>integer-value</oem-recovery-part-size>
The specified size is ignored if it is too small according to the minimum required size. In this case a warning message is printed to the /var/log/boot.kiwi file on first deployment. This implements enhancement (bnc #836657)
done