From e42e5677ede2cb59f4d2ab59567331202bb8a939 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Fri, 11 Oct 2024 18:21:43 +0200 Subject: [PATCH] move most of the readme to the wiki easier to edit that way --- README.md | 69 +++++++------------------------------------------------ 1 file changed, 8 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index fc0fa7c..8f5d7b6 100644 --- a/README.md +++ b/README.md @@ -1,65 +1,12 @@ -## Installation + -- Download latest .raw http://kdeos.haraldsitter.eu/index.html -- Attach USB drive -- `lsblk` to find the right `/dev/node`. e.g. `/dev/sda` -- `sudo dd if=kdeos.raw of=/dev/sda bs=4M` -- `sudo sync` -- reboot into USB stick -- no password on sddm -- run calamares via kickoff/krunner +This is Project 🍌. Please consult the wiki for further information -## Updates +https://community.kde.org/🍌 -Until discover gets support the following needs running +For installation details see the Installation section -``` -git clone https://invent.kde.org/sitter/kde-linux -cd kde-linux -sudo ./update.sh update -``` - -## VM - -### virt-manager - -- File -> New VM -- Import existing disk image -- [Forward] -- Select from disk -- Set arch as OS -- [Forward] -- Set resources -- [Forward] -- [x] Customize configuration -- [Finish] -- Config window opens -- Make sure at the bottom it says Firmware: UEFI -- [Add Hardware] -- Add a storage of some reasonable size -- [Finish] -- In the boot options item: -- check VirtIO Disk 2 and move it above 1 -- [Apply] -- [Begin installation] - -# Local Development - -In order to speed up local builds, you can create a `mkosi.local.conf` file in the root of the repository with the following content: - -```ini -[Content] -Environment=LOCALE_GEN="en_US.UTF-8 UTF-8" # replace with your locale` -Environment=MIRRORS_COUNTRY=us # replace with your country code` -Environment=PARALLEL_DOWNLOADS=50 # if your internet connection is fast - -# Only uncomment this after you have done a complete build once -#Environment=KDE_BUILDER_ARGS="--no-src --install-only" -``` - - -Then (assuming you have docker with the BTRFS storage driver) you can run: - -```bash -./build_docker.sh --incremental -``` +https://community.kde.org/🍌#Installation