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.

24 lines
786 B

  1. multi LVP_TYPE plain "How to store data on the LVP" plain encrypted
  2. if [ "${LVP_TYPE}" == "encrypted" ] ; then
  3. multi LVP_ENTROPY_SOURCE random "What device to use for creating the pseudo-filesystems" random urandom zero
  4. multi LVP_ENCRYPTION blowfish "What encryption-algorythm to use" blowfish twofish serpent
  5. fi
  6. multi LVP_SIZE dvd "What medium you are using" cd dvd other
  7. if [ "${LVP_SIZE}" == "other" ] ; then
  8. text LVP_SIZE_OTHER 700 "Size your medium can hold in MB"
  9. fi
  10. text LVP_MPLAYER_OPTS "" "Parameters to add to mplayer"
  11. text LVP_FILES "" "Files to put on this medium"
  12. comment ""
  13. comment "s - Save Configuration"
  14. comment "l - Load Configuration"
  15. comment "---"
  16. comment "c - Create LVP now"
  17. comment "i - Create ISO now"
  18. comment "x - Clean up"
  19. comment ""
  20. comment "q - Quit"