!/bin/bash
# provide helper script to call yast firstboot without the hassles of
# overly long paths.
echo '#!/bin/bash
exec /usr/lib/YaST2/startup/YaST2.call firstboot firstboot
' > /root/bin/firstboot
chmod 755 /root/bin/firstboot

