From f34c4faf700165c1a42ecd860a5c26eae0de905c Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 17 Jun 2015 17:11:06 +0200 Subject: [PATCH] * live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot: - create /writable otherwise the mounts job fail and block the boot --- debian/changelog | 7 +++++++ live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100755 live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot diff --git a/debian/changelog b/debian/changelog index 16cbe6ed..5b4dabca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.316) UNRELEASED; urgency=medium + + * live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot: + - create /writable otherwise the mounts job fail and block the boot + + -- Sebastien Bacher Wed, 17 Jun 2015 17:10:18 +0200 + livecd-rootfs (2.315) wily; urgency=medium * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary, diff --git a/live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot b/live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot new file mode 100755 index 00000000..22c6e096 --- /dev/null +++ b/live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot @@ -0,0 +1,6 @@ +#! /bin/sh + +set -e + +echo "writable mounts directory" >&2 +mkdir -p /writable