alpha qemu builds: specify pixz compression

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-10-02 00:53:33 +02:00
parent eb059fcbb3
commit 98b6508e2e
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage3-alpha-openrc-@TIMESTAMP@ source_subpath: default/stage3-alpha-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/isos-qemu portage_confdir: @REPO_DIR@/releases/portage/isos-qemu
interpreter: /usr/bin/qemu-alpha interpreter: /usr/bin/qemu-alpha
compression_mode: pixz_x
livecd/use: livecd/use:
compile-locales compile-locales
fbcon fbcon

View file

@ -9,3 +9,4 @@ update_seed: yes
update_seed_command: -uDN @world update_seed_command: -uDN @world
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
interpreter: /usr/bin/qemu-alpha interpreter: /usr/bin/qemu-alpha
compression_mode: pixz_x

View file

@ -7,3 +7,4 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-alpha-openrc-@TIMESTAMP@ source_subpath: default/stage1-alpha-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
interpreter: /usr/bin/qemu-alpha interpreter: /usr/bin/qemu-alpha
compression_mode: pixz_x