From 1d67d3383db07d4a070a8967aade856fcdc4246f Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Sun, 10 Apr 2022 05:31:59 -0400 Subject: [PATCH] feat: adjust setup for bootable USB drive --- doc/bootable-usb-drive.md | 4 +++- doc/debian-install.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/bootable-usb-drive.md b/doc/bootable-usb-drive.md index 9950388..51fa567 100644 --- a/doc/bootable-usb-drive.md +++ b/doc/bootable-usb-drive.md @@ -1,7 +1,9 @@ -# Prepare USB Drive For Installation +# Create Bootable USB Drive * download debian +* mount USB drive + * identify USB drive using ``` df -h diff --git a/doc/debian-install.md b/doc/debian-install.md index 8005d27..e5f9f1e 100644 --- a/doc/debian-install.md +++ b/doc/debian-install.md @@ -1,5 +1,7 @@ # Install Debian +* create bootable USB drive like [this](bootable-usb-drive.md) + * invoke boot menu selecting enter and F1 subsequently while laptop is booting * follow Debian installation instruction @@ -10,4 +12,4 @@ * username for your account, * user key, -* 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)