Update Leap-selfinstall-GNOME/selfinstall-gnome.kiwi
This commit is contained in:
parent
7ffe61afc4
commit
474a21a64a
@ -12,27 +12,40 @@
|
||||
<bootloader-theme>openSUSE</bootloader-theme>
|
||||
<rpm-excludedocs>true</rpm-excludedocs>
|
||||
<locale>en_US</locale>
|
||||
<type image="oem" filesystem="btrfs" firmware="uefi" initrd_system="dracut" installiso="true" bootpartition="false" bootkernel="custom" devicepersistency="by-uuid" btrfs_root_is_snapshot="true" btrfs_root_is_readonly_snapshot="false" btrfs_quota_groups="true">
|
||||
<type
|
||||
image="oem"
|
||||
initrd_system="dracut"
|
||||
installiso="true"
|
||||
filesystem="btrfs"
|
||||
installboot="install"
|
||||
install_continue_on_timeout="false"
|
||||
firmware="uefi"
|
||||
kernelcmdline="console=ttyS0,115200 console=tty0 security=selinux selinux=1 quiet net.ifnames=0"
|
||||
bootpartition="false"
|
||||
bootkernel="custom"
|
||||
devicepersistency="by-uuid"
|
||||
btrfs_root_is_snapshot="true"
|
||||
btrfs_root_is_readonly_snapshot="false"
|
||||
btrfs_quota_groups="true"
|
||||
>
|
||||
<bootloader name="grub2" console="gfxterm" timeout="10"/>
|
||||
<systemdisk>
|
||||
<volume name="home"/>
|
||||
<volume name="root"/>
|
||||
<!-- on tmpfs jsc#SMO-2 <volume name="tmp"/> -->
|
||||
<volume name="opt"/>
|
||||
<volume name="srv"/>
|
||||
<volume name="usr/local"/>
|
||||
<volume name="boot/grub2/i386-pc"/>
|
||||
<volume name="boot/grub2/x86_64-efi" mountpoint="boot/grub2/x86_64-efi"/>
|
||||
<volume name="boot/writable"/>
|
||||
<volume name="usr/local"/>
|
||||
<volume name="var" copy_on_write="false"/>
|
||||
</systemdisk>
|
||||
<oemconfig>
|
||||
<oem-device-filter>/dev/ram</oem-device-filter>
|
||||
<oem-multipath-scan>false</oem-multipath-scan>
|
||||
</oemconfig>
|
||||
<machine memory="512" guestOS="suse" HWversion="4">
|
||||
<vmdisk id="0" controller="ide"/>
|
||||
<vmnic driver="e1000" interface="0" mode="bridged"/>
|
||||
</machine>
|
||||
<machine memory="1024" HWversion="10" guestOS="suse-64"/>
|
||||
</type>
|
||||
</preferences>
|
||||
<repository type="rpm-md">
|
||||
@ -49,6 +62,15 @@
|
||||
<package name="gnome-initial-setup"/>
|
||||
<package name="gnome-branding-Leap"/>
|
||||
<package name="openSUSE-repos"/>
|
||||
<!-- bootloader stack -->
|
||||
<package name="grub2-i386-pc" arch="x86_64"/>
|
||||
<package name="grub2-x86_64-efi" arch="x86_64"/>
|
||||
<package name="grub2-arm64-efi" arch="aarch64"/>
|
||||
<package name="grub2-s390x-emu" arch="s390x"/>
|
||||
<package name="grub2-branding-openSUSE" bootinclude="true" arch="x86_64,aarch64"/>
|
||||
<package name="grub2-snapper-plugin"/>
|
||||
<package name="shim" arch="x86_64,aarch64"/>
|
||||
<package name="mokutil" arch="x86_64,aarch64"/>
|
||||
</packages>
|
||||
<packages type="bootstrap">
|
||||
<package name="Leap-release"/>
|
||||
|
Loading…
Reference in New Issue
Block a user