Add missing interpreter setting
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
742e081388
commit
2b4960e275
4 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@ profile: default/linux/alpha/17.0
|
||||||
snapshot: @TIMESTAMP@
|
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
|
||||||
livecd/use:
|
livecd/use:
|
||||||
compile-locales
|
compile-locales
|
||||||
fbcon
|
fbcon
|
||||||
|
|
|
@ -6,6 +6,7 @@ profile: default/linux/alpha/17.0
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/livecd-stage1-alpha-@TIMESTAMP@
|
source_subpath: default/livecd-stage1-alpha-@TIMESTAMP@
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/isos-qemu
|
portage_confdir: @REPO_DIR@/releases/portage/isos-qemu
|
||||||
|
interpreter: /usr/bin/qemu-alpha
|
||||||
|
|
||||||
livecd/bootargs: dokeymap
|
livecd/bootargs: dokeymap
|
||||||
livecd/cdtar: /root/aboot-1.0_pre20040408-r2-cdtar-weekly.tar.bz2
|
livecd/cdtar: /root/aboot-1.0_pre20040408-r2-cdtar-weekly.tar.bz2
|
||||||
|
|
|
@ -8,3 +8,4 @@ source_subpath: default/stage3-alpha-openrc-latest
|
||||||
update_seed: yes
|
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
|
||||||
|
|
|
@ -6,3 +6,4 @@ profile: default/linux/alpha/17.0
|
||||||
snapshot: @TIMESTAMP@
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue