Update readme

This commit is contained in:
Zeckmathederg 2023-02-06 22:56:54 -07:00
parent 5692b87190
commit b9dd6b0cf6
No known key found for this signature in database
GPG key ID: D29CC3E8929378AB

View file

@ -99,14 +99,18 @@ You will find the iso in this folder:
~/Alci-Iso-Out
Burn it with etcher or other tools and use it.
Burn it with etcher or other tools (dd method is below).
Still not sure what to do.
On a GNU/Linux system, a helpful utility installed by default in the coreutils package is dd. To burn the iso to a drive using this utility, run:
Check out the playlist on Youtube
`dd bs=4M if="/path/to/iso/*.iso" of="/dev/sdx" status=progress oflag=sync`
https://www.youtube.com/playlist?list=PLlloYVGq5pS4vhYQuLikS8dhDjk6xaiXH
Replace /dev/sdx with the drive you want to burn to (you can find the drive via lsblk).
This is a dangerous command! Learn more about it using:
`man dd`
For reference on dd and other methods, check https://linuxize.com/post/how-to-create-a-bootable-linux-usb-drive/
# Installation process