mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-24 13:51:26 +00:00
fix rpi
This commit is contained in:
parent
06a1020230
commit
c79745ce6b
@ -42,7 +42,7 @@ filter_packages = [
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
('^nfv$', {
|
||||
('^rockyrpi$', {
|
||||
'*': [
|
||||
'*',
|
||||
],
|
@ -3,7 +3,7 @@
|
||||
source "$(dirname "$0")/common-8"
|
||||
TARGET_DIR="/mnt/compose/8"
|
||||
SHORT=rockypi
|
||||
CONFIG=/etc/pungi-prod/rockypi.conf
|
||||
CONFIG=/etc/pungi-prod/rockyrpi.conf
|
||||
# Unused for now
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
Loading…
Reference in New Issue
Block a user