From 9ef18614cc18ae07e50d01d88f2f1881160df14b Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 17 Aug 2020 20:31:41 -0600 Subject: [PATCH] Fixed README --- README.md | 10 +++++----- stage2/EXPORT_IMAGE | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c25c92..adb5271 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ TODO 2. Open a terminal and navigate to where you downloaded the image file. 3. Ensure that xz is installed on your computer. -| **OS** | **Command** | -|---------------|------------------------| -| Ubuntu/Debian | `apt install xz-utils` | -| Arch/Manjaro | `pacman -S xz` | -| Mac OS | `brew install xz` | + | **OS** | **Command** | + |---------------|------------------------| + | Ubuntu/Debian | `apt install xz-utils` | + | Arch/Manjaro | `pacman -S xz` | + | Mac OS | `brew install xz` | 4. Run `xz -d -c IMAGE_NAME.img.xz | sudo dd of=/dev/sdX`, replacing IMAGE\_NAME and /dev/sdX with the appropriate paths, and adding flags per your preferences. diff --git a/stage2/EXPORT_IMAGE b/stage2/EXPORT_IMAGE index aa8f936..79ec11a 100644 --- a/stage2/EXPORT_IMAGE +++ b/stage2/EXPORT_IMAGE @@ -1,4 +1,4 @@ -IMG_SUFFIX="-lite" +IMG_SUFFIX="" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" fi