mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 2.304 to ubuntu/wily-proposed
Imported using git-ubuntu import. Changelog parent: eb5162d504114dc3d5b0461bada2f3d9d580b997 New changelog entries: * -touch/-core create /etc/mtab link, /lib/modules dir and the respective writable mountpoints (/userdata for touch, /writable for core) so we do not need to re-pack the rootfs on the system-image server to add them.
This commit is contained in:
parent
eb5162d504
commit
4e6a76065b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.304) wily; urgency=medium
|
||||
|
||||
* -touch/-core create /etc/mtab link, /lib/modules dir and the respective
|
||||
writable mountpoints (/userdata for touch, /writable for core) so we do
|
||||
not need to re-pack the rootfs on the system-image server to add them.
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 May 2015 12:17:32 +0200
|
||||
|
||||
livecd-rootfs (2.303) wily; urgency=medium
|
||||
|
||||
* drop grouper from touchsubarches variable. the android package does not
|
||||
|
8
live-build/ubuntu-core/hooks/20-extra-files.chroot
Executable file
8
live-build/ubuntu-core/hooks/20-extra-files.chroot
Executable file
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "creating mtab and modules dir" >&2
|
||||
ln -sf /proc/mounts /etc/mtab
|
||||
mkdir -p /lib/modules
|
||||
mkdir -p /writable
|
8
live-build/ubuntu-touch/hooks/20-extra-files.chroot
Executable file
8
live-build/ubuntu-touch/hooks/20-extra-files.chroot
Executable file
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "creating mtab and modules dir" >&2
|
||||
ln -sf /proc/mounts /etc/mtab
|
||||
mkdir -p /lib/modules
|
||||
mkdir -p /userdata
|
Loading…
x
Reference in New Issue
Block a user