sync after install in case of trouble while shutdowning

This commit is contained in:
Ben Gras 2005-05-24 12:03:42 +00:00
parent ccd17ecfed
commit 4e155167c8

View file

@ -171,4 +171,5 @@ cdfdboot)
# copy image
dd if=$dev of=cdfdimage bs=8192 count=180
esac
sync
exit 0