Skip to content

Commit

Permalink
fix login manager and and iso instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Apr 13, 2024
1 parent 7574fa9 commit e014ea9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ The `latest` tag will automatically point to the latest build. That build will s

## ISO

If build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.
```
IMAGE_REPO=ghcr.io/legitcamper
IMAGE_NAME=ublue-hyprland
IMAGE_TAG=latest
IMAGE_VARIANT=Silverblue
INSTALLER_VERSION=39
sudo podman run --rm --privileged --volume .:/isogenerator/output --security-opt label=disable --pull=newer \
-e IMAGE_REPO="$IMAGE_REPO" -e IMAGE_NAME="$IMAGE_NAME" -e IMAGE_TAG="$IMAGE_TAG" -e VARIANT="$IMAGE_VARIANT" \
ghcr.io/ublue-os/isogenerator:$INSTALLER_VERSION
```

## Verification

Expand Down
Empty file removed config/files/usr/etc/.gitkeep
Empty file.
2 changes: 0 additions & 2 deletions config/files/usr/etc/greetd/config.toml

This file was deleted.

5 changes: 5 additions & 0 deletions config/files/usr/share/wayland-sessions/hyprland.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Hyprland
Comment=An intelligent dynamic tiling Wayland compositor
Exec=Hyprland
Type=Application
7 changes: 0 additions & 7 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ modules:
- type: rpm-ostree
repos:
install:
- greetd
- tuigreet
- hyprland
- xdg-desktop-portal-hyprland
- hyprcursor
Expand All @@ -37,11 +35,6 @@ modules:
- firefox
- firefox-langpacks

- type: systemd
system:
enabled:
- greetd.service

- type: default-flatpaks
notify: true
system:
Expand Down

0 comments on commit e014ea9

Please sign in to comment.