mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
863 B

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"