File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,7 @@ async fn initialize_ostree_root_from_self(
531
531
. kargs
532
532
. iter ( )
533
533
. map ( |v| v. as_str ( ) )
534
+ . chain ( state. config_opts . karg . iter ( ) . flatten ( ) . map ( |v| v. as_str ( ) ) )
534
535
. collect :: < Vec < _ > > ( ) ;
535
536
let mut options = ostree_container:: deploy:: DeployOpts :: default ( ) ;
536
537
options. kargs = Some ( kargs. as_slice ( ) ) ;
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
23
23
# In theory we could e.g. wipe the bootloader setup on the primary disk, then reboot;
24
24
# but for now let's just sanity test that the install command executes.
25
25
lsblk ${DEV}
26
+ mount /dev/vda3 /var/mnt
27
+ grep foo=bar /var/mnt/loader/entries/* .conf
28
+ umount /var/mnt
26
29
echo " ok install"
27
30
28
31
# Now test install-to-filesystem
You can’t perform that action at this time.
0 commit comments