forked from images/live-iso-gnome
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export LIVE_BOOT_PATH="$(pwd)/LIVE_BOOT"
|
|
export ROOTFS_PATH="$LIVE_BOOT_DIR/rootfs"
|
|
export LIVE_HOSTNAME="pikaos"
|