|
multi LVP_TYPE plain "How to store data on the LVP" plain encrypted
|
|
if [ "${LVP_TYPE}" == "encrypted" ] ; then
|
|
multi LVP_ENTROPY_SOURCE random "What device to use for creating the pseudo-filesystems" random urandom zero
|
|
multi LVP_ENCRYPTION blowfish "What encryption-algorhythm to use" blowfish twofish serpent
|
|
fi
|
|
|
|
multi LVP_SIZE dvd "What medium are you using" cd dvd other
|
|
if [ "${LVP_SIZE}" == "other" ] ; then
|
|
text LVP_SIZE_OTHER 700 "Size your medium can hold in MB"
|
|
fi
|
|
|
|
text LVP_MPLAYER_OPTS "" "Parameters to add to mplayer"
|
|
|
|
text LVP_FILES "" "Files to put on this medium"
|
|
|
|
bool LVP_USE_DEFAULTS 1 "Batch mode (assume default answer to everything)"
|
|
|
|
comment ""
|
|
comment "s - Save Configuration"
|
|
comment "l - Load Configuration"
|
|
comment "---"
|
|
comment "c - Create LVP now"
|
|
comment "i - Create ISO now"
|
|
comment "x - Clean up"
|
|
comment ""
|
|
comment "q - Quit"
|