Merge ~sm4rk0/ubuntu/+source/initramfs-tools:ubuntu into ~ubuntu-kernel/ubuntu/+source/initramfs-tools:ubuntu

Proposed by Marko Stanković
Status: Merged
Merged at revision: 42c9aadebd3fc4a5745968870d5c4004ddda47f5
Proposed branch: ~sm4rk0/ubuntu/+source/initramfs-tools:ubuntu
Merge into: ~ubuntu-kernel/ubuntu/+source/initramfs-tools:ubuntu
Diff against target: 13 lines (+1/-1)
1 file modified
hook-functions (+1/-1)
Reviewer Review Type Date Requested Status
Andy Whitcroft Approve
Review via email: mp+284807@code.launchpad.net

Commit message

hook-functions: fix NVME typo LP: #1539826

Description of the change

hook-functions: fix NVME typo LP: #1539826

To post a comment you must log in.
Revision history for this message
Andy Whitcroft (apw) wrote :

Looks good to me. Will manually merge and upload as I also have a v0.122 upload pending on the packaging branch. Thanks for your contribution.

review: Approve
Revision history for this message
Marko Stanković (sm4rk0) wrote :

I'm glad I've helped. May I delete my repository now?

There's this message when I click the "Delete this repository" link:
The following items must be deleted:

    [Merge] ~sm4rk0/ubuntu/+source/initramfs-tools:ubuntu into ~ubuntu-kernel/ubuntu/+source/initramfs-tools:ubuntu (This repository is the source repository of this merge proposal.)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/hook-functions b/hook-functions
index a22cb4e..a011160 100644
--- a/hook-functions
+++ b/hook-functions
@@ -471,7 +471,7 @@ dep_add_modules_mount()
471 block=${block%%[0-9]*}471 block=${block%%[0-9]*}
472 block='i2o!'$block472 block='i2o!'$block
473 # nvme device473 # nvme device
474 elif [ "${root#/dev/nvme}" != "${dev_node}" ]; then474 elif [ "${dev_node#/dev/nvme}" != "${dev_node}" ]; then
475 block=${dev_node#/dev/}475 block=${dev_node#/dev/}
476 block="${block%%p[0-9]*}"476 block="${block%%p[0-9]*}"
477 # classical block device477 # classical block device

Subscribers

People subscribed via source and target branches