File: 0001-init-vars.sh

package info (click to toggle)
open-infrastructure-system-tools 20190301-lts1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,696 kB
  • sloc: sh: 14,285; makefile: 441
file content (11 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

mountpoint="/run/live/medium"
alt_mountpoint="/media"
LIVE_MEDIA_PATH="live"
HOSTNAME="host"
custom_overlay_label="persistence"
persistence_list="persistence.conf"

mkdir -p "${mountpoint}"
mkdir -p /var/lib/live/boot