sudo gparted
mount /dev/sd<id> /tmp/chroot
sudo debootstrap <release> /tmp/chroot
sudo mount --bind /dev /tmp/chroot/dev
sudo mount -t proc proc /tmp/chroot/proc
sudo mount -t sysfs sys /tmp/chroot/sys
sudo chroot /tmp/chroot
apt-get update
apt-get install emacs
blkid
/etc/fstab
like so:
```
UUID=75863510-edc6-4c60-89b0-875f8f53e0d6 / ext4 defaults 0 1
UUID=9aa832a2-0be0-45af-a6e6-6e353d09bd9f none swap sw 0 0proc /proc proc defaults 0 0 sys /sys sysfs defaults 0 0
UUID=287f13a5-9497-4b48-b738-4c8eb94e7b86 /home ext4 rw,nosuid,nodev 0 2 ```
adduser <username>
sudo
group `adduser apt-get install linux-image-generic
configure locales: dpkg-reconfigure locales
/etc/apt/sources.list
to include universe multiverse
on top of main
apt-get install xubuntu-core