Skip to content

Commit

Permalink
+ Fix dual boot script not creating /home/chronos/local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
limx committed Oct 13, 2019
1 parent b903c21 commit a2620e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab/dualboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if [ "$flag_image" = false ] && [ ! -e "/usr/sbin/chromeos-install" ]; then echo
if [ ! -d /home/chronos ]; then mkdir /home/chronos; fi
if [ ! -d /home/chronos/dualboot ]; then mkdir /home/chronos/dualboot; fi
if [ ! -d /home/chronos/RAW ]; then mkdir /home/chronos/RAW; fi
if [ ! -d /home/chronos/local ]; then mkdir /home/chronos/local; fi

function cleanup_chromefy {
sync
Expand Down

0 comments on commit a2620e7

Please sign in to comment.