Merge ~ken-vandine/ubuntu-images:mantic into ubuntu-images:mantic

Proposed by Ken VanDine
Status: Merged
Merged at revision: 08279b4cd465738465f29af8f785351bd072d3f5
Proposed branch: ~ken-vandine/ubuntu-images:mantic
Merge into: ubuntu-images:mantic
Diff against target: 20 lines (+7/-0)
1 file modified
ubuntu-core-desktop-pc-amd64.yaml (+7/-0)
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+454989@code.launchpad.net

Commit message

Added just enough casper bits to pause shutdown to unmount installation media.

Description of the change

Added just enough casper bits to pause shutdown to unmount installation media.

Note: This does require some new files from https://github.com/canonical/ubuntu-core-desktop/tree/installer_builder

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu-core-desktop-pc-amd64.yaml b/ubuntu-core-desktop-pc-amd64.yaml
2index 20dcddc..5378f49 100644
3--- a/ubuntu-core-desktop-pc-amd64.yaml
4+++ b/ubuntu-core-desktop-pc-amd64.yaml
5@@ -57,8 +57,15 @@ customization:
6 destination: /autoinstall.yaml
7 - source: pc.img.xz
8 destination: /cdrom/casper/pc.img.xz
9+ - source: casper.service
10+ destination: /lib/systemd/system/casper.service
11+ - source: casper-stop
12+ destination: /sbin/casper-stop
13+ - source: casper-enable
14+ destination: /sbin/casper-enable
15 execute:
16 - path: /usr/bin/systemd-machine-id-setup
17+ - path: /sbin/casper-enable
18 artifacts:
19 img:
20 -

Subscribers

People subscribed via source and target branches