mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FIX: expand documentation
This commit is contained in:
36
README.md
36
README.md
@@ -10,14 +10,28 @@ A qcow image may be built by first calling `make oci` to build the oci image and
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- (getting started)[https://docs.fedoraproject.org/en-US/bootc/building-containers]
|
- [getting started](https://docs.fedoraproject.org/en-US/bootc/building-containers)
|
||||||
- (Fedora Silverblue)[https://fedoraproject.org/atomic-desktops/silverblue/download] is a fully prepared gnome desktop distribution.
|
- [Fedora Silverblue](https://fedoraproject.org/atomic-desktops/silverblue/download) is a fully prepared gnome desktop distribution.
|
||||||
- (cicd-bootc)[https://github.com/nzwulfin/cicd-bootc] example repository with github action workflow for building images
|
- [cicd-bootc](https://github.com/nzwulfin/cicd-bootc) example repository with github action workflow for building images
|
||||||
- (universal-blue)[https://universal-blue.org] prebuilt image provider (Aurora, Bazzite, Bluefin, uCore)
|
- [universal-blue](https://universal-blue.org) prebuilt image provider (Aurora, Bazzite, Bluefin, uCore)
|
||||||
- (image building guidance)[https://bootc-dev.github.io/bootc/building/guidance.html]
|
- [image building guidance](https://bootc-dev.github.io/bootc/building/guidance.html)
|
||||||
- (authentication in images)[https://docs.fedoraproject.org/en-US/bootc/authentication]
|
- [authentication in images](https://docs.fedoraproject.org/en-US/bootc/authentication)
|
||||||
- (provisioning with qemu and libvirt)[https://docs.fedoraproject.org/en-US/bootc/qemu-and-libvirt]
|
- [provisioning with qemu and libvirt](https://docs.fedoraproject.org/en-US/bootc/qemu-and-libvirt)
|
||||||
- (fedora base images)[https://docs.fedoraproject.org/en-US/bootc/base-images]
|
- [fedora base images](https://docs.fedoraproject.org/en-US/bootc/base-images)
|
||||||
- (bootc image builder)[https://github.com/osbuild/bootc-image-builder]
|
- [bootc image builder](https://github.com/osbuild/bootc-image-builder)
|
||||||
- (building bootc images from scratch)[https://docs.fedoraproject.org/en-US/bootc/building-from-scratch]
|
- [building bootc images from scratch](https://docs.fedoraproject.org/en-US/bootc/building-from-scratch)
|
||||||
- (building derived images)[https://docs.fedoraproject.org/en-US/bootc/building-containers]
|
- [building derived images](https://docs.fedoraproject.org/en-US/bootc/building-containers)
|
||||||
|
|
||||||
|
## Installed Software
|
||||||
|
|
||||||
|
- man
|
||||||
|
- langpacks: en, de
|
||||||
|
- Gnome + Software
|
||||||
|
- curl
|
||||||
|
- git
|
||||||
|
- btop
|
||||||
|
- tmux
|
||||||
|
- Flatpak (with default repository configured)
|
||||||
|
- Brave
|
||||||
|
- VSCode
|
||||||
|
- Steam
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ echo "LANG=de_DE.UTF-8" >> /etc/default/locale
|
|||||||
curl -fsSLo /etc/yum.repos.d/brave-browser.repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
|
curl -fsSLo /etc/yum.repos.d/brave-browser.repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
|
||||||
rpm-ostree install brave-browser
|
rpm-ostree install brave-browser
|
||||||
rm /etc/yum.repos.d/brave-browser.repo
|
rm /etc/yum.repos.d/brave-browser.repo
|
||||||
|
# Install VSCode: https://packages.microsoft.com/yumrepos/vscode/
|
||||||
curl -fsSLo /etc/yum.repos.d/vscode.repo https://packages.microsoft.com/yumrepos/vscode/config.repo
|
curl -fsSLo /etc/yum.repos.d/vscode.repo https://packages.microsoft.com/yumrepos/vscode/config.repo
|
||||||
rpm-ostree install code
|
rpm-ostree install code
|
||||||
rm /etc/yum.repos.d/vscode.repo
|
rm /etc/yum.repos.d/vscode.repo
|
||||||
|
|||||||
Reference in New Issue
Block a user