Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Remove forward_to_console option from bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Oct 12, 2023
1 parent b7c5926 commit bde1478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/ostreeImage/image.ostree.raw
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tar xf debian-testing-$BUILDER_ARCH.tar.gz --directory $OSTREE_REPO
ls -l $OSTREE_REPO
popd
rm -rf $download
ostree admin deploy --karg=root=LABEL=ROOT --karg-append=rw --karg-append=efi=runtime --karg-append=systemd.journald.forward_to_console=1 --sysroot=$OSTREE_SYSROOT --os=debian $OSTREE_REF
ostree admin deploy --karg=root=LABEL=ROOT --karg-append=rw --karg-append=efi=runtime --sysroot=$OSTREE_SYSROOT --os=debian $OSTREE_REF

boot_hash=`ls "$OSTREE_SYSROOT"/ostree/boot.1.1/debian/`
mkdir -p "$OSTREE_SYSROOT"/ostree/boot.1.1/debian/$boot_hash/0/sysroot
Expand Down

0 comments on commit bde1478

Please sign in to comment.