redefine variable names for partition labels

This commit is contained in:
Tomas Kelemen (vudiq)
2018-05-30 08:31:04 +02:00
parent e0c8006ae0
commit c2792f5dbb
5 changed files with 15 additions and 15 deletions

View File

@@ -211,6 +211,6 @@
# Default supported get handlers (archive, git, file etc.)
GET_HANDLER_SUPPORT="archive"
# Partition labels
DISTRO_FAT_VOLUME_LABEL="LIBREELEC"
DISTRO_STORAGE_VOLUME_LABEL="STORAGE"
# Partition labels for USB/SD installation media
DISTRO_BOOTLABEL="LIBREELEC"
DISTRO_DISKLABEL="STORAGE"