#!/bin/sh - # Copyright 2001 2002 Edson Brandi # All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY EDSON BRANDI ``AS IS'' AND ANY # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT EDSON BRANDI BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE # USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH # DAMAGE. v_mount_1="Especify the path where you want the .flp files:" v_menu_1="Choose the file to be created:" v_menu_e="Create the etc.flp file" v_menu_h="Create the home.flp file" v_menu_l="Create the local.flp file" v_menu_r="Create the root.flp file" v_menu_s="Create the swap.flp file" v_menu_t="Create the tmp.flp file" v_menu_v="Create the var.flp file" v_menu_x="Create the x11r6.flp file" v_menu_q="Quit" v_etc_1="Especify the size for etc.flp file (Mb):" v_etc_2="File etc.flp done. " v_home_1="Especify the size for home.flp file (Mb):" v_home_2="File home.flp done. " v_local_1="Especify the size for local.flp file (Mb):" v_local_2="File local.flp done. " v_root_1="Especify the size for root.flp file (Mb):" v_root_2="File root.flp done. " v_swap_1="Especify the size for swap.flp file (Mb):" v_swap_2="File swap.flp done. " v_tmp_1="Especify the size for tmp.flp file (Mb):" v_tmp_2="File tmp.flp done. " v_var_1="Especify the size for var.flp file (Mb):" v_var_2="File var.flp done. " v_x11r6_1="Especify the size for x11r6.flp file (Mb):" v_x11r6_2="File x11r6.flp done. "