CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file
CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file
| DATASET=/zroot/apps | |
| # Create the jail | |
| iocage create -n "homebridge" -r 13.1-RELEASE dhcp=1 bpf=1 vnet=1 allow_raw_sockets="1" boot="on" | |
| # switch to Latest | |
| iocage exec homebridge "mkdir -p /usr/local/etc/pkg/repos" | |
| iocage exec homebridge "echo -e 'FreeBSD: { url: \"pkg+http://pkg.FreeBSD.org/\${ABI}/latest\" }' > /usr/local/etc/pkg/repos/FreeBSD.conf" | |
| # Install Homebridge and dependencies |
| ------------------------------------------------ | |
| -- Settings Start: Change these as needed | |
| global gDest | |
| set gDest to "/Volumes/MacPhotos/Pictures/ExportAlbums/" as POSIX file as text -- the destination folder (use a valid path) | |
| global gLogFile | |
| set gLogFile to gDest & "ExportAlbumToFolders.log" | |
| global gKeywordOnSuccess | |
| set gKeywordOnSuccess to "exported" |
| #!/bin/bash | |
| # gaia-ftw-user-data.sh | |
| # all set to admin123 | |
| SIC_KEY='admin123' | |
| ADMIN_HASH='$6$0rVzHRkDOMwsB9cP$dm60oGLtEfgNGZK.WiiECa4FP3MPBbhob.oG.a33LyoEZvlbfL.5AFRzKmzRB4OQq0rgDF4JymvibXz3hNB2z/' | |
| ADMIN_PW='admin123' | |
| FTW_LOG=/var/log/ftw.log |
| #cloud-config | |
| # Upgrade the instance on first boot | |
| # (ie run apt-get upgrade) | |
| # | |
| # Default: false | |
| # Aliases: apt_upgrade | |
| package_upgrade: true | |
| # Install additional packages on first boot |