Merge lp:~tormodvolden/casper/inspect-dm into lp:casper

Proposed by Tormod Volden
Status: Merged
Merged at revision: not available
Proposed branch: lp:~tormodvolden/casper/inspect-dm
Merge into: lp:casper
Diff against target: None lines
To merge this branch: bzr merge lp:~tormodvolden/casper/inspect-dm
Reviewer Review Type Date Requested Status
Scott James Remnant (Canonical) Pending
Colin Watson Pending
Review via email: mp+11423@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Tormod Volden (tormodvolden) wrote :

Would be nice to get this in before alpha 6, so that people with fakeraids can boot the live CD.

Revision history for this message
Tormod Volden (tormodvolden) wrote :

ping?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/casper'
--- scripts/casper 2009-09-07 12:10:12 +0000
+++ scripts/casper 2009-09-08 21:08:59 +0000
@@ -128,6 +128,9 @@
128 if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb)|platform-orion-ehci|platform-mmc|platform-mxsdhci)"; then128 if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb)|platform-orion-ehci|platform-mmc|platform-mxsdhci)"; then
129 return 0129 return 0
130 fi130 fi
131 if echo ${sysfs_path} | grep -q "^/block/dm-"; then
132 return 0
133 fi
131 return 1134 return 1
132}135}
133136

Subscribers

People subscribed via source and target branches