Skip to content

Instantly share code, notes, and snippets.

@aluxian
Last active May 27, 2018 19:45
Show Gist options
  • Save aluxian/49990f5a082263c4b678 to your computer and use it in GitHub Desktop.
Save aluxian/49990f5a082263c4b678 to your computer and use it in GitHub Desktop.
Install image on Hetzner's Rescue System
#!/bin/bash
installimage -a -n r.tweeather.aluxian.com -b grub -r yes -l 0 \
-i /root/.oldroot/nfs/install/../images/Ubuntu-1510-wily-64-minimal.tar.gz \
-p swap:swap:8G,/boot:ext3:1G,/:ext4:all -d sda,sdb \
-K /root/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment