diff options
author | Soumen Ganguly | 2015-04-13 11:52:17 +0530 |
---|---|---|
committer | Soumen Ganguly | 2015-04-13 11:52:17 +0530 |
commit | e28a1f53c4b6d7f161071204dedb626f3097850f (patch) | |
tree | 8e7ca80762249350cfea9a6075845df0c06a24b8 | |
parent | 9527cb88d2beb0fc06561bc316b53014126696ec (diff) | |
parent | 2b57683ed583935894c2fed3347fe939f9c2a720 (diff) | |
download | FOSSEE-netbook-tools-e28a1f53c4b6d7f161071204dedb626f3097850f.tar.gz FOSSEE-netbook-tools-e28a1f53c4b6d7f161071204dedb626f3097850f.tar.bz2 FOSSEE-netbook-tools-e28a1f53c4b6d7f161071204dedb626f3097850f.zip |
Merge pull request #3 from soumenganguly/master
Merge
-rw-r--r-- | reinstall-recovery/recovery.sh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/reinstall-recovery/recovery.sh b/reinstall-recovery/recovery.sh index 2131c95..618d753 100644 --- a/reinstall-recovery/recovery.sh +++ b/reinstall-recovery/recovery.sh @@ -11,7 +11,7 @@ ramdisk_image=/sd_card/initrd.img #This is the recovery script used to re-install or recover the FOSSEE-OS. -#This is initial function which is called, also this is the first screen that comes up in this process. +#This is the initial function which is called, also this is the first screen that comes up in this process. #Seq-1 image() { @@ -85,9 +85,10 @@ installation() echo -e "\t\tThe installation is underway, do not exit..." # exit 0 mkdir $ubuntu_dir - - mkdir /sd_card - mount /dev/mmcblk0p1 /sd_card + + # This part is taken care of in lib/debian-installer/menu file. + # mkdir /sd_card + # mount /dev/mmcblk0p1 /sd_card if [ $(echo $?) -eq 0 ]; then flash_erase $rootfs_part 0 0 > /dev/null @@ -136,8 +137,8 @@ echo "" echo "" echo -e "\t\tTrying to access previous installation" printf "\t\tMounting SD card" -mkdir /sd_card -mount /dev/mmcblk0p1 /sd_card +#mkdir /sd_card +#mount /dev/mmcblk0p1 /sd_card for i in `seq 1 2` do printf "." |