Commit 623e4defcff7b019d2dde459d8cc4041195c6094

Authored by larche
1 parent 13bde85717
Exists in master and in 2 other branches fhd, fhd-demo

= fusing 스크립트 수정

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
scripts/mk-fusingsd.sh
... ... @@ -45,8 +45,8 @@ function run_format()
45 45 echo ""
46 46 echo -e "${C_LRED}### Format SDCARD - run_format() ###${C_NC}"
47 47 echo ""
48   - mkfs.ext4 ${DEV_PATH}p1 -L BOOT0
49   - mkfs.ext4 ${DEV_PATH}p2 -L DATA
  48 + echo "y" | mkfs.ext4 ${DEV_PATH}p1 -L BOOT0
  49 + echo "y" | mkfs.ext4 ${DEV_PATH}p2 -L DATA
50 50 }
51 51  
52 52 function run_mount()
... ...