BOOT and MAIN in lowercase (#70)

This commit is contained in:
tiopex
2023-12-27 22:54:36 +01:00
committed by GitHub
parent b01780f318
commit 756a1d8592

View File

@@ -12,8 +12,8 @@ loop_on_disconnect 1
#Syntax : storage "PATH" "NAME" #Syntax : storage "PATH" "NAME"
storage "/" "rootfs" "ro" storage "/" "rootfs" "ro"
storage "/mnt" "MAIN" "rw" storage "/mnt" "main" "rw"
storage "/boot" "BOOT" "ro" storage "/boot" "boot" "ro"
# #
# Uncomment the following line if you want to # Uncomment the following line if you want to