Magellan Linux

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

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

revision 2417 by niro, Tue Jan 7 13:42:08 2014 UTC revision 2418 by niro, Tue Jan 7 13:43:24 2014 UTC
# Line 192  dialog_setup_hdd_partitions_manual() Line 192  dialog_setup_hdd_partitions_manual()
192  {  {
193   local i   local i
194    
195   if [[ -z ${installdevs} ]]   if [[ -z ${ALL_DISKS} ]]
196   then   then
197   dialog \   dialog \
198   --backtitle "${TITLE}" \   --backtitle "${TITLE}" \
# Line 208  dialog_setup_hdd_partitions_manual() Line 208  dialog_setup_hdd_partitions_manual()
208   echo "--stdout \\" >> /tmp/hddtmp.sh   echo "--stdout \\" >> /tmp/hddtmp.sh
209   echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh   echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh
210    
211   for i in ${installdevs}   for i in ${ALL_DISKS}
212   do   do
213   echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh   echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh
214   done   done

Legend:
Removed from v.2417  
changed lines
  Added in v.2418