diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 10:58:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 10:58:54 -0300 |
commit | 16c4d7c30457f798470c0b92e81849599c69f049 (patch) | |
tree | bb86ac9fbf8fb0c26bbfede72d74724899f4dd19 /tutorial.md | |
parent | b561cb246071e38ad73e40e63d3df17c7dd0da73 (diff) | |
download | bootless-16c4d7c30457f798470c0b92e81849599c69f049.tar.gz bootless-16c4d7c30457f798470c0b92e81849599c69f049.tar.bz2 |
Improve docs, adds TODO page and more references
Diffstat (limited to 'tutorial.md')
-rw-r--r-- | tutorial.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tutorial.md b/tutorial.md index a504586..d275adb 100644 --- a/tutorial.md +++ b/tutorial.md @@ -2,33 +2,31 @@ This tutorial helps you to build a Grub USB stick to boot your operating systems. -Create basic folder structure ------------------------------ +# Create basic folder structure mkdir -p bootless/boot/{grub,custom} wget https://git.fluxo.info/bootless/plain/templates/grub.cfg -O bootless/boot/grub/grub.cfg wget https://git.fluxo.info/bootless/plain/templates/custom.cfg -O bootless/boot/custom/custom.cfg -Customize ---------- +# Customize Please check and customize the downloaded configuration above. The defaults: * Have examples to help customizations. * Allows you to load into Grub and boot your OS using the grub shell. -* Provides two functions, `bootfde` and `bootimg` to simplify booting your encrypted system. +* Provides two functions, `bootfde` and `bootimg` to simplify booting your + encrypted system. -You may also place custom images into the USB stick -- with the drawback to have to keep them up-to-date: +You may also place custom images into the USB stick -- with the drawback to +have to keep them up-to-date: cp -r /boot /tmp/bootless/custom/debian -Create a bootable image ------------------------ +# Create a bootable image grub-mkrescue -o bootless.iso bootless -Record the image into the USB stick ------------------------------------ +# Record the image into the USB stick **WARNING!** This will irrevocably replace the contents of your USB stick. Pay attention to get the right device. If your USB stick is attached to your |