From 516b83ce2dc4688f87a0d6b3654c3d0e3f9b469e Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Mon, 30 May 2022 18:16:33 +0200 Subject: [PATCH] Add Generic device to supported list Signed-off-by: Dan Johansen --- README.md | 5 +++-- manjaro-arm-installer | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7143e6e..18de00a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Manjaro ARM Installer -Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images. +Scripts for installing Manjaro ARM directly to SD/eMMC cards or USB sticks without the need for images. This script is "interactive". Meaning that it asks you questions when run to customize your install. Like username, password etc. @@ -41,7 +41,7 @@ sudo bash manjaro-arm-installer ## Installing and using from gitlab: To use this script, please make sure that the following is correct: -* An SD/eMMC card with at least 8 GB storage is plugged in, but not mounted. This Script **will** remove everything on it. +* An SD/eMMC card or USB stick with at least 8 GB storage is plugged in, but not mounted. This Script **will** remove everything on it. * That your user account has `sudo` rights. * That you have rebooted or restarted the binfmt service with `sudo systemctl restart systemd-binfmt`. @@ -83,6 +83,7 @@ sudo bash ./manjaro-arm-installer * Khadas Vim 2 * Khadas Vim 1 * Beelink GT1 Ultimate +* Generic (new) ## Supported Editions / Desktops: * Minimal (no xorg, no apps) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 8f9e682..4500b88 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -541,6 +541,7 @@ DEVICE=$(dialog --clear --title "Manjaro ARM Installer v${VERSION}" \ "vim2" "Khadas Vim 2" \ "vim1" "Khadas Vim 1" \ "gt1-ultimate" "Beelink GT1 Ultimate" \ + "generic" "Generic" \ 3>&1 1>&2 2>&3 3>&-)