Files
linuxkit/boot2docker/rootfs/rootfs/bootsync.sh
2015-11-27 11:46:27 +00:00

11 lines
288 B
Bash
Executable File

#!/bin/sh
. /etc/init.d/tc-functions
echo "${YELLOW}Running boot2docker init script...${NORMAL}"
# This log is started before the persistence partition is mounted
/opt/bootscript.sh 2>&1 | tee -a /var/log/boot2docker.log &
echo "${YELLOW}Finished boot2docker init script...${NORMAL}"