mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 04:41:30 +00:00
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
- create other needed directories
This commit is contained in:
parent
6970aa7385
commit
e5923e7135
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.317) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
|
||||||
|
- create other needed directories
|
||||||
|
|
||||||
|
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 17 Jun 2015 20:24:56 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.316) wily; urgency=medium
|
livecd-rootfs (2.316) wily; urgency=medium
|
||||||
|
|
||||||
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
|
* live-build/ubuntu-desktop-next/hooks/20-extra-files.chroot:
|
||||||
|
@ -2,5 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "writable mounts directory" >&2
|
echo "create needed directories" >&2
|
||||||
|
mkdir -p /lib/modules
|
||||||
|
mkdir -p /lib/firmware
|
||||||
mkdir -p /writable
|
mkdir -p /writable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user