Merge ~xnox/casper:skip-quick-boot into casper:devel

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 125139829a2e168d921c010e44d4ea53398d69dc
Proposed branch: ~xnox/casper:skip-quick-boot
Merge into: casper:devel
Diff against target: 19 lines (+5/-3)
1 file modified
scripts/casper (+5/-3)
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle Approve
Review via email: mp+385724@code.launchpad.net

Commit message

caser: revert changes to quick-boot

It appers there are regressions in bootability reported in the bugreport.

LP: #1883040

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Seems worth a try

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/scripts/casper b/scripts/casper
2index 87f72ce..cd03800 100644
3--- a/scripts/casper
4+++ b/scripts/casper
5@@ -898,9 +898,11 @@ mountroot() {
6 if [ "${livefs_root}" ]; then
7 break
8 fi
9- # No more udev events, no more devices, nothing to wait for
10- if udevadm settle --timeout 0 2>/dev/null; then
11- break
12+ if [ "$DPKG_ARCH" = "s390x" ]; then
13+ # No more udev events, no more devices, nothing to wait for
14+ if udevadm settle --timeout 0 2>/dev/null; then
15+ break
16+ fi
17 fi
18 sleep 1
19 i="$(($i + 1))"

Subscribers

People subscribed via source and target branches