Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Virtualization:Appliances:Images:Testing_x86:centos
test-image-live-disk-v9
_service:obs_scm:kiwi-1732549673.154aa8e07.obscpio
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:kiwi-1732549673.154aa8e07.obscpio of Package test-image-live-disk-v9
07070100000000000081A400000000000000000000000167449C2900000FB9000000000000000000000000000000000000002900000000kiwi-1732549673.154aa8e07/appliance.kiwi<?xml version="1.0" encoding="utf-8"?> <!-- The line below is required in order to use the multibuild OBS features --> <!-- OBS-Profiles: @BUILD_FLAVOR@ --> <image schemaversion="7.5" name="kiwi-test-image-live-disk-v9"> <description type="system"> <author>Marcus Schaefer</author> <contact>marcus.schaefer@gmail.com</contact> <specification>CentOS Stream 9 Appliance</specification> </description> <profiles> <profile name="Live" description="Live image of CentOS 9"/> <profile name="Virtual" description="Virtual image of CentOS 9"/> <profile name="Disk" description="OEM image of CentOS 9"/> </profiles> <preferences> <version>1.3.0</version> <packagemanager>dnf</packagemanager> <bootsplash-theme>charge</bootsplash-theme> <locale>en_US</locale> <keytable>us</keytable> <timezone>UTC</timezone> <rpm-check-signatures>false</rpm-check-signatures> </preferences> <preferences profiles="Live"> <type image="iso" flags="overlay" firmware="uefi" hybridpersistent_filesystem="ext4" hybridpersistent="true" kernelcmdline="console=ttyS0"> <bootloader name="grub2" console="serial"/> </type> </preferences> <preferences profiles="Virtual"> <type image="oem" primary="true" filesystem="ext4" kernelcmdline="console=ttyS0" firmware="uefi" format="qcow2"> <oemconfig> <oem-resize>false</oem-resize> </oemconfig> <bootloader name="grub2" console="serial"/> </type> </preferences> <preferences profiles="Disk"> <type image="oem" filesystem="ext4" installiso="true" installboot="install" firmware="uefi" kernelcmdline="console=ttyS0"> <bootloader name="grub2" console="serial" timeout="10"/> <oemconfig> <oem-systemsize>2048</oem-systemsize> <oem-unattended>true</oem-unattended> <oem-swap>true</oem-swap> <oem-swapsize>200</oem-swapsize> <oem-multipath-scan>false</oem-multipath-scan> </oemconfig> </type> </preferences> <users> <user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/> </users> <repository type="rpm-md" priority="1"> <source path='obsrepositories:/'/> </repository> <packages type="image"> <package name="gdisk"/> <package name="grub2"/> <package name="kernel"/> <package name="plymouth-theme-charge"/> <package name="audit"/> <package name="dhclient"/> <package name="e2fsprogs"/> <package name="firewalld"/> <package name="hostname"/> <package name="initscripts"/> <package name="iprutils"/> <package name="irqbalance"/> <package name="kbd"/> <package name="kexec-tools"/> <package name="openssh-clients"/> <package name="openssh-server"/> <package name="parted"/> <package name="passwd"/> <package name="policycoreutils"/> <package name="rootfiles"/> <package name="rsyslog"/> <package name="selinux-policy-targeted"/> <package name="xfsprogs"/> <package name="NetworkManager"/> <package name="iputils"/> <package name="glibc-all-langpacks"/> </packages> <packages type="image" profiles="Live"> <package name="dracut-kiwi-live"/> </packages> <packages type="image" profiles="Disk"> <package name="dracut-kiwi-oem-repart"/> <package name="dracut-kiwi-oem-dump"/> </packages> <packages type="bootstrap"> <package name="filesystem"/> <package name="basesystem"/> <package name="grub2-efi-x64-modules" arch="x86_64"/> <package name="grub2-efi-x64" arch="x86_64"/> <package name="shim-x64" arch="x86_64"/> <package name="libdb-utils"/> </packages> </image> 07070100000001000081ED00000000000000000000000167449C29000001C3000000000000000000000000000000000000002400000000kiwi-1732549673.154aa8e07/config.sh#!/bin/bash #====================================== # Functions... #-------------------------------------- test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile #====================================== # Greeting... #-------------------------------------- echo "Configure image: [$kiwi_iname]..." #====================================== # Setup default target, multi-user #-------------------------------------- baseSetRunlevel 3 exit 0 07070100000002000041ED00000000000000000000000567449C2900000000000000000000000000000000000000000000002300000000kiwi-1732549673.154aa8e07/root/etc07070100000003000041ED00000000000000000000000267449C2900000000000000000000000000000000000000000000002B00000000kiwi-1732549673.154aa8e07/root/etc/selinux07070100000004000081A400000000000000000000000167449C2900000225000000000000000000000000000000000000003200000000kiwi-1732549673.154aa8e07/root/etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=permissive # SELINUXTYPE= can take one of these two values: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. # mls - Multi Level Security protection. SELINUXTYPE=targeted # SETLOCALDEFS= Check local definition changes SETLOCALDEFS=0 07070100000005000041ED00000000000000000000000367449C2900000000000000000000000000000000000000000000002D00000000kiwi-1732549673.154aa8e07/root/etc/sysconfig07070100000006000081A400000000000000000000000167449C2900000011000000000000000000000000000000000000003700000000kiwi-1732549673.154aa8e07/root/etc/sysconfig/firstbootRUN_FIRSTBOOT=NO 07070100000007000081A400000000000000000000000167449C2900000041000000000000000000000000000000000000003500000000kiwi-1732549673.154aa8e07/root/etc/sysconfig/networkNETWORKING=yes NETWORKING_IPV6=no HOSTNAME=localhost.localdomain 07070100000008000041ED00000000000000000000000267449C2900000000000000000000000000000000000000000000003D00000000kiwi-1732549673.154aa8e07/root/etc/sysconfig/network-scripts07070100000009000081A400000000000000000000000167449C2900000026000000000000000000000000000000000000004800000000kiwi-1732549673.154aa8e07/root/etc/sysconfig/network-scripts/ifcfg-lan0DEVICE=lan0 BOOTPROTO=dhcp ONBOOT=yes 0707010000000A000041ED00000000000000000000000367449C2900000000000000000000000000000000000000000000002800000000kiwi-1732549673.154aa8e07/root/etc/udev0707010000000B000041ED00000000000000000000000267449C2900000000000000000000000000000000000000000000003000000000kiwi-1732549673.154aa8e07/root/etc/udev/rules.d0707010000000C000081A400000000000000000000000167449C2900000085000000000000000000000000000000000000004800000000kiwi-1732549673.154aa8e07/root/etc/udev/rules.d/70-persistent-net.rulesSUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="?*", NAME="lan0" 0707010000000D000081A400000000000000000000000167449C2900000002000000000000000000000000000000000000002800000000kiwi-1732549673.154aa8e07/root/fastboot1 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000B00000000TRAILER!!!15 blocks
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor