#%% begin initialize shadow-git_20130908-x86_64-P1
if [ -z "`grep "^root:" /etc/shadow | cut -d: -f2`" ] ; then
  echo "root(ƥ)ΥѥɤꤷƤ"
  until passwd root ; do
    echo "root(ƥ)ΥѥɤꤷƤ"
  done
  echo "rootΥѥɤ꤬λޤ"
fi
#%% end
