7 |
# Niels Rogalla <niro@magellan-linux.de> |
# Niels Rogalla <niro@magellan-linux.de> |
8 |
# |
# |
9 |
|
|
10 |
# ignore the environment |
# setup locales |
11 |
LC_ALL=C |
TEXTDOMAIN=installer |
12 |
|
LC_MESSAGES=C |
13 |
|
|
14 |
# include dir |
# include dir |
15 |
INSTALLER_LIBDIR="%LIBDIR%" |
INSTALLER_LIBDIR="%LIBDIR%" |
16 |
|
|
255 |
|
|
256 |
while [[ ${method} -le 2 ]] |
while [[ ${method} -le 2 ]] |
257 |
do |
do |
258 |
method=$(CANCEL_LABEL=$"Exit "menubox $"Configuration:" \ |
method=$(CANCEL_LABEL=$"Exit" menubox $"Configuration:" \ |
259 |
$"1:Install system" \ |
$"1:Install system" \ |
260 |
$"2:Show detected harddrives" \ |
$"2:Show detected harddrives" \ |
261 |
$"3:Exit and reboot" \ |
$"3:Exit and reboot" \ |