Blame kiwi/complex-build/platforms/vagrant.xml

8f60b5
<image>
8f60b5
	<profiles>
8f60b5
		<profile name="Vagrant" description="Vagrant packages">
8f60b5
			<requires profile="BootCore"/>
8f60b5
		</profile>
8f60b5
	</profiles>
8f60b5
	<preferences profiles="Vagrant">
8f60b5
		<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0 net.ifnames=0 dis_ucode_ldr" devicepersistency="by-label" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" format="vagrant">
8f60b5
			<bootloader name="grub2" console="serial" timeout="1"/>
8f60b5
			<size unit="G">5</size>
8f60b5
			<systemdisk>
8f60b5
				<volume name="home"/>
8f60b5
				<volume name="root"/>
8f60b5
				<volume name="var"/>
8f60b5
			</systemdisk>
8f60b5
			<oemconfig>
8f60b5
				<oem-resize>false</oem-resize>
8f60b5
			</oemconfig>
8f60b5
		</type>
8f60b5
	</preferences>
8f60b5
	<users profiles="Vagrant">
8f60b5
		
8f60b5
		<user name="vagrant" groups="vagrant" password="vagrant" home="/home/vagrant" pwdformat="plain" />
8f60b5
		<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
8f60b5
	</users>
8f60b5
	<packages type="image" profiles="Vagrant">
8f60b5
		<ignore name="dracut-config-rescue"/>
8f60b5
		<ignore name="firewalld"/>
8f60b5
		<ignore name="kernel"/>
8f60b5
		<ignore name="*-firmware"/>
8f60b5
		<ignore name="geolite2-city"/>
8f60b5
		<ignore name="geolite2-country"/>
8f60b5
		<package name="gdisk"/>
8f60b5
		<package name="glibc-langpack-en"/>
8f60b5
		<package name="qemu-guest-agent"/>
8f60b5
	</packages>
8f60b5
</image>