Merge lp:~smoser/maas-images/trunk.img2squash-fixes into lp:maas-images
Proposed by
Scott Moser
Status: | Merged |
---|---|
Merged at revision: | 412 |
Proposed branch: | lp:~smoser/maas-images/trunk.img2squash-fixes |
Merge into: | lp:maas-images |
Diff against target: |
48 lines (+5/-5) 1 file modified
bin/img2squashfs (+5/-5) |
To merge this branch: | bzr merge lp:~smoser/maas-images/trunk.img2squash-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Newell Jensen (community) | Approve | ||
Review via email: mp+355364@code.launchpad.net |
Commit message
img2squashfs: fix when 'image' was a directory.
This fixes img2squashfs for both '--format=dir' and --format=auto
(the default) when input is a directory.
Now the following works:
img2squashfs my-dir/ /tmp/my-squashfs
To post a comment you must log in.
LGTM