Magellan Linux

Diff of /trunk/installer/ncurses-gui/install.sh

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

revision 1034 by niro, Sun May 30 18:29:43 2010 UTC revision 1035 by niro, Sun May 30 18:37:54 2010 UTC
# Line 15  system_setup() Line 15  system_setup()
15   echo 100   echo 100
16  }  }
17    
 # fake_process()  
 # {  
 # sleep 1  
 # #echo 25  
 # echo -e "\nXXX\nNew Message\nXXX\n25"  
 #  
 # sleep 1  
 # #echo 50  
 # echo -e "\nXXX\nNew Message2\nXXX\n50"  
 #  
 # sleep 1  
 # #echo 75  
 # echo -e "\nXXX\nNew Message3\nXXX\n75"  
 #  
 # sleep 1  
 # echo 100  
 # }  
   
18  main_install()  main_install()
19  {  {
20   ${INSTALLER_DIR}/include/prepare_disks.sh --format | gauge "Installing" "Formating disks..." 10 70   ${INSTALLER_DIR}/include/prepare_disks.sh --format | gauge "Installing" "Formating disks..." 10 70
# Line 45  main_install() Line 27  main_install()
27    
28   ${INSTALLER_DIR}/include/prepare_disks.sh --umount   ${INSTALLER_DIR}/include/prepare_disks.sh --umount
29  }  }
   
 # main_install()  
 # {  
 # fake_process | gauge "Installing" "Formating disks..." 10 70  
 # fake_process | gauge "Installing" "Installing system..." 10 70  
 # fake_process | gauge "Installing" "Setup system settings..." 10 70  
 # fake_process | gauge "Installing" "Installing Bootloader..." 10 70  
 #  
 # include/bootstrap-wrapper.sh --ncurses | gauge "Installing" "Installing system...\n\n" 10 70  
 # }  

Legend:
Removed from v.1034  
changed lines
  Added in v.1035