3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-11 11:21:11 +00:00
2016-08-03 10:17:59 +02:00

14 lines
171 B
Bash
Executable File

#!/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
)