You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
livecd-rootfs/live-build/ubuntu-core/hooks/700-classic-dir.binary

14 lines
171 B

#!/bin/sh
#
# create hostfs entry
set -ex
echo "I: Adding var/lib/snapd/hostfs"
PREFIX=binary/boot/filesystem.dir
(cd $PREFIX
install -m755 -d var/lib/snapd/hostfs
)