mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-09 07:44:06 +00:00
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
echo "writable mounts directory" >&2
|
|
mkdir -p /writable
|