#!/bin/bash# --- ROCK-COPYRIGHT-NOTE-BEGIN ---# # This copyright note is auto-generated by ./scripts/Create-CopyPatch.# Please add additional copyright information _after_ the line containing# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!# # ROCK Linux: rock-src/target/lvp/x86/release_skeleton/scripts/configuration# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf# # This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version. A copy of the GNU General Public# License can be found at Documentation/COPYING.# # Many people helped and are helping developing ROCK Linux. Please# have a look at http://www.rocklinux.org/ and the Documentation/TEAM# file for details.# # --- ROCK-COPYRIGHT-NOTE-END --- multi LVP_TYPE plain "How to store data on the LVP" plain encryptedif [ "${LVP_TYPE}" == "encrypted" ] ; then multi LVP_ENTROPY_SOURCE random "What device to use for creating the pseudo-filesystems" random urandom zerofi multi LVP_SIZE dvd "What medium are you using" cd dvd otherif [ "${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_MULTI_LANGUAGE 0 "Query for different language settings for .ogm and .mkv files"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 "w - Warranty disclaimer"comment "L - License information"comment ""comment "q - Quit"
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
# ROCK Linux: rock-src/target/lvp/x86/release_skeleton/scripts/configuration
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
# --- ROCK-COPYRIGHT-NOTE-END ---
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
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"
text LVP_MPLAYER_OPTS "" "Parameters to add to mplayer"
text LVP_FILES "" "Files to put on this medium"
bool LVP_USE_MULTI_LANGUAGE 0 "Query for different language settings for .ogm and .mkv files"
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 "w - Warranty disclaimer"
comment "L - License information"
comment "q - Quit"