Skip to content

Commit

Permalink
[sonic_debian_extension.j2] Create /var/cache/sonic/ directory (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and lguohan committed Jul 6, 2018
1 parent 26afa34 commit a8af2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/build_templates/sonic_debian_extension.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ sudo cp $IMAGE_CONFIGS/environment/motd $FILESYSTEM_ROOT/etc/

# Create all needed directories
sudo mkdir -p $FILESYSTEM_ROOT/etc/sonic/
sudo mkdir -p $FILESYSTEM_ROOT/var/cache/sonic/
sudo mkdir -p $FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES/

# Install dependencies for SONiC config engine
Expand Down

0 comments on commit a8af2e5

Please sign in to comment.