parent
044b8da55a
commit
d5a822884f
288 changed files with 13040 additions and 1 deletions
9
bots/images/scripts/fedora-atomic.install
Executable file
9
bots/images/scripts/fedora-atomic.install
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
/var/lib/testvm/atomic.install --verbose --skip cockpit-kdump --extra "/root/rpms/libssh*" "$@"
|
||||
|
||||
# HACK: https://github.com/projectatomic/rpm-ostree/issues/1360
|
||||
# rpm-ostree upgrade --check otherwise fails
|
||||
mkdir -p /var/cache/rpm-ostree
|
||||
Loading…
Add table
Add a link
Reference in a new issue