-
Notifications
You must be signed in to change notification settings - Fork 1.3k
log boot script output to file. #463
log boot script output to file. #463
Conversation
@steeve @tianon @crosbymichael please consider :) |
ln -s /var/lib/boot2docker/docker.log $ROOTFS/var/log/ | ||
ln -s /usr/local/etc/init.d/docker $ROOTFS/etc/init.d/ | ||
#chmod +x /usr/local/etc/init.d/docker | ||
chmod +x $ROOTFS/usr/local/etc/init.d/docker |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@tianon I've done a little here and there, can you poke holes a little more, or merge and we'll clean up more later. |
change bootsync.sh to bootscript.sh and create new bootsync.sh invoke the bootscript.sh ,logging info to /boot.log ,so we can see what's wrong...
where are these questions? 2014-08-04 12:35 GMT+08:00 Sven Dowideit notifications@github.com:
|
@qxo - they're the 'tianon commented on an outdated diff' ones above :) I've spent some time on it, but I'm still not 100% sure what you intended with some. |
which one? Maybe some lines was no meanings. My work was tried to fixed the automount issues base on 2014-08-11 8:51 GMT+08:00 Sven Dowideit notifications@github.com:
|
#qxo oh, no wonder its complicated then - the PR is for logging the bootup to file, and there have been some automount issues fixed in other PR's. Lets hope that we've covered all the issues, or new PR's should be raised. |
merging - @tianon if you have concerns, please fix them in a new PR. |
log boot script output to file.
about auto mount issue ,sleep 2 second on usb boot maybe too small. make a loop check will solve the problem: #on /etc/rc.d/automount loop check for some reason disk need some delayfor p1 in $(seq 1 40) 2014-08-12 9:00 GMT+08:00 Sven Dowideit notifications@github.com:
|
log boot script output to file.
change bootsync.sh to bootscript.sh and output console to /boot.log #366
I'm going to work to finish #366 here.