Skip to content

Commit 7d725de

Browse files
nikromenxsuchy
authored andcommitted
Disable bootstrap for riscv
There is no boostrap image for native fedora-riscv64 yet.
1 parent 8757db7 commit 7d725de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mock-core-configs/etc/mock/templates/fedora-riscv64.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
88

99
config_opts['package_manager'] = 'dnf5'
1010

11-
config_opts['use_bootstrap_image'] = False
11+
config_opts['use_bootstrap'] = False
1212

1313
config_opts['dnf.conf'] = """
1414
[main]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The bootstrap chroot feature has been disabled for fedora-riscv64 chroots, as it is not currently
2+
functional on this architecture.

0 commit comments

Comments
 (0)