Skip to content

Commit 77e8f1a

Browse files
authored
Merge pull request #197 from endlessm/fix-firstboot
Revert "Remove `systemd.firstboot=no` from kernel args"
2 parents 37cef48 + 000aab9 commit 77e8f1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stages/eib_image

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ if [[ "${EIB_IMAGE_SDBOOT}" = "true" ]]; then
9595
fi
9696

9797
kargs=(--karg=rw --karg=splash \
98-
--karg=plymouth.ignore-serial-consoles --karg=quiet --karg=loglevel=0)
98+
--karg=plymouth.ignore-serial-consoles --karg=quiet --karg=loglevel=0 \
99+
--karg=systemd.firstboot=no)
99100
ostree admin --sysroot="${EIB_OSTREE_CHECKOUT}" deploy \
100101
--os=${EIB_OSTREE_OS} "${kargs[@]}" \
101102
${EIB_OSTREE_REMOTE}:${EIB_OSTREE_REF_DEPLOY}

0 commit comments

Comments
 (0)