Merge lp:~cyphermox/debian-cd/union-aufs-server-live into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 1972
Proposed branch: lp:~cyphermox/debian-cd/union-aufs-server-live
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 12 lines (+1/-1)
1 file modified
tools/boot/zesty/boot-amd64 (+1/-1)
To merge this branch: bzr merge lp:~cyphermox/debian-cd/union-aufs-server-live
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+322787@code.launchpad.net

Description of the change

One fix to workaround casper borkedness (which I will fix) to handle multiple layered squashfs using overlayfs. Let's use aufs instead, since it's available, and apparently overlayfs isn't available even on desktop images (at least, not in the same way as in server-live, it might still be compiled-in but is definitely not a module).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/boot/zesty/boot-amd64'
2--- tools/boot/zesty/boot-amd64 2017-04-06 16:39:40 +0000
3+++ tools/boot/zesty/boot-amd64 2017-04-19 17:16:27 +0000
4@@ -408,7 +408,7 @@
5 liveparams=' maybe-ubiquity'
6 elif [ "$PROJECT" = ubuntu-server ]; then
7 livelabel="^Install $HUMANPROJECT"
8- liveparams=
9+ liveparams=' union=aufs'
10 else
11 livelabel="^Try $HUMANPROJECT without installing"
12 liveparams=

Subscribers

People subscribed via source and target branches