Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2336 by niro, Fri Jan 3 14:09:34 2014 UTC revision 2474 by niro, Wed Jan 8 08:55:40 2014 UTC
# Line 7  Line 7 
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9    
10    # setup locales
11    TEXTDOMAIN=installer
12    LC_MESSAGES=C
13    
14    # include dir
15  INSTALLER_LIBDIR="%LIBDIR%"  INSTALLER_LIBDIR="%LIBDIR%"
16    
17  # configuration  # TOTALLINES=linecount of ${CDIMAGENAME}-tarball -1 !
18  if [ -e %SYSCONFDIR%/installer.conf ]  # -> now in images.conf
19  then  CURRENTLINE=0
20   source %SYSCONFDIR%/installer.conf  
21  else  die()
22   die "/etc/installer.conf not found"  {
23  fi   echo "Error: $@"
24     exit 1
25    }
26    
27    # load common includes
28    for inc in %SYSCONFDIR%/installer.conf \
29     ${INSTALLER_LIBDIR}/functions/common.sh \
30     ${INSTALLER_LIBDIR}/functions/common-dialogs.sh \
31     ${INSTALLER_LIBDIR}/functions/hwdetection.sh \
32     ${INSTALLER_LIBDIR}/functions/bootloader.sh \
33     ${INSTALLER_LIBDIR}/functions/initrd-tools.sh \
34     ${INSTALLER_LIBDIR}/functions/installer-dialogs.sh
35    do
36     if [ -e ${inc} ]
37     then
38     source "${inc}"
39     else
40     die "'${inc}' not found"
41     fi
42    done
43    
44  #images: (get ${CDIMAGENAME})  # TOTALLINES=linecount of ${CDIMAGENAME}-tarball -1 !
45    # -> now in images.conf
46    CDIMAGENAME=""
47    TOTALLINES=""
48    CURRENTLINE=0
49  if [ -e /mnt/cdrom/system/images.conf ]  if [ -e /mnt/cdrom/system/images.conf ]
50  then  then
51   source /mnt/cdrom/system/images.conf   source /mnt/cdrom/system/images.conf
52     # check if all required variables are set
53     [[ -z ${CDIMAGENAME} ]] && die "CDIMAGENAME is empty in /mnt/cdrom/system/images.conf"
54     [[ -z ${TOTALLINES} ]] && die "TOTALLINES is empty in /mnt/cdrom/system/images.conf"
55  else  else
56   die "/mnt/cdrom/system/images.conf not found"   die "/mnt/cdrom/system/images.conf not found"
57  fi  fi
58    
 # includes  
 source ${INSTALLER_LIBDIR}/functions/hwdetection.sh  
   
59  ### System/Config Version  ### System/Config Version
60  VERSION="%VERSIONTAG%"  VERSION="%VERSIONTAG%"
61  TITLE="${DEFAULT_TITLE} - ${VERSION}"  TITLE="${DEFAULT_TITLE} - ${VERSION}"
62    
63  CDPATH="${DEFAULT_CDPATH}"  # some sane defaults
64  INSTALLPATH="${DEFAULT_INSTALLPATH}"  CDROOT="${DEFAULT_CDROOT}"
65    INSTALLROOT="${DEFAULT_INSTALLROOT}"
66  ### WICHTIG: anzahl lines in der autosta_lx.tar.gz -1  KERNELPKG="${DEFAULT_KERNELPKG}"
67  CURRENTLINE=0  KERNELOPTS="${DEFAULT_KERNELOPTS}"
 #TOTALLINES=11072 # -> now in images.conf  
   
 # standard kernel opts  
 KERNELOPTS="quiet video=1024x768"  
   
 # grub options  
68  GRUBLEGACYOPTS=""  GRUBLEGACYOPTS=""
69  GRUB2OPTS=""  GRUB2OPTS=""
   
 # fdisk options  
70  FDISKPARTIONBELOW256MB=0  FDISKPARTIONBELOW256MB=0
   
 # default specialdevices  
71  SPECIALDEVICE=""  SPECIALDEVICE=""
72  FORMFACTOR="desktop"  FORMFACTOR="${DEFAULT_FORMFACTOR}"
   
 # target filesystem  
73  FORMAT_FILESYSTEM="${DEFAULT_FILESYSTEM}"  FORMAT_FILESYSTEM="${DEFAULT_FILESYSTEM}"
74    
75  #################################################  #################################################
76  #  DIALOG BOXEN #  #  DIALOG BOXEN #
77  #################################################  #################################################
78    
79  die()  trap_exit()
80  {  {
81   echo "Error: $@"   is_mounted --location "${INSTALLROOT}/dev" && umount ${INSTALLROOT}/dev
82     is_mounted --location "${INSTALLROOT}/proc" && umount ${INSTALLROOT}/proc
83     is_mounted --location "${INSTALLROOT}/sys" && umount ${INSTALLROOT}/sys
84     is_mounted --location "${INSTALLROOT}/boot" && umount ${INSTALLROOT}/boot
85     is_mounted --location "${INSTALLROOT}" && umount ${INSTALLROOT}
86    
87     echo $"Installation aborted."
88   exit 1   exit 1
89  }  }
90    
91  dialog_die()  dialog_die()
92  {  {
93   ERROR=$1   ERROR="$1"
94   RETVAL=$?   RETVAL="$?"
95   dialog_install_failure   dialog_install_failure
96   exit 1   exit 1
97  }  }
98    
99  dialog_warning()  dialog_warning()
100  {  {
101   dialog \   local retval
102   --backtitle "${TITLE}" \  
103   --colors \   yesnobox $"\Z1 !!! Warning !!! \Zn\n\n\This harddrive will be irreversibly erased.\n\n\Do you want to continue ?"
104   --defaultno \   retval=$?
105   --yesno "\Z1 !!! Achtung !!! \Zn\n\n\   if [[ ${retval} -eq 1 ]]
  Diese Festplatte wird unwiederruflich geloescht werden.\n\n\  
  Soll ich wirklich fortfahren ?" 10 70  
  RES=$?  
  if [[ ${RES} -eq 1 ]]  
106   then   then
107   clear   clear
108   echo "Der Vorgang wurde abgebrochen."   echo $"The process was aborted."
109   exit 1   exit 1
110   fi   fi
111  }  }
112    
 dialog_setup_hdd_info()  
 {  
  local SHDD="$(echo ${HDD} | sed 's/\/dev\///')"  
   
  dialog \  
  --colors \  
  --title "[ Festplatten Partitionierung ]" \  
  --backtitle "${TITLE}" \  
  --ok-label "Weiter" \  
  --msgbox "\nBitte legen Sie 3 Partitionen an.\n\n\  
  [ \Z3${SHDD}1\Zn ] Typ: \Z3Linux\Zn mit ca. 50MB\n\  
  [ \Z3${SHDD}2\Zn ] Typ: \Z3Linux Swap\Zn mit ca. 256MB\n\  
  [ \Z3${SHDD}3\Zn ] Typ: \Z3Linux \Zn mit dem Rest (min. 256MB)\n\n\  
  Bitte ${SHDD}1 als \Z3bootable\Zn markieren." 12 81  
 }  
   
 dialog_setup_hdd_info_flash()  
 {  
  local SHDD="$(echo $HDD | sed 's/\/dev\///')"  
   
  dialog \  
  --colors \  
  --title "[ Festplatten Partitionierung ]" \  
  --backtitle "${TITLE}" \  
  --ok-label "Weiter" \  
  --msgbox "\nBitte legen Sie 1 Partition an.\n\n\  
  [ \Z3${SHDD}1\Zn ] Typ: \Z3Linux\Zn mit dem gesamten Speicher\n\  
  Bitte ${SHDD}1 als \Z3bootable\Zn markieren." 12 81  
 }  
   
 dialog_setup_hdd_info_auto()  
 {  
  local SHDD="$(echo $HDD | sed 's/\/dev\///')"  
   
  dialog \  
  --colors \  
  --title "[ Festplatten Partitionierung ]" \  
  --backtitle "${TITLE}" \  
  --ok-label "Weiter" \  
  --msgbox "\nAchtung!\n\  
  Alle Daten werden von der Disk [ \Z3${HDD}\Zn ] gelöscht!" 12 81  
 }  
   
113  dialog_setup_system_menu()  dialog_setup_system_menu()
114  {  {
115   local i   local mode
116     local retval
117    
118   i=$(dialog \   mode=$(menubox -h $"[ Harddrive partitioning ]" $"\nSelect an installation mode" \
119   --backtitle "${TITLE}" \   $"1:Automatic setup (recommended)" \
120   --title "[ Festplatten Partitionierung ]" \   ":" \
121   --cancel-label "Abbrechen" \   $":\Z1Expert modes:\Zn" \
122   --ok-label "Weiter" \   $"2:Common IDE-disk (manual setup)")
123   --stdout \   retval=$?
124   --colors \   [[ ${retval} -eq 1 ]] && return 1
125   --menu "\nWaehlen Sie die Installations-Methode" 14 70 5 \   if [[ ${retval} -eq 0 ]]
  "1" "Automatisches Setup (Empfohlen)" \  
  "" "" \  
  "" "\Z1Experten Modi:\Zn" \  
  "2" "Normale IDE-Disk (Manuell)" \  
  "3" "Flash-Speicher (Manuell)")  
  RES=$?  
  [[ ${RES} -eq 1 ]] && return 1  
  if [[ ${RES} -eq 0 ]]  
126   then   then
127   case "${i}" in   case "${mode}" in
128   "1") run_install_auto ;;   "1") run_install_auto ;;
129           "2") run_install_normal ;;   "2") run_install_normal ;;
  "3") run_install_flash ;;  
130   "") dialog_setup_system_menu;;   "") dialog_setup_system_menu;;
131   esac   esac
132   fi   fi
# Line 167  dialog_setup_system_menu() Line 134  dialog_setup_system_menu()
134    
135  dialog_hardware_detection()  dialog_hardware_detection()
136  {  {
137   local i   local message
  local hwtmp  
138    
139   if [ -x $(which mktemp &> /dev/null) ]   run_hardware_detection_disks
  then  
  hwtmp="$(mktemp)"  
  else  
  hwtmp="/tmp/hwtmp.sh"  
  fi  
140    
141   [[ ! -z ${installdevs} ]] && installdevs=""   message+=$"Harddrives:\n"
142    
143   echo "dialog \\"  > ${hwtmp}   if [[ ! -z ${ALL_DISKS} ]]
  echo "--backtitle \"${TITLE}\" \\" >> ${hwtmp}  
  echo "--ok-label \"Weiter\" \\" >> ${hwtmp}  
  echo "--stdout \\" >> ${hwtmp}  
  echo "--colors \\" >> ${hwtmp}  
  echo "--msgbox \"Gefundene Hardware:\n\n \\" >> ${hwtmp}  
  echo " Festplatten:\n \\" >> ${hwtmp}  
   
  if [[ ! -z ${scsidisks} ]]  
144   then   then
145   for i in ${scsidisks}   for i in ${ALL_DISKS}
146   do   do
147   if [[ ${i} != ${cdromdev} ]]   message+="\Z3${i}\Zn "
  then  
  echo " \\Z7SCSI: \\Z3${i}\\Zn\n \\" >> ${hwtmp}  
  installdevs="${installdevs} ${i}"  
  fi  
148   done   done
149     message+="\n"
150   fi   fi
151    
152   if [[ ! -z ${idedisks} ]]   if [[ ! -z ${ALL_CDROMS} ]]
153   then   then
154   for i in ${idedisks}   message+="\n"
155     message+=$"Optical disk drives:\n"
156     for i in ${ALL_CDROMS}
157   do   do
158   if [[ ${i} != ${cdromdev} ]]   message+="\Z3${i}\Zn"
  then  
  echo " \\Z7IDE:  \\Z3${i}\\Zn\n \\" >> ${hwtmp}  
  installdevs="${installdevs} ${i}"  
  fi  
159   done   done
160   fi   message+="\n"
   
  if [[ ! -z ${cdromdev} ]]  
  then  
  echo " \n \\" >> ${hwtmp}  
  echo " \\Z7andere Laufwerke:\n \\" >> ${hwtmp}  
  echo " CDROM: \\Z3${cdromdev}\\Zn\n \\" >> ${hwtmp}  
161   fi   fi
162    
163   # other devices   # other devices
164   run_hardware_detection   run_hardware_detection
165   case "${SPECIALDEVICE}" in   case "${SPECIALDEVICE}" in
166   zotac*) echo " \n\n\n \\Z2Zotac Device erkannt.\\Zn \\" >> ${hwtmp} ;;   zotac*) message+=$"\n\Z2Zotac device detected.\Zn" ;;
167   rangee) echo " \n\n\n \\Z2Rangee Device erkannt.\\Zn \\" >> ${hwtmp} ;;   rangee) message+=$"\n\Z2Rangee device detected.\Zn" ;;
168   maxdata) echo " \n\n\n \\Z2Maxdata Device erkannt.\\Zn \\" >> ${hwtmp} ;;   maxdata) message+=$"\n\Z2Maxdata device detected.\Zn" ;;
169   *) echo " \n\n\n \\ZnStandard Device erkannt.\\Zn \\" >> ${hwtmp} ;;   *) message+=$"\n\ZnCommon device detected.\Zn" ;;
170   esac   esac
171   if [[ ${FORMFACTOR} = laptop ]]   if [[ ${FORMFACTOR} = laptop ]]
172   then   then
173   echo " \n \\ZnFormfactor Laptop, Powersave Modus 'ondemand' wird aktiviert.\\Zn \\" >> ${hwtmp}   message+=$"\n\ZnFormfactor Laptop, activating 'ondemand' powersaving mode.\Zn"
174   fi   fi
175    
176   echo " \" 14 70" >> ${hwtmp}   messagebox -y 12 -h $"Detected hardware:" "${message}"
  chmod a+x ${hwtmp}  
  ${hwtmp}  
   
  # remove tmp file  
  if [[ -f ${hwtmp} ]]  
  then  
  rm ${hwtmp}  
  fi  
177  }  }
178    
179  dialog_setup_hdd_partitions_manuell()  dialog_setup_hdd_partitions_manual()
180  {  {
181   local i   local i
182     local retval
183    
184   if [[ -z ${installdevs} ]]   if [[ -z ${ALL_DISKS} ]]
185   then   then
186   dialog \   dialog_no_harddrive_found
  --backtitle "${TITLE}" \  
  --ok-label "Beenden" \  
  --msgbox "Kein geeignetes Laufwerk gefunden.\nDie Installation ist fehlgeschlagen." 6 70  
187   exit 1   exit 1
188   else   else
189     HDD=$(dialog_select_target_harddrive)
190   echo "dialog \\" > /tmp/hddtmp.sh   retval=$?
191   echo "--backtitle \"${TITLE}\" \\" >> /tmp/hddtmp.sh   [[ ${retval} -eq 1 ]] && return 1
192   echo "--ok-label \"Weiter\" \\" >> /tmp/hddtmp.sh   if [[ ${retval} -eq 0 ]]
  echo "--cancel-label \"Beenden\" \\" >> /tmp/hddtmp.sh  
  echo "--stdout \\" >> /tmp/hddtmp.sh  
  echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh  
   
  for i in ${installdevs}  
  do  
  echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh  
  done  
  echo -e "\n" >> /tmp/hddtmp.sh  
   
  chmod a+x /tmp/hddtmp.sh  
  HDD="$(/tmp/hddtmp.sh)"  
  RES=$?  
  [[ ${RES} -eq 1 ]] && return 1  
  if [[ ${RES} -eq 0 ]]  
193   then   then
194   dialog_setup_hdd_info   dialog_setup_hdd_info
195   setup_hdd_partitions_manuell   setup_hdd_partitions_manual
  fi  
  fi  
 }  
   
 dialog_setup_hdd_partitions_manuell_flash()  
 {  
  local i  
   
  if [[ -z ${installdevs} ]]  
  then  
  dialog \  
  --backtitle "${TITLE}" \  
  --ok-label "Beenden" \  
  --msgbox "Kein geeignetes Laufwerk gefunden.\nDie Installation ist fehlgeschlagen." 6 70  
  exit 1  
  else  
   
  echo "dialog \\" > /tmp/hddtmp.sh  
  echo "--backtitle \"${TITLE}\" \\" >> /tmp/hddtmp.sh  
  echo "--ok-label \"Weiter\" \\" >> /tmp/hddtmp.sh  
  echo "--cancel-label \"Beenden\" \\" >> /tmp/hddtmp.sh  
  echo "--stdout \\" >> /tmp/hddtmp.sh  
  echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh  
   
  for i in ${installdevs}  
  do  
  echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh  
  done  
  echo -e "\n" >> /tmp/hddtmp.sh  
   
  chmod a+x /tmp/hddtmp.sh  
  HDD="$(/tmp/hddtmp.sh)"  
  RES=$?  
  [[ ${RES} -eq 1 ]] && return 1  
  if [[ ${RES} -eq 0 ]]  
  then  
  dialog_setup_hdd_info_flash  
  setup_hdd_partitions_manuell_flash  
196   fi   fi
197   fi   fi
198  }  }
# Line 321  dialog_setup_hdd_partitions_manuell_flas Line 200  dialog_setup_hdd_partitions_manuell_flas
200  dialog_setup_hdd_partitions_auto()  dialog_setup_hdd_partitions_auto()
201  {  {
202   local i   local i
203     local retval
204    
205   if [[ -z ${installdevs} ]]   if [[ -z ${ALL_DISKS} ]]
206   then   then
207   dialog \   dialog_no_harddrive_found
  --backtitle "${TITLE}" \  
  --ok-label "Beenden" \  
  --msgbox "Kein geeignetes Laufwerk gefunden.\nDie Installation ist fehlgeschlagen." 6 70  
208   exit 1   exit 1
209   else   else
210     HDD=$(dialog_select_target_harddrive)
211   echo "dialog \\" > /tmp/hddtmp.sh   retval=$?
212   echo "--backtitle \"${TITLE}\" \\" >> /tmp/hddtmp.sh   [[ ${retval} -eq 1 ]] && return 1
213   echo "--ok-label \"Weiter\" \\" >> /tmp/hddtmp.sh   if [[ ${retval} -eq 0 ]]
  echo "--cancel-label \"Beenden\" \\" >> /tmp/hddtmp.sh  
  echo "--stdout \\" >> /tmp/hddtmp.sh  
  echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh  
   
  for i in ${installdevs}  
  do  
  echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh  
  done  
  echo -e "\n" >> /tmp/hddtmp.sh  
   
  chmod a+x /tmp/hddtmp.sh  
  HDD="$(/tmp/hddtmp.sh)"  
  RES=$?  
  [[ ${RES} -eq 1 ]] && return 1  
  if [[ ${RES} -eq 0 ]]  
214   then   then
215   dialog_setup_hdd_info_auto   dialog_setup_hdd_info_auto
216   dialog_setup_hdd_create_partitions   dialog_setup_hdd_create_partitions
# Line 357  dialog_setup_hdd_partitions_auto() Line 219  dialog_setup_hdd_partitions_auto()
219   fi   fi
220  }  }
221    
222  dialog_setup_hdd_create_partitions()  install_meter()
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --infobox "Erstelle Disk Partitionen ..." 3 70  
 }  
   
 dialog_setup_hdd_format()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --infobox "Erstelle Datei-Systeme ..." 3 70  
 }  
   
 dialog_install_settings()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --infobox "Speichere System-Einstellungen ..." 3 70  
 }  
   
 dialog_install_system_image()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --gauge "Kopiere System-Image ..." 6 80  
 }  
   
 dialog_install_meter()  
223  {  {
224   while [[ ${CURRENTLINE} != ${TOTALLINES} ]]   while [[ ${CURRENTLINE} != ${TOTALLINES} ]]
225   do   do
# Line 398  dialog_install_meter() Line 232  dialog_install_meter()
232   return 0   return 0
233  }  }
234    
   
 dialog_install_bootsector()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --infobox "Schreibe den Bootsektor ..." 3 70  
 }  
   
 dialog_install_successful()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --colors \  
  --msgbox "Die Installation war \Z2erfolgreich\Zn." 5 81  
 }  
   
 dialog_install_failure()  
 {  
  dialog \  
  --backtitle "${TITLE}" \  
  --colors \  
  --msgbox "Die Installation ist \Z1Fehlgeschlagen\Zn.\n\n\  
  Fehler bei ${ERROR}, RetVal: ${RETVAL} \  
  " 10 81  
 }  
   
235  dialog_main()  dialog_main()
236  {  {
237   METHOD=0   local method=0
238     local retval
239    
240   while [[ ${METHOD} -le 2 ]]   while [[ ${method} -le 2 ]]
241   do   do
242   METHOD=$(dialog \   method=$(CANCEL_LABEL=$"Exit" menubox $"Configuration:" \
243   --backtitle "${TITLE}" \   $"1:Install system" \
244   --no-cancel \   $"2:Show detected harddrives" \
245   --ok-label "Weiter" \   $"3:Exit and reboot" \
246   --stdout \   $"4:Exit and drop into a shell")
247   --menu "Konfiguration" 14 70 5 \   retval=$?
248   "1" "AutoSta_LX installieren" \   [[ ${retval} -eq 1 ]] && exit 1
249   "2" "Uebersicht gefundener Laufwerke" \   if [[ ${retval} -eq 0 ]]
  "3" "Beenden und neustarten" \  
  "4" "Beenden und eine Shell starten")  
  RES=$?  
  [[ ${RES} -eq 1 ]] && exit 1  
  if [[ ${RES} -eq 0 ]]  
250   then   then
251   case ${METHOD} in   case ${method} in
252           "1") dialog_setup_system_menu ;;   "1") dialog_setup_system_menu ;;
253   "2") dialog_hardware_detection ;;   "2") dialog_hardware_detection ;;
254   "3") install_do_reboot ;;   "3") install_do_reboot ;;
255   "4") /bin/bash --login -i ;;   "4") /bin/bash --login -i ;;
# Line 463  run_hardware_detection() Line 267  run_hardware_detection()
267    
268   hwinfo="$(hwinfo --bios --storage --pci --gfxcard --sys)"   hwinfo="$(hwinfo --bios --storage --pci --gfxcard --sys)"
269    
270   # check for special devices/clients:   ## check for special devices/clients:
271   # if zotac a zotac and the disk is a removeable device, then add rootdelay to kernelcmd   ## if zotac a zotac and the disk is a removeable device, then add rootdelay to kernelcmd
272   local removable=0   #local removable=0
273   if [[ ! -z $(echo "${hwinfo}" | grep -i zotac) ]]   #if [[ ! -z $(echo "${hwinfo}" | grep -i zotac) ]]
274   then   #then
275   for i in /sys/block/[hs]d*/removable   #for i in /sys/block/[hs]d*/removable
276   do   #do
277   if [[ $(< ${i}) = 1 ]]   #if [[ $(< ${i}) = 1 ]]
278   then   #then
279   removable=1   #removable=1
280   fi   #fi
281   done   #done
282     ## smartcard = udevadm info -n /dev/sda -a | grep -i 'configuration.*card'
283   # only add this for grub legacy, grub2 detect these settings on its own  
284   export GRUBLEGACYOPTS="rootdelay=8"   ## only add this for grub legacy, grub2 detect these settings on its own
285   # there are to zotac types in the wild, nvidia based gfx and intel   #export GRUBLEGACYOPTS="rootdelay=8"
286   if [[ ! -z $(echo "${hwinfo}" | grep -i nouveau) ]]   ## there are to zotac types in the wild, nvidia based gfx and intel
287   then   #if [[ ! -z $(echo "${hwinfo}" | grep -i nouveau) ]]
288   export SPECIALDEVICE="zotac_nvidia"   #then
289   else   #export SPECIALDEVICE="zotac_nvidia"
290   export SPECIALDEVICE="zotac_intel"   #else
291   fi   #export SPECIALDEVICE="zotac_intel"
292   fi   #fi
293     #fi
294    
295   # check for special devices/clients:   # check for special devices/clients:
296   # if a rangee and disk ist smaller then 256mb move partion one block further ahead   # if a rangee and disk ist smaller then 256mb move partion one block further ahead
# Line 514  run_hardware_detection() Line 319  run_hardware_detection()
319   fi   fi
320  }  }
321    
322    run_hardware_detection_disks()
323    {
324     local bootdev
325    
326     # all disks but exclude ramdisks
327     export ALL_DISKS=$(get_hwinfo disk | sed '/\/dev\/ram[0-9].*/d')
328     # remove the boot device from ALL_DISKS if it was an usbstick
329     if [[ $(grep '[[:space:]]/mnt/cdrom[[:space:]]' /proc/mounts | cut -d' ' -f3) != iso9660 ]]
330     then
331     bootdev="$(grep '[[:space:]]/mnt/cdrom[[:space:]]' /proc/mounts | cut -d' ' -f1 | sed 's:[0-9]::g')"
332     export ALL_DISKS=$(echo "${ALL_DISKS}" | grep -v "${bootdev}")
333     fi
334     export ALL_CDROMS="$(get_hwinfo cdrom)"
335    }
336    
337  hdd_size_below_256mb()  hdd_size_below_256mb()
338  {  {
339   local hdd="$1"   local hdd="$1"
# Line 536  setup_hdd_partitions_auto() Line 356  setup_hdd_partitions_auto()
356  {  {
357   ROOTHDD="${HDD}1"   ROOTHDD="${HDD}1"
358    
359     # sanity check - should not happen
360     if is_mounted --device "${ROOTHDD}"
361     then
362     echo "partition: device ${ROOTHDD} is already mounted, umount it" >&2
363     umount "${ROOTHDD}"
364     fi
365    
366   # run this only if FDISKPARTITIONBELOW256MB is not already 1   # run this only if FDISKPARTITIONBELOW256MB is not already 1
367   if [[ ${FDISKPARTIONBELOW256MB} != 1 ]]   if [[ ${FDISKPARTIONBELOW256MB} != 1 ]]
368   then   then
# Line 594  EOF Line 421  EOF
421   fi   fi
422  }  }
423    
424  setup_hdd_partitions_manuell()  setup_hdd_partitions_manual()
 {  
  BOOTHDD="${HDD}1"  
  SWAPHDD="${HDD}2"  
  ROOTHDD="${HDD}3"  
   
  ## hdds partitionieren manuell  
  cfdisk ${HDD} || dialog_die  
 }  
   
 setup_hdd_partitions_manuell_flash()  
425  {  {
426   ROOTHDD="${HDD}1"   ROOTHDD="${HDD}1"
427     SWAPHDD=""
428   ## hdds partitionieren manuell   BOOTHDD=""
429   cfdisk ${HDD} || dialog_die   cfdisk ${HDD} || dialog_die
430  }  }
431    
432  setup_hdd_format()  setup_hdd_format()
433  {  {
434   mkswap ${SWAPHDD} || dialog_die   # sanity check - should not happen
435   mke2fs -j -q ${BOOTHDD} || dialog_die   if is_mounted --device "${ROOTHDD}"
436   mke2fs -j -q ${ROOTHDD} || dialog_die   then
437  }   echo "format: device ${ROOTHDD} is already mounted, umount it" >&2
438     umount "${ROOTHDD}"
439     fi
440    
441  setup_hdd_format_flash()   mkfs."${FORMAT_FILESYSTEM}" -q "${ROOTHDD}" || dialog_die
 {  
  mke2fs -j -q ${ROOTHDD} || dialog_die  
442  }  }
443    
444  install_mount_rootfs()  install_mount_rootfs()
445  {  {
446   swapon ${SWAPHDD} || dialog_die   is_mounted --location "${INSTALLROOT}" || mount "${ROOTHDD}" "${INSTALLROOT}"
447   mount ${ROOTHDD} ${INSTALLPATH} || dialog_die   install -d ${INSTALLROOT}/boot || dialog_die
  install -d ${INSTALLPATH}/boot || dialog_die  
  mount ${BOOTHDD} ${INSTALLPATH}/boot || dialog_die  
  cd ${INSTALLPATH} || dialog_die  
 }  
   
 install_mount_rootfs_flash()  
 {  
  mount ${ROOTHDD} ${INSTALLPATH} || dialog_die  
  install -d ${INSTALLPATH}/boot || dialog_die  
  cd ${INSTALLPATH} || dialog_die  
448  }  }
449    
450  install_system_image()  install_system_image()
451  {  {
452   tar xvjpf ${CDPATH}/system/${CDIMAGENAME} -C ${INSTALLPATH}   pushd ${INSTALLROOT} > /dev/null
453     tar xvjpf ${CDROOT}/system/${CDIMAGENAME} -C ${INSTALLROOT}
454     popd > /dev/null
455  }  }
456    
457  install_bootsector_chroot()  disabled_install_bootsector_chroot()
458  {  {
459   local my_roothdd   local my_roothdd
460   local grubconf=${INSTALLPATH}/boot/grub/grub.conf   local grubconf="${INSTALLROOT}/boot/grub/grub.conf"
461   local grub2conf=/boot/grub/grub.cfg   local grub2conf="/boot/grub/grub.cfg"
462    
463   # check for grub2   # check for grub2
464   if [[ -f ${INSTALLPATH}/sbin/grub-mkconfig ]]   if [[ -f ${INSTALLROOT}/sbin/grub-mkconfig ]]
465   then   then
466   # needed by grub-mkconfig on the first run   # needed by grub-mkconfig on the first run
467   if [[ ! -f ${INSTALLPATH}/boot/grub/video.lst ]]   if [[ ! -f ${INSTALLROOT}/boot/grub/video.lst ]]
468   then   then
469   install -m0644 ${INSTALLPATH}/lib/grub/*/video.lst ${INSTALLPATH}/boot/grub/video.lst || dialog_die   install -m0644 ${INSTALLROOT}/lib/grub/*/video.lst ${INSTALLROOT}/boot/grub/video.lst || dialog_die
470   fi   fi
471    
472   # set kernelopts   # set kernelopts
473   if [[ -f ${INSTALLPATH}/etc/conf.d/grub ]]   if [[ -f ${INSTALLROOT}/etc/conf.d/grub ]]
474   then   then
475   sed -i "s:^\(export GRUB_CMDLINE_LINUX_DEFAULT=\).*:\1\"${KERNELOPTS}\":" ${INSTALLPATH}/etc/conf.d/grub || dialog_die   sed -i "s:^\(export GRUB_CMDLINE_LINUX_DEFAULT=\).*:\1\"${KERNELOPTS}\":" ${INSTALLROOT}/etc/conf.d/grub || dialog_die
476   else   else
477   echo "export GRUB_CMDLINE_LINUX_DEFAULT=\"${KERNELOPTS}\"" >  ${INSTALLPATH}/etc/conf.d/grub || dialog_die   CONFIG="${INSTALLROOT}/etc/conf.d/grub"
478   fi   clearconfig
479   echo 'grub-mkdevicemap' > ${INSTALLPATH}/root/.installrc || dialog_die   addconfig "export GRUB_CMDLINE_LINUX_DEFAULT=\"${KERNELOPTS}\""
480   echo "LC_ALL=C grub-mkconfig -o ${grub2conf}  &> /dev/null" >> ${INSTALLPATH}/root/.installrc || dialog_die   fi
481   echo "grub-install --no-floppy ${HDD} &> /dev/null" >> ${INSTALLPATH}/root/.installrc || dialog_die   CONFIG="${INSTALLROOT}/root/.installrc"
482   echo "exit 0" >> ${INSTALLPATH}/root/.installrc || dialog_die   clearconfig
483     # only grub 1.99
484     addconfig 'type -P grub-mkdevicemap && grub-mkdevicemap'
485     addconfig "grub-install --no-floppy ${HDD} &> /dev/null"
486     addconfig "LC_ALL=C grub-mkconfig -o ${grub2conf}  &> /dev/null"
487     addconfig "exit 0"
488    
489   # grub-legacy   # grub-legacy
490   else   else
491   ### grubconf schreiben   source ${INSTALLROOT}/boot/kernelversion
  source ${INSTALLPATH}/boot/kernelversion  
492    
493   #for alx only   if [ -e ${INSTALLROOT}/etc/alx_version ]
  if [ -e ${INSTALLPATH}/etc/alx_version ]  
494   then   then
495   OLD_ALXVER="${ALXVER}"   OLD_ALXVER="${ALXVER}"
496   source ${INSTALLPATH}/etc/alx_version   source ${INSTALLROOT}/etc/alx_version
497   KRNVER="ALX-${ALXVER}"   KRNVER="ALX-${ALXVER}"
498   ALXVER="${OLD_ALXVER}"   ALXVER="${OLD_ALXVER}"
499   fi   fi
# Line 691  install_bootsector_chroot() Line 503  install_bootsector_chroot()
503   [[ -z ${KRNIMG} ]] && KRNIMG="vmlinuz"   [[ -z ${KRNIMG} ]] && KRNIMG="vmlinuz"
504    
505   # uuid support   # uuid support
506   if is_uuid_supported   my_roothdd="UUID=$(get_uuid ${ROOTHDD})"
  then  
  my_roothdd="UUID=$(get_uuid ${ROOTHDD})"  
  else  
  my_roothdd="${ROOTHDD}"  
  fi  
507    
508   : > ${grubconf} || dialog_die   CONFIG="${grubconf}"
509   echo "default 0" >> ${grubconf} || dialog_die   clearconfig
510   echo "timeout 3" >> ${grubconf} || dialog_die   addconfig "default 0"
511     addconfig "timeout 3"
512   # using current root password   # using current root password
513   echo "password --md5 $(cat ${INSTALLPATH}/etc/shadow | grep root | cut -d: -f2)"  >> ${grubconf} || dialog_die   addconfig "password --md5 $(cat ${INSTALLROOT}/etc/shadow | grep root | cut -d: -f2)"
514    
515   echo  >> ${grubconf} || dialog_die   addconfig
516   echo "# normal boot" >> ${grubconf} || dialog_die   addconfig "# normal boot"
517   echo "title ${KRNVER}" >> ${grubconf} || dialog_die   addconfig "title ${KRNVER}"
518   echo "root (hd0,0)" >> ${grubconf} || dialog_die   addconfig "root (hd0,0)"
519   echo "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS}" >> ${grubconf} || dialog_die   addconfig "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS}"
520   if is_initrd_supported   if is_initrd_supported
521   then   then
522   echo "initrd /boot/${KRNINITRD}" >> ${grubconf} || dialog_die   addconfig "initrd /boot/${KRNINITRD}"
523   fi   fi
524    
525   echo >> ${grubconf} || dialog_die   addconfig
526   echo "# admin boot" >> ${grubconf} || dialog_die   addconfig "# admin boot"
527   echo "title ${KRNVER} - Re-run hardware-detection" >> ${grubconf} || dialog_die   addconfig "title ${KRNVER} - Re-run hardware-detection"
528   echo "lock"  >> ${grubconf} || dialog_die   addconfig "lock"
529   echo "root (hd0,0)" >> ${grubconf} || dialog_die   addconfig "root (hd0,0)"
530   echo "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS} hardware-auto-detection" >> ${grubconf} || dialog_die   addconfig "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS} hardware-auto-detection"
531   if is_initrd_supported   if is_initrd_supported
532   then   then
533   echo "initrd /boot/${KRNINITRD}" >> ${grubconf} || dialog_die   addconfig "initrd /boot/${KRNINITRD}"
534   fi   fi
535    
536   echo >> ${grubconf} || dialog_die   addconfig
537   echo "title ${KRNVER} - Reset *all* local settings" >> ${grubconf} || dialog_die   addconfig "title ${KRNVER} - Reset *all* local settings"
538   echo "lock"  >> ${grubconf} || dialog_die   addconfig "lock"
539   echo "root (hd0,0)" >> ${grubconf} || dialog_die   addconfig "root (hd0,0)"
540   echo "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS} alx-reset-settings" >> ${grubconf} || dialog_die   addconfig "kernel /boot/${KRNIMG} root=${my_roothdd} ${KERNELOPTS} ${GRUBLEGACYOPTS} alx-reset-settings"
541   if is_initrd_supported   if is_initrd_supported
542   then   then
543   echo "initrd /boot/${KRNINITRD}" >> ${grubconf} || dialog_die   addconfig "initrd /boot/${KRNINITRD}"
544   fi   fi
545    
546   # bootsector schreiben chrooted schreiben (lfs/magellan)   # bootsector schreiben chrooted schreiben (lfs/magellan)
547   cat > ${INSTALLPATH}/root/.installrc << CHROOTEOF   cat > ${INSTALLROOT}/root/.installrc << CHROOTEOF
548  /usr/sbin/grub --no-floppy --batch << "EOF" 1> /dev/null 2> /dev/null  /usr/sbin/grub --no-floppy --batch << "EOF" 1> /dev/null 2> /dev/null
549  root (hd0,0)  root (hd0,0)
550  setup (hd0)  setup (hd0)
# Line 746  exit 0 Line 554  exit 0
554  CHROOTEOF  CHROOTEOF
555   fi   fi
556    
557   ## enter chroot   # run installrc
558   mount -t proc proc ${INSTALLPATH}/proc   chrooted /bin/bash --rcfile /root/.installrc -i
559   mount -t sysfs sysfs ${INSTALLPATH}/sys   rm ${INSTALLROOT}/root/.installrc
  mount -o bind /dev ${INSTALLPATH}/dev  
  chroot ${INSTALLPATH} /bin/bash --rcfile /root/.installrc -i  
  umount ${INSTALLPATH}/proc  
  umount ${INSTALLPATH}/sys  
  umount ${INSTALLPATH}/dev  
  rm ${INSTALLPATH}/root/.installrc  
 }  
   
 is_initrd_supported()  
 {  
  # only generate initrds if the cmd exists  
  [[ -x ${INSTALLPATH}/sbin/mkinitrd ]] && return 0  
  return 1  
560  }  }
561    
562  install_initrd_chroot()  disabled_install_initrd_chroot()
563  {  {
564   # only generate initrds if the cmd exists   # only generate initrds if the cmd exists
565   is_initrd_supported || return 0   is_initrd_supported || return 0
# Line 791  install_initrd_chroot() Line 586  install_initrd_chroot()
586   fi   fi
587    
588   # install an appropriate uvesafb.conf   # install an appropriate uvesafb.conf
589   install -d ${INSTALLPATH}/etc/modprobe.d || dialog_die   install -d ${INSTALLROOT}/etc/modprobe.d || dialog_die
590   echo "options uvesafb mode_option=1024x768-32@60 scroll=ywrap" > ${INSTALLPATH}/etc/modprobe.d/uvesafb.conf || dialog_die   CONFIG="${INSTALLROOT}/etc/modprobe.d/uvesafb.conf"
591     clearconfig
592     addconfig "options uvesafb mode_option=1024x768-32@60 scroll=ywrap"
593    
594   # install an appropriate viafb.conf   # install an appropriate viafb.conf
595   echo "options viafb viafb_mode=1024x768 viafb_refresh=60" > ${INSTALLPATH}/etc/modprobe.d/viafb.conf || dialog_die   CONFIG="${INSTALLROOT}/etc/modprobe.d/viafb.conf"
596     clearconfig
597     addconfig "options viafb viafb_mode=1024x768 viafb_refresh=60"
598    
599   # install an appropriate i810fb.conf   # install an appropriate i810fb.conf
600   echo "options i810fb xres=1024 yres=768 bpp=16 mtrr=1 hsync1=30 hsync2=62 vsync1=30 vsync2=60"  > ${INSTALLPATH}/etc/modprobe.d/i810fb.conf || dialog_die   CONFIG="${INSTALLROOT}/etc/modprobe.d/i810fb.conf"
601     clearconfig
602     addconfig "options i810fb xres=1024 yres=768 bpp=16 mtrr=1 hsync1=30 hsync2=62 vsync1=30 vsync2=60"
603    
604   cat > ${INSTALLPATH}/root/.installrc << CHROOTEOF   cat > ${INSTALLROOT}/root/.installrc << CHROOTEOF
605  echo "MODULES=\"${FORMAT_FILESYSTEM} ${DISKMODS} ${OLDATAMODS} ${PATAMODS} ${SATAMODS} ${DRMMODS} ${FBMODS} ${OTHERMODS}\"" > /etc/conf.d/mkinitrd  echo "MODULES=\"${FORMAT_FILESYSTEM} ${DISKMODS} ${OLDATAMODS} ${PATAMODS} ${SATAMODS} ${DRMMODS} ${FBMODS} ${OTHERMODS}\"" > /etc/conf.d/mkinitrd
606  mkinitrd -f /boot/$(readlink /boot/initrd) $(readlink /boot/vmlinuz | sed "s:kernel-::g") > /dev/null  mkinitrd -f /boot/$(readlink /boot/initrd) $(readlink /boot/vmlinuz | sed "s:kernel-::g") > /dev/null
607  exit 0  exit 0
608  CHROOTEOF  CHROOTEOF
609    
610   ## enters chroot   # run installrc
611   mount -t proc proc ${INSTALLPATH}/proc   chrooted /bin/bash --rcfile /root/.installrc -i
612   mount -t sysfs sysfs ${INSTALLPATH}/sys   rm ${INSTALLROOT}/root/.installrc
  mount -o bind /dev ${INSTALLPATH}/dev  
  chroot ${INSTALLPATH} /bin/bash --rcfile /root/.installrc -i  
  umount ${INSTALLPATH}/proc  
  umount ${INSTALLPATH}/sys  
  umount ${INSTALLPATH}/dev  
  rm ${INSTALLPATH}/root/.installrc  
 }  
   
 is_uuid_supported()  
 {  
  if [[ -x $(which busybox.mkinitrd &> /dev/null) ]]  
  then  
  # only detect uuids if supported  
  if [[ ! -z $(busybox.mkinitrd | grep blkid) ]]  
  then  
  return 0  
  fi  
  fi  
   
  return 1  
 }  
   
 get_uuid()  
 {  
  local UUID  
  local SEC_TYPE  
  local TYPE  
   
  local dev="$1"  
  [[ -z ${dev} ]] && dialog_die "no dev given"  
   
  # check if given device is already an UUID  
  if [[ ${dev/UUID=/}x != ${dev}x ]]  
  then  
  eval "${dev}"  
  else  
  eval $(busybox.mkinitrd blkid ${dev} | grep "${dev}:" | sed 's/.*:\ //')  
  fi  
  echo "${UUID}"  
613  }  }
614    
615  install_system_settings()  install_system_settings()
616  {  {
617   # schreibe fstab   local CONFIG
618   if is_uuid_supported  
619   then   # write fstab
620   echo -e "UUID=$(get_uuid ${BOOTHDD})\t/boot\t${FORMAT_FILESYSTEM}\tnoatime,noauto\t1 1" > ${INSTALLPATH}/etc/fstab || dialog_die   CONFIG="${INSTALLROOT}/etc/fstab"
621   echo -e "UUID=$(get_uuid ${ROOTHDD})\t/\t${FORMAT_FILESYSTEM}\tnoatime\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die   clearconfig
622   else   addconfig -e "UUID=$(get_uuid ${ROOTHDD})\t/\t${FORMAT_FILESYSTEM}\tnoatime,noauto\t1 1"
623   echo -e "${BOOTHDD}\t/boot\t${FORMAT_FILESYSTEM}\tnoatime,noauto\t1 1" > ${INSTALLPATH}/etc/fstab || dialog_die   addconfig -e "proc\t/proc\tproc\tdefaults\t0 0"
624   echo -e "${ROOTHDD}\t/\t${FORMAT_FILESYSTEM}\tnoatime\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die   addconfig -e "shm\t/dev/shm\ttmpfs\tdefaults\t0 0"
  fi  
  # not needed busybox loads all with swapon -a, even if not mentioned in fstab  
  #echo -e "UUID='$(get_uuid ${SWAPHDD})'\tswap\tswap\tpri=1\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die  
  echo -e "proc\t/proc\tproc\tdefaults\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die  
  echo -e "shm\t/dev/shm\ttmpfs\tdefaults\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die  
625    
626   # install network config skeleton   # install network config skeleton
627   install -m0644 ${INSTALLPATH}/etc/alxconfig-ng/skel/net/net.eth0 ${INSTALLPATH}/etc/conf.d/ || dialog_die   CONFIG="${INSTALLROOT}/etc/conf.d/net.eth0"
628     clearconfig
629     addconfig 'ONBOOT="yes"'
630     addconfig 'NETWORKING="dhcp"'
631    
632   # intel framebufer quirk   # intel framebuffer quirk
633   if [[ -e /proc/fb ]]   if [ -e ${INSTALLROOT}/etc/splash/splash.conf ]
634   then   then
635   if [[ ! -z $(grep 'inteldrmfb' /proc/fb) ]]   if [ -e /proc/fb ]
636   then   then
637   fbdev=$(grep 'inteldrmfb' /proc/fb | sed 's:\([0-9]\).*:\1:')   if [[ ! -z $(grep 'inteldrmfb' /proc/fb) ]]
  if [[ ${fbdev} != 0 ]]  
638   then   then
639   sed -i "s:^\(SPLASH_DEV=\).*:\1\"/dev/fb${fbdev}\":" ${INSTALLPATH}/etc/splash/splash.conf || dialog_die   fbdev=$(grep 'inteldrmfb' /proc/fb | sed 's:\([0-9]\).*:\1:')
640     if [[ ${fbdev} != 0 ]]
641     then
642     sed -i "s:^\(SPLASH_DEV=\).*:\1\"/dev/fb${fbdev}\":" ${INSTALLROOT}/etc/splash/splash.conf || dialog_die
643     fi
644   fi   fi
645   fi   fi
646   fi   fi
647  }  }
648    
 install_system_settings_flash()  
 {  
  # schreibe fstab  
  if is_uuid_supported  
  then  
  echo -e "UUID=$(get_uuid ${ROOTHDD})\t/\t${FORMAT_FILESYSTEM}\tnoatime\t0 0" > ${INSTALLPATH}/etc/fstab || dialog_die  
  else  
  echo -e "${ROOTHDD}\t/\t${FORMAT_FILESYSTEM}\tnoatime\t0 0" > ${INSTALLPATH}/etc/fstab || dialog_die  
  fi  
  echo -e "proc\t/proc\tproc\tdefaults\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die  
  echo -e "shm\t/dev/shm\ttmpfs\tdefaults\t0 0" >> ${INSTALLPATH}/etc/fstab || dialog_die  
 }  
   
649  install_umount_rootfs()  install_umount_rootfs()
650  {  {
651   cd /   is_mounted --location ${INSTALLROOT}/boot && umount ${INSTALLROOT}/boot
652   umount ${INSTALLPATH}/boot || dialog_die   is_mounted --location ${INSTALLROOT} && umount ${INSTALLROOT}
  umount ${INSTALLPATH} || dialog_die  
  swapoff ${SWAPHDD} || dialog_die  
 }  
   
 install_umount_rootfs_flash()  
 {  
  cd /  
  umount ${INSTALLPATH} || dialog_die  
653  }  }
654    
655  install_do_reboot()  install_do_reboot()
# Line 923  run_install_normal() Line 665  run_install_normal()
665  {  {
666   dialog_hardware_detection   dialog_hardware_detection
667    
668   dialog_setup_hdd_partitions_manuell   dialog_setup_hdd_partitions_manual
669   dialog_setup_hdd_format   dialog_setup_hdd_format
670   setup_hdd_format > /dev/null   setup_hdd_format > /dev/null
671   install_mount_rootfs   install_mount_rootfs
672   (install_system_image > /tmp/install.log) 2> /tmp/install_errors.log | dialog_install_meter | dialog_install_system_image   (install_system_image > /tmp/install.log) 2> /tmp/install_errors.log | install_meter | dialog_install_system_image
673    
674   dialog_install_settings   dialog_install_settings
675   sleep 1   sleep 1
676   install_system_settings   install_system_settings
677   install_initrd_chroot   if is_initrd_supported
678     then
679     dialog_install_initrd
680     initrd_config
681     initrd_install
682     fi
683    
684   dialog_install_bootsector   dialog_install_bootsector
685   install_bootsector_chroot   bootloader_config
686     bootloader_install
687    
688   install_umount_rootfs   install_umount_rootfs
689   dialog_install_successful   dialog_install_successful
690  }  }
691    
 run_install_flash()  
 {  
  dialog_hardware_detection  
   
  dialog_setup_hdd_partitions_manuell_flash  
  dialog_setup_hdd_format  
  setup_hdd_format_flash > /dev/null  
  install_mount_rootfs_flash  
  (install_system_image > /tmp/install.log) 2> /tmp/install_errors.log | dialog_install_meter | dialog_install_system_image  
   
  dialog_install_settings  
  sleep 1  
  install_system_settings_flash  
  install_initrd_chroot  
   
  dialog_install_bootsector  
  install_bootsector_chroot  
   
  install_umount_rootfs_flash  
  dialog_install_successful  
 }  
   
692  run_install_auto()  run_install_auto()
693  {  {
694   dialog_hardware_detection   dialog_hardware_detection
695    
696   dialog_setup_hdd_partitions_auto   dialog_setup_hdd_partitions_auto
697   dialog_setup_hdd_format   dialog_setup_hdd_format
698   setup_hdd_format_flash > /dev/null   setup_hdd_format > /dev/null
699   install_mount_rootfs_flash   install_mount_rootfs
700   (install_system_image > /tmp/install.log) 2> /tmp/install_errors.log | dialog_install_meter | dialog_install_system_image   (install_system_image > /tmp/install.log) 2> /tmp/install_errors.log | install_meter | dialog_install_system_image
701    
702   dialog_install_settings   dialog_install_settings
703   sleep 1   sleep 1
704   install_system_settings_flash   install_system_settings
705   install_initrd_chroot   if is_initrd_supported
706     then
707     dialog_install_initrd
708     initrd_config
709     initrd_install
710     fi
711    
712   dialog_install_bootsector   dialog_install_bootsector
713   install_bootsector_chroot   bootloader_config
714     bootloader_install
715    
716   install_umount_rootfs_flash   install_umount_rootfs
717   dialog_install_successful   dialog_install_successful
718  }  }
719    
720    # set some proper traps
721    trap "trap_exit" SIGINT SIGQUIT
722    
723  dialog_main  dialog_main
724    
725  exit 0  exit 0

Legend:
Removed from v.2336  
changed lines
  Added in v.2474