Magellan Linux

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

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

revision 2418 by niro, Tue Jan 7 13:43:24 2014 UTC revision 2419 by niro, Tue Jan 7 13:44:59 2014 UTC
# Line 230  dialog_setup_hdd_partitions_auto() Line 230  dialog_setup_hdd_partitions_auto()
230  {  {
231   local i   local i
232    
233   if [[ -z ${installdevs} ]]   if [[ -z ${ALL_DISKS} ]]
234   then   then
235   dialog \   dialog \
236   --backtitle "${TITLE}" \   --backtitle "${TITLE}" \
# Line 246  dialog_setup_hdd_partitions_auto() Line 246  dialog_setup_hdd_partitions_auto()
246   echo "--stdout \\" >> /tmp/hddtmp.sh   echo "--stdout \\" >> /tmp/hddtmp.sh
247   echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh   echo "--menu \"Installations Laufwerk auswaehlen:\" 10 70 3 \\" >> /tmp/hddtmp.sh
248    
249   for i in ${installdevs}   for i in ${ALL_DISKS}
250   do   do
251   echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh   echo "\"${i}\" \"\" \\" >> /tmp/hddtmp.sh
252   done   done

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