Skip to content

Instantly share code, notes, and snippets.

@RGreeneRI
RGreeneRI / install-LIVI.sh
Created February 26, 2026 06:56
Create an embedded LIVI instance on a tablet from a clean base Debian install.
#!/bin/bash
set -e
# Run this after installing a minimal debian 13 with only standard system utilities and SSH server.
# Be sure to create user "carplay" during install.
# Define variables
CARPLAY_USER="carplay"
USER_HOME=$(getent passwd "$CARPLAY_USER" | cut -d: -f6)
PROFILE_FILE="$USER_HOME/.profile"
@RGreeneRI
RGreeneRI / makeOSXiso.sh
Last active September 11, 2016 17:26 — forked from wrossmck/makeOSXiso.sh
Convert Downloaded El Capitan.app to bootable iso
#!/bin/bash
#taken from http://www.insanelymac.com/forum/topic/308533-how-to-create-a-bootable-el-capitan-iso-fo-vmware/
# Mount the installer image
hdiutil attach /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
# Create the ElCapitan Blank ISO Image of 7316mb with a Single Partition - Apple Partition Map
hdiutil create -o /tmp/ElCapitan.cdr -size 7316m -layout SPUD -fs HFS+J