Summary
SSHでログインできる場合は、リモートからセーフブートできる。セーフブート
sudo nvram boot-args="-x"
セーフブート + Verboseモード
sudo nvram boot-args="-x -v"
通常起動
sudo nvram boot-args=""
Reference
Apple Support - セーフモードを使って Mac の問題を切り分けるhttps://support.apple.com/ja-jp/HT201262
sudo nvram boot-args="-x"
sudo nvram boot-args="-x -v"
sudo nvram boot-args=""
bundle config --local build.nokogiri --use-system-libraries
bundle install --path vendor/bundle
bundle config --local build.nokogiri --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2
bundle install --path vendor/bundle
bundle config --local build.nokogiri --use-system-libraries --with-iconv-dir="$(brew --prefix libiconv)" --with-xml2-config="$(brew --prefix libxml2)/bin/xml2-config" --with-xslt-config="$(brew --prefix libxslt)/bin/xslt-config"
bundle install --path vendor/bundle