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
=== modified file 'tools/boot/zesty/boot-amd64'
--- tools/boot/zesty/boot-amd64 2017-04-06 16:39:40 +0000
+++ tools/boot/zesty/boot-amd64 2017-04-19 17:16:27 +0000
@@ -408,7 +408,7 @@
408 liveparams=' maybe-ubiquity'408 liveparams=' maybe-ubiquity'
409 elif [ "$PROJECT" = ubuntu-server ]; then409 elif [ "$PROJECT" = ubuntu-server ]; then
410 livelabel="^Install $HUMANPROJECT"410 livelabel="^Install $HUMANPROJECT"
411 liveparams=411 liveparams=' union=aufs'
412 else412 else
413 livelabel="^Try $HUMANPROJECT without installing"413 livelabel="^Try $HUMANPROJECT without installing"
414 liveparams=414 liveparams=

Subscribers

People subscribed via source and target branches