mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 20:31:23 +00:00
Imported using git-ubuntu import. Changelog parent: 71b98bc5dfbd93634097a46c56672528481fbf2a New changelog entries: * In subiquity image, mount additional squashfs in /media. * Make lzma initramfs compression opt-in rather than opt-out, and do not opt-in to it for live-server builds to speed up the boot. (LP: #1750873)
10 lines
171 B
SYSTEMD
10 lines
171 B
SYSTEMD
[Unit]
|
|
After=media-filesystem.mount
|
|
After=media-rack.lower.mount
|
|
|
|
[Mount]
|
|
What=overlay
|
|
Where=/media/rack
|
|
Type=overlay
|
|
Options=lowerdir=/media/rack.lower:/media/filesystem
|