mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 19:01:31 +00:00
Import patches-unapplied version 2.316 to ubuntu/wily-proposed
Imported using git-ubuntu import. Changelog parent: 426cc7e1e54f841b4c4c59d3d2573eea982749e2 New changelog entries: * 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:
parent
426cc7e1e5
commit
2342202959
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.316) wily; 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
|
livecd-rootfs (2.315) wily; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary,
|
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary,
|
||||||
|
6
live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot
Executable file
6
live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "writable mounts directory" >&2
|
||||||
|
mkdir -p /writable
|
Loading…
x
Reference in New Issue
Block a user