feat: adjust setup for bootable USB drive

This commit is contained in:
dancingCycle 2022-04-10 05:31:59 -04:00
parent e80762516a
commit 1d67d3383d
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# Prepare USB Drive For Installation # Create Bootable USB Drive
* download debian * download debian
* mount USB drive
* identify USB drive using * identify USB drive using
``` ```
df -h df -h

View File

@ -1,5 +1,7 @@
# Install Debian # Install Debian
* create bootable USB drive like [this](bootable-usb-drive.md)
* invoke boot menu selecting enter and F1 subsequently while laptop is booting * invoke boot menu selecting enter and F1 subsequently while laptop is booting
* follow Debian installation instruction * follow Debian installation instruction
@ -10,4 +12,4 @@
* username for your account,<tbd> * username for your account,<tbd>
* user key,<tbd> * user key,<tbd>
* format USB drive after successful installation again using [preparation instruction](prepare-usb-drive.md) * format USB drive after successful installation like [this](bootable-usb-drive.md)