1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at e9ac6fc70e

This commit is contained in:
CoreOS Bot
2025-07-09 17:29:54 +00:00
parent 3b20f95eb7
commit a22590f8f2

View File

@@ -40,7 +40,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
rebooted)
cat /proc/cmdline
grep boot=UUID= /proc/cmdline
grep root=UUID= /proc/cmdline
grep -E "root=UUID=|root=/dev/disk/by-uuid/dm-mpath" /proc/cmdline
ok "reboot"
;;
*) fatal "unexpected mark: ${AUTOPKGTEST_REBOOT_MARK}";;