add readme

This commit is contained in:
Harald Sitter
2024-09-10 15:20:35 +02:00
parent b21db2afd5
commit 84377c92f1

44
README.md Normal file
View File

@@ -0,0 +1,44 @@
## 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
## Updates
Until discover gets support the following needs running
```
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]