Switch to using USER_NAME

This commit is contained in:
Gerald Pinder
2023-08-05 16:51:20 -04:00
parent d131c8ca9a
commit 498d9faaf0
6 changed files with 19 additions and 19 deletions

View File

@@ -8,6 +8,6 @@ include:
- RECIPE:
- recipe-desktop.yml
- recipe-framework-13.yml
USER: jp
USER_NAME: jp
- RECIPE: recipe-cp.yml
USER: cp
USER_NAME: cp

View File

@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/cinnamon-main
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
ARG USR_DIR=usr-cp
ARG USER_NAME=cp
ARG USR_DIR=usr-${USER_NAME}
# The default recipe set to the recipe's default filename
# so that `podman build` should just work for many people.

View File

@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/kinoite-main
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
ARG USR_DIR=usr-jp
ARG USER_NAME=jp
ARG USER_DIR=usr-${USER_NAME}
# The default recipe set to the recipe's default filename
# so that `podman build` should just work for many people.

View File

@@ -1,7 +1,7 @@
name: desktop
base-image: ghcr.io/ublue-os/kinoite-nvidia
fedora-version: 38
description: The image of Wunker OS for an Nvidia based desktop meant for gaming. Make your own! https://ublue.it/making-your-own/
description: The image of Wunker OS for an Nvidia based desktop meant for gaming.
scripts:
pre:
- autorun.sh

View File

@@ -1,7 +1,7 @@
name: framework-13
base-image: ghcr.io/ublue-os/kinoite-main
fedora-version: 38
description: The image of Wunker OS for a Framework laptop. Make your own! https://ublue.it/making-your-own/
description: The image of Wunker OS for a Framework laptop.
scripts:
pre:
- autorun.sh

View File

@@ -1,11 +1,11 @@
title: Welcome to uBlue
title: Welcome to Wunker OS!
properties:
mode: "run-on-change"
screens:
first-screen:
source: yafti.screen.title
values:
title: "Welcome to uBlue (Alpha)"
title: "Welcome to Wunker OS!"
icon: "/path/to/icon"
description: |
This guided installer will help you get started with your new system.
@@ -50,8 +50,8 @@ screens:
show_terminal: true
package_manager: yafti.plugin.flatpak
package_manager_defaults:
user: false
system: true
user: true
system: false
groups:
Core GNOME Apps:
description: Core system applications for the GNOME desktop environment.
@@ -79,7 +79,7 @@ screens:
- Weather: org.gnome.Weather
System Apps:
description: System applications for all desktop environments.
default: true
default: false
packages:
- Deja Dup Backups: org.gnome.DejaDup
- Fedora Media Writer: org.fedoraproject.MediaWriter
@@ -132,12 +132,10 @@ screens:
values:
title: "All done!"
icon: "/path/to/icon"
links:
- "Install More Applications":
run: /usr/bin/gnome-software
- "Website":
run: /usr/bin/xdg-open https://ublue.it
- "Join the Discord Community":
run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
# links:
# - "Website":
# run: /usr/bin/xdg-open https://ublue.it
# - "Join the Discord Community":
# run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
description: |
Thanks for trying uBlue, we hope you enjoy it!
Thanks for using Wunker OS, we hope you enjoy it!