* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:

- create /writable otherwise the mounts job fail and block the boot
This commit is contained in:
Sebastien Bacher 2015-06-17 17:11:06 +02:00
parent 06077f4762
commit f34c4faf70
2 changed files with 13 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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 <seb128@ubuntu.com> 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,

View File

@ -0,0 +1,6 @@
#! /bin/sh
set -e
echo "writable mounts directory" >&2
mkdir -p /writable