We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37cef48 + 000aab9 commit 77e8f1aCopy full SHA for 77e8f1a
1 file changed
stages/eib_image
@@ -95,7 +95,8 @@ if [[ "${EIB_IMAGE_SDBOOT}" = "true" ]]; then
95
fi
96
97
kargs=(--karg=rw --karg=splash \
98
- --karg=plymouth.ignore-serial-consoles --karg=quiet --karg=loglevel=0)
+ --karg=plymouth.ignore-serial-consoles --karg=quiet --karg=loglevel=0 \
99
+ --karg=systemd.firstboot=no)
100
ostree admin --sysroot="${EIB_OSTREE_CHECKOUT}" deploy \
101
--os=${EIB_OSTREE_OS} "${kargs[@]}" \
102
${EIB_OSTREE_REMOTE}:${EIB_OSTREE_REF_DEPLOY}
0 commit comments