mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
In subiquity image, mount additional squashfs in /media.
This commit is contained in:
parent
65dd7df171
commit
466607c590
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.521) UNRELEASED; urgency=medium
|
||||
|
||||
* In subiquity image, mount additional squashfs in /media.
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 11 Apr 2018 14:19:34 +0200
|
||||
|
||||
livecd-rootfs (2.520) bionic; urgency=medium
|
||||
|
||||
* Make lzma initramfs compression opt-in rather than opt-out, and do not
|
||||
|
@ -0,0 +1 @@
|
||||
../media-filesystem.mount
|
@ -0,0 +1 @@
|
||||
../media-rack.lower.mount
|
@ -0,0 +1 @@
|
||||
../media-rack.mount
|
@ -0,0 +1 @@
|
||||
../media-region.lower.mount
|
@ -0,0 +1 @@
|
||||
../media-region.mount
|
@ -0,0 +1,5 @@
|
||||
[Mount]
|
||||
What=/cdrom/casper/filesystem.squashfs
|
||||
Where=/media/filesystem
|
||||
Type=squashfs
|
||||
Options=ro
|
@ -0,0 +1,5 @@
|
||||
[Mount]
|
||||
What=/cdrom/casper/maas/maas-rack.squashfs
|
||||
Where=/media/rack.lower
|
||||
Type=squashfs
|
||||
Options=ro
|
@ -0,0 +1,9 @@
|
||||
[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
|
@ -0,0 +1,5 @@
|
||||
[Mount]
|
||||
What=/cdrom/casper/maas/maas-region.squashfs
|
||||
Where=/media/region.lower
|
||||
Type=squashfs
|
||||
Options=ro
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
After=media-filesystem.mount
|
||||
After=media-rack.lower.mount
|
||||
After=media-region.lower.mount
|
||||
|
||||
[Mount]
|
||||
What=overlay
|
||||
Where=/media/region
|
||||
Type=overlay
|
||||
Options=lowerdir=/media/region.lower:/media/rack.lower:/media/filesystem
|
Loading…
x
Reference in New Issue
Block a user