Dne 25.7.2017 v 20:59 [email protected] napsal(a): > In the new version of the live-installer module distributed with OpenSuSE > Leap 42.3 > (and maybe 42.2) they have removed the flexibl_partitioning functionality. So > by > default now the proposal comes up with BtrFS and it's laundry list of > subvolumes. > This is not good for the Kiwi LiveCD I generate since there are a lot of > MySQL and > high read/write server workloads that BtrFS does not perform well with. > > So essentially I need to have the default FS when 'yast2 live-installer' is > ran from > the LiveCD default to Ext4. Preferred partitioning scheme would be to wipe out > whatever is on the first hard drive it finds then set-up a 4GB Swap partition > and the > rest as root. > > Anyone know how I can accomplish this? Um, I'm not a storage expert but it looks it's not trivial.
The the installation control file [1] allows tweaking some settings there but not the use file system. See the doc [2] for details. The BTRFS default is hard coded in the YaST code [3]. The workaround would be to patch that file when building the image by kiwi. But I do not know how to do that... HTH Ladislav [1] https://github.com/yast/skelcd-control-openSUSE/blob/openSUSE-42_3/control/control.openSUSE.xml#L313-L413 [2] https://github.com/yast/yast-storage/blob/master/doc/config.xml.description [3] https://github.com/yast/yast-storage/blob/2cf31e18f669cdb66c33593993ab836a29e5ca55/src/modules/StorageProposal.rb#L79 -- Ladislav Slezák YaST Developer SUSE LINUX, s.r.o. Corso IIa Křižíkova 148/34 18600 Praha 8 -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
