Skip to content

Instantly share code, notes, and snippets.

@KingPin
Forked from Sinyshnar/gist:8574684
Created July 14, 2014 00:56
Show Gist options
  • Save KingPin/1c713ee88e4bc3396458 to your computer and use it in GitHub Desktop.
Save KingPin/1c713ee88e4bc3396458 to your computer and use it in GitHub Desktop.
copy proxmox iso on usb stick
#fdisk -l
#mount /dev/sdb1 /mnt
#mount -o loop -t iso9660 /mnt/proxmox_1-7.iso /mnt
#cd /mnt
#chroot /mnt sbin/unconfigured.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment