Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#!/bin/sh
# This file:
#   (find-angg         "live-build/install0")
#   http://angg.twu.net/live-build/install0.html
#   /tmp/pen3/install0
#
# THIS IS NOT YET A SHELL SCRIPT!
#
# At this moment this is a series of commands that the user executes
# BY HAND to mount the third partition (or the second pen drive).

# I'm using this with the "emacs-fvwm-xfce4-lxdm-chrome.hybrid.iso"
# image produced by:
#   (find-es "live" "live-build-chrome")
# and saved to the pen drive with:
#   (find-es "live" "live-build-chrome" "sudo time")
#
# The easiest way to inspect it is with:
#   (find-es "live" "live-build-read-short")

# (find-es "live" "live-build-partition-3")
mkdir /tmp/pen3

# (find-sh0 "sudo ls -l /dev/disk/by-id/*usb*")
ls -l /dev/disk/by-id/

# sudo mount /dev/sdb3 /tmp/pen3/
sudo   mount /dev/sdc1 /tmp/pen3/



# Instrucoes (2018jun06)
# Inserir so' o pen drive de boot (vermelho)
# Dar boot com ele (e nele)
# Esperar o desktop do xfce4 aparecer
# Inserir o segundo pen drive (cinza) em outra entrada USB
# Abrir um terminal
# Rodar os seguintes comandos nesse terminal:
#   mkdir /tmp/pen3/
#   sudo mount /dev/sdc1 /tmp/pen3/
#   cd /tmp/pen3/
#   ./install1
# O prompt no terminal vai passar a ser o do zsh. Rodar:
#   ~/eev