mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Do not mount result, on top of lowerdir, appears to fail in disco.
This commit is contained in:
parent
e24dccadcc
commit
1b424926db
@ -24,15 +24,17 @@ fi
|
|||||||
. config/functions
|
. config/functions
|
||||||
. config/common
|
. config/common
|
||||||
|
|
||||||
SQUASH_ROOT=binary/boot/squashfs.dir
|
BOTTOM_ROOT=binary/boot/squashfs.dir
|
||||||
OVERLAY_ROOT=binary/overlay
|
SQUASH_ROOT=binary/boot/squashfs-installer.dir
|
||||||
|
OVERLAY_ROOT=binary/overlay-installer
|
||||||
|
|
||||||
|
mkdir -p "$SQUASH_ROOT"
|
||||||
mkdir -p "$OVERLAY_ROOT"
|
mkdir -p "$OVERLAY_ROOT"
|
||||||
|
|
||||||
# Create an installer squashfs layer
|
# Create an installer squashfs layer
|
||||||
mount_overlay "$SQUASH_ROOT/" "$OVERLAY_ROOT/" "$SQUASH_ROOT/"
|
mount_overlay "$BOTTOM_ROOT/" "$OVERLAY_ROOT/" "$SQUASH_ROOT/"
|
||||||
|
|
||||||
setup_mountpoint binary/boot/squashfs.dir
|
setup_mountpoint $SQUASH_ROOT
|
||||||
|
|
||||||
# Override JobRunningTimeoutSec to 0s on the .device unit that
|
# Override JobRunningTimeoutSec to 0s on the .device unit that
|
||||||
# subiquity_config.mount depends on to avoid a 5s delay on switching
|
# subiquity_config.mount depends on to avoid a 5s delay on switching
|
||||||
|
Loading…
x
Reference in New Issue
Block a user