Merge lp://staging/~mvo/snappy/snappy-snapfs-fix-os-image-build into lp://staging/~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~mvo/snappy/snappy-snapfs-fix-os-image-build |
Merge into: | lp://staging/~snappy-dev/snappy/snappy-moved-to-github |
Prerequisite: | lp://staging/~mvo/snappy/snappy-snapfs-boot-ok |
Diff against target: |
37 lines (+6/-4) 2 files modified
pkg/snapfs/snapfs.go (+0/-1) snappy/build.go (+6/-3) |
To merge this branch: | bzr merge lp://staging/~mvo/snappy/snappy-snapfs-fix-os-image-build |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Schvezov | Approve | ||
Review via email: mp+275198@code.staging.launchpad.net |
Commit message
Preserve uid/gid in the squashfs images to allow creating proper os/kernel snaps.
To post a comment you must log in.
Unmerged revisions
- 790. By Michael Vogt
-
snappy/build.go: ensure build preserves the permissions
- 789. By Michael Vogt
-
pkg/snapfs/
snapfs. go: remove -all-root from mksquashfs - 788. By Michael Vogt
-
partition/
bootloader_ grub.go: use the right grub-env when globalrootdir is set - 787. By Michael Vogt
-
snappy/kernel.go: use GlobalRootDir in unpackKernel
- 786. By Michael Vogt
-
partition/
bootloader. go: do not crash if there is no otherRootPartition - 785. By Michael Vogt
-
merged lp:snappy
- 784. By Michael Vogt
-
add boot-ok for new-style all-snaps
- 783. By Michael Vogt
-
disallow removal of the active kernel and os
- 782. By Michael Vogt
-
remove kernel assets in /boot/ on snap removal
- 781. By Michael Vogt
-
show a reboot required message (not complete yet)
this was the culprit i hope