mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-25 03:16:13 -05:00
add readme
This commit is contained in:
44
README.md
Normal file
44
README.md
Normal 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]
|
||||
Reference in New Issue
Block a user