# !!! THE LOGICAL DRIVE LETTER SHOULD BE WRITED IN UPPER CASE !!!
# !!! Exemple: C: or D: or E: ...but without \ at the end !!!
# !!! OTHER ARGS SHOULD RESPECT $sections variable ABOVE !!!
set device(0) "x: x -x"
set device(1) "x: -x"
set device(TOTAL) 2
set device(COLUMN) 1
You've stuffed up that section somehow.
If you only have 1 drive delete the device(1) entry altogether.
|