mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
app-emulation/rkt: Fix PXE_SYSTEMD_VERSION
Remove duplicate 'v'. PXE_SYSTEMD_VERSION has a 'v', and src_configure() was adding a 'v', so we were getting a version as 'vvXXX' Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
f1d08c473d
commit
854d6aa45f
@ -89,7 +89,7 @@ src_configure() {
|
||||
if use rkt_stage1_coreos; then
|
||||
add_stage1 "coreos"
|
||||
myeconfargs+=( --with-coreos-local-pxe-image-path="${DISTDIR}/${PXE_FILE}" )
|
||||
myeconfargs+=( --with-coreos-local-pxe-image-systemd-version=v"${PXE_SYSTEMD_VERSION}" )
|
||||
myeconfargs+=( --with-coreos-local-pxe-image-systemd-version="${PXE_SYSTEMD_VERSION}" )
|
||||
fi
|
||||
if use rkt_stage1_fly; then
|
||||
add_stage1 "fly"
|
||||
|
Loading…
x
Reference in New Issue
Block a user