よし
function pi-firstrun(){
CMDLINE=/Volumes/boot/cmdline.txt
TEST=`grep firstrun $CMDLINE`
if [ "$TEST" = "" ] ; then
echo -n " systemd.run=/boot/firstrun.sh systemd.run_success_action=reboot systemd.unit=kernel-command-line.target" >> $CMDLINE
cp $HOME/Scripts/script-for-pi-firstrun/firstrun.sh /Volumes/boot/firstrun.sh
fi
}