mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
UsbInstallation changed
This commit is contained in:
parent
c1c47ab65a
commit
4aa382ff3e
15
UsbInstallation.md
Normal file
15
UsbInstallation.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: wiki
|
||||
title: UsbInstallation
|
||||
permalink: /wiki/UsbInstallation/
|
||||
---
|
||||
|
||||
How to create a bootable USB stick from Qubes ISO
|
||||
=================================================
|
||||
|
||||
- download the qubes-usb-installer archive and its signature from here FIXME; it is a bash script, so you need to run it on an existing Linux system
|
||||
- verify the archive signature the same way you have verified iso integrity
|
||||
- ` tar -zxvf qubes-usb-installer-1.2.tgz `
|
||||
- ` ./qubes-usb-installer-1.2/qubes-usb-installer path_to_qubes_iso /dev/sdX `, where /dev/sdX is your USB stick
|
||||
|
||||
Note that all contents of the /dev/sdX device will be destroyed - be careful to pass the correct device name there (e.g. not your harddrive).
|
Loading…
Reference in New Issue
Block a user