mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 00:41:14 +00:00
add var/lib/snapd/classic in ubuntu-core
This commit is contained in:
parent
323e241c02
commit
45dd439f68
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.415) UNRELEASED; urgency=medium
|
||||
|
||||
* add var/lib/snapd/classic in ubuntu-core
|
||||
|
||||
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Jun 2016 19:10:13 +0200
|
||||
|
||||
livecd-rootfs (2.414) yakkety; urgency=medium
|
||||
|
||||
* Update post-debootstrap hashes for ubuntu-touch.
|
||||
|
13
live-build/ubuntu-core/hooks/700-classic-dir
Normal file
13
live-build/ubuntu-core/hooks/700-classic-dir
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# removing debian packaging artifacts
|
||||
|
||||
set -ex
|
||||
|
||||
echo "I: Adding var/lib/snapd/classic"
|
||||
|
||||
PREFIX=binary/boot/filesystem.dir
|
||||
|
||||
(cd $PREFIX
|
||||
install -m755 -d var/lib/snapd/classic
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user