Drop trying to mount removed maas squashfs.

This commit is contained in:
Dimitri John Ledkov 2019-06-05 00:03:03 +01:00
parent 4b5bac1f42
commit 67b26519bc
8 changed files with 6 additions and 32 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.592) UNRELEASED; urgency=medium
* Drop trying to mount removed maas squashfs.
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 05 Jun 2019 00:02:32 +0100
livecd-rootfs (2.591) eoan; urgency=medium
* Fix typpo when dropping jasper.

View File

@ -1,5 +0,0 @@
[Mount]
What=/cdrom/casper/maas/maas-rack.squashfs
Where=/media/rack.lower
Type=squashfs
Options=ro

View File

@ -1,9 +0,0 @@
[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

View File

@ -1,5 +0,0 @@
[Mount]
What=/cdrom/casper/maas/maas-region.squashfs
Where=/media/region.lower
Type=squashfs
Options=ro

View File

@ -1,10 +0,0 @@
[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