Skip to content

Commit

Permalink
Update Ubuntu box to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacJT committed Jan 7, 2025
1 parent caf7738 commit e7b5c1f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions boxes/ubuntu/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<profile name="System" description="Provides system for kvm boot"/>
</profiles>
<preferences>
<version>1.22.04</version>
<version>1.24.04</version>
<packagemanager>apt</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
Expand All @@ -37,16 +37,16 @@
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
</users>
<repository type="apt-deb" alias="kiwi-next-generation" priority="1" repository_gpgcheck="false" arch="x86_64">
<source path="obs://Virtualization:Appliances:Builder/xUbuntu_23.04_x86_64"/>
<source path="obs://Virtualization:Appliances:Builder/xUbuntu_24.04_x86_64"/>
</repository>
<repository type="apt-deb" alias="kiwi-next-generation" priority="1" repository_gpgcheck="false" arch="aarch64">
<source path="obs://Virtualization:Appliances:Builder/xUbuntu_23.04_aarch64"/>
<source path="obs://Virtualization:Appliances:Builder/xUbuntu_24.04_aarch64"/>
</repository>
<repository type="apt-deb" alias="Ubuntu-Lunar-Universe" distribution="lunar" components="main multiverse restricted universe" repository_gpgcheck="false">
<source path="obs://Ubuntu:23.04/universe"/>
<repository type="apt-deb" alias="Ubuntu-Noble" distribution="noble" components="main multiverse restricted universe" repository_gpgcheck="false" arch="x86_64">
<source path="https://archive.ubuntu.com/ubuntu"/>
</repository>
<repository type="apt-deb" alias="Ubuntu-Lunar" distribution="lunar" components="main multiverse restricted universe" repository_gpgcheck="false">
<source path="obs://Ubuntu:23.04/standard"/>
<repository type="apt-deb" alias="Ubuntu-Noble" distribution="noble" components="main multiverse restricted universe" repository_gpgcheck="false" arch="aarch64">
<source path="https://ports.ubuntu.com/ubuntu-ports"/>
</repository>
<packages type="image">
<package name="libpam-runtime"/>
Expand Down Expand Up @@ -79,11 +79,10 @@
<package name="xfsprogs"/>
<package name="e2fsprogs"/>
<package name="btrfs-progs"/>
<package name="python3-kiwi"/>
<package name="kiwi"/>
<package name="python3-pip"/>
<package name="dracut-kiwi-oem-repart"/>
<package name="dracut-kiwi-oem-dump"/>
<package name="usrmerge"/>
<package name="mawk"/>
<package name="gawk"/>
<package name="python3-dev"/>
Expand All @@ -96,14 +95,15 @@
<package name="openssh-client"/>
<package name="openssh-server"/>
<package name="sshfs"/>
<package name="netcat"/>
<package name="netcat-openbsd"/>
<package name="zstd"/>
<package name="util-linux"/>
<package name="fdisk"/>
<package name="xxd"/>
<package name="language-pack-en"/>
<package name="python3-solv"/>
<archive name="box-key-unsafe.tgz"/>
</packages>
<packages type="bootstrap"/>
<packages type="bootstrap">
<package name="apt-transport-https"/>
</packages>
</image>

0 comments on commit e7b5c1f

Please sign in to comment.