mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 00:41:40 +00:00
also add /lib/firmware to the dirs we pre-create on touch and core
This commit is contained in:
parent
a9df4ca4d6
commit
6a4ad0b3bc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.305) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* also add /lib/firmware to the dirs we pre-create on touch and core.
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 May 2015 13:18:43 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.304) wily; urgency=medium
|
livecd-rootfs (2.304) wily; urgency=medium
|
||||||
|
|
||||||
* -touch/-core create /etc/mtab link, /lib/modules dir and the respective
|
* -touch/-core create /etc/mtab link, /lib/modules dir and the respective
|
||||||
|
@ -5,4 +5,5 @@ set -e
|
|||||||
echo "creating mtab and modules dir" >&2
|
echo "creating mtab and modules dir" >&2
|
||||||
ln -sf /proc/mounts /etc/mtab
|
ln -sf /proc/mounts /etc/mtab
|
||||||
mkdir -p /lib/modules
|
mkdir -p /lib/modules
|
||||||
|
mkdir -p /lib/firmware
|
||||||
mkdir -p /writable
|
mkdir -p /writable
|
||||||
|
@ -5,4 +5,5 @@ set -e
|
|||||||
echo "creating mtab and modules dir" >&2
|
echo "creating mtab and modules dir" >&2
|
||||||
ln -sf /proc/mounts /etc/mtab
|
ln -sf /proc/mounts /etc/mtab
|
||||||
mkdir -p /lib/modules
|
mkdir -p /lib/modules
|
||||||
|
mkdir -p /lib/firmware
|
||||||
mkdir -p /userdata
|
mkdir -p /userdata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user