Skip to content

Instantly share code, notes, and snippets.

@JburkeRSAC
Last active March 31, 2016 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JburkeRSAC/fe93eecec21874da24f0364fb9045d09 to your computer and use it in GitHub Desktop.
Save JburkeRSAC/fe93eecec21874da24f0364fb9045d09 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install FUCKING GENTOO Live CD Maker
# by jburke@wapacklabs.com
# https://www.youtube.com/watch?v=tAb7OID5lt8
#
# Requirements: Name USB Untitled because I'm too lazy to variable or name it
#
cd /Volumes/Untitled/ && wget http://distfiles.gentoo.org/releases/amd64/autobuilds/20160317/install-amd64-minimal-20160317.iso
hdiutil convert -format UDRW -o /Volumes/Untitled/install-amd64-minimal-20160317.iso /Volumes/Untitled/install-amd64-minimal-20160317.iso
cd /Volumes/Untitled/ && mv install-amd64-minimal-20160317.iso.dmg install-amd64-minimal-20160317.iso && cp install-amd64-minimal-20160317.iso ~/Desktop && cd ~/Desktop
diskutil unmountDisk /dev/disk2
sudo dd if=~/Desktop/install-amd64-minimal-20160317.iso of=/dev/rdisk2 bs=1m
diskutil eject /dev/disk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment