mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 05:00:44 +00:00
fix(ubuntu): drop package names current releases no longer carry
The shared Ubuntu lists serve every release and architecture without a list of its own, and ospkgs hands the whole list to one apt-get install, so one unknown name loses every package on it. ntp and ntpdate are gone from 26.04. libodbc1 is the unixODBC runtime name up to 22.04. libvirt-bin is gone from 20.04 on and qemu-kvm from 22.04 on. The shared lists keep ntp and ntpdate, so releases up to 24.04 keep the daemon they had. 26.04 gets release lists that carry chrony. unixodbc replaces libodbc1 on every release, and the odbcsetup postscript keeps its runtime. The service lists add libdbd-pg-perl beside libdbd-mysql-perl, as a service node may run the xCAT database on PostgreSQL. libvirt-daemon-system with libvirt-clients replaces libvirt-bin from 18.04 on; 12.04, 14.04 and 16.04 keep kvm lists with the old names. qemu-kvm was a transitional name for the emulator of the host architecture, and no current release has one name for that. Per-architecture kvm lists name the native one: qemu-system-x86 on x86_64, qemu-system-ppc on ppc64el, qemu-system-misc on 24.04 riscv64, with ppc64le linked to ppc64el as the other lists do. The shared kvm lists fall back to qemu-system, which carries every emulator, so an architecture without a list of its own still gets one. On 26.04 riscv64 libvirt-daemon-system depends on qemu-kvm or qemu-system and nothing provides qemu-kvm, so apt installs that fallback there whatever the list names. Every kvm list names qemu-utils: ospkgs installs without recommends, and libvirt needs qemu-img for the qcow2 volumes kvm.pm creates.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
openssh-server
|
||||
chrony
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
@@ -3,8 +3,10 @@ ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-kvm
|
||||
libvirt-bin
|
||||
qemu-system
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system-ppc
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1 @@
|
||||
kvm.ppc64el.pkglist
|
||||
@@ -0,0 +1,11 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-kvm
|
||||
libvirt-bin
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,11 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-kvm
|
||||
libvirt-bin
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,11 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-kvm
|
||||
libvirt-bin
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system-misc
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
chrony
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
chrony
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system-ppc
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1 @@
|
||||
kvm.ubuntu26.04.ppc64el.pkglist
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
chrony
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system-x86
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -0,0 +1,13 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
qemu-system-x86
|
||||
qemu-utils
|
||||
libvirt-daemon-system
|
||||
libvirt-clients
|
||||
bridge-utils
|
||||
libcap2-bin
|
||||
vlan
|
||||
tmux
|
||||
@@ -4,5 +4,5 @@ gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
libdbd-mysql-perl
|
||||
libodbc1
|
||||
|
||||
libdbd-pg-perl
|
||||
unixodbc
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
openssh-server
|
||||
chrony
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
||||
libdbd-mysql-perl
|
||||
libdbd-pg-perl
|
||||
unixodbc
|
||||
@@ -0,0 +1,17 @@
|
||||
bash
|
||||
nfs-common
|
||||
openssl
|
||||
isc-dhcp-client
|
||||
linux-image-generic
|
||||
openssh-server
|
||||
openssh-client
|
||||
wget
|
||||
vim
|
||||
chrony
|
||||
rsyslog
|
||||
rsync
|
||||
busybox-static
|
||||
gawk
|
||||
tar
|
||||
gzip
|
||||
xz-utils
|
||||
Reference in New Issue
Block a user