keyboard detection, unmount active

This commit is contained in:
t3chn0m4g3
2015-02-15 00:23:48 +01:00
parent b237339178
commit c0b8cd59db
5 changed files with 27 additions and 19 deletions

View File

@ -25,8 +25,8 @@ fuECHO () {
# Let's install all the packages we need
fuECHO "### Installing packages."
apt-get update -y
apt-get install genisoimage syslinux -y
#apt-get update -y
#apt-get install genisoimage syslinux -y
# Let's get Ubuntu 14.04.1 as .iso
fuECHO "### Downloading Ubuntu 14.04.1."
@ -68,6 +68,6 @@ rm -rf $myTMP $myTPOTCEDIR
# Done.
fuECHO "### Done."
fuECHO "### Install to usb stick"
fuECHO "###### Show devices: df"
fuECHO "###### Write to device: dd bs=1M if="$myTPOTCEISO" of=/dev/sdb"
fuECHO "###### Show devices: df or fdisk -l"
fuECHO "###### Write to device: dd bs=1M if="$myTPOTCEISO" of=<path to device>"
exit 0