Switch to using USER_NAME
This commit is contained in:
@@ -8,6 +8,6 @@ include:
|
|||||||
- RECIPE:
|
- RECIPE:
|
||||||
- recipe-desktop.yml
|
- recipe-desktop.yml
|
||||||
- recipe-framework-13.yml
|
- recipe-framework-13.yml
|
||||||
USER: jp
|
USER_NAME: jp
|
||||||
- RECIPE: recipe-cp.yml
|
- RECIPE: recipe-cp.yml
|
||||||
USER: cp
|
USER_NAME: cp
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/cinnamon-main
|
|||||||
|
|
||||||
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
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
|
# The default recipe set to the recipe's default filename
|
||||||
# so that `podman build` should just work for many people.
|
# so that `podman build` should just work for many people.
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/kinoite-main
|
|||||||
|
|
||||||
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
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
|
# The default recipe set to the recipe's default filename
|
||||||
# so that `podman build` should just work for many people.
|
# so that `podman build` should just work for many people.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: desktop
|
name: desktop
|
||||||
base-image: ghcr.io/ublue-os/kinoite-nvidia
|
base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||||
fedora-version: 38
|
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:
|
scripts:
|
||||||
pre:
|
pre:
|
||||||
- autorun.sh
|
- autorun.sh
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: framework-13
|
name: framework-13
|
||||||
base-image: ghcr.io/ublue-os/kinoite-main
|
base-image: ghcr.io/ublue-os/kinoite-main
|
||||||
fedora-version: 38
|
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:
|
scripts:
|
||||||
pre:
|
pre:
|
||||||
- autorun.sh
|
- autorun.sh
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
title: Welcome to uBlue
|
title: Welcome to Wunker OS!
|
||||||
properties:
|
properties:
|
||||||
mode: "run-on-change"
|
mode: "run-on-change"
|
||||||
screens:
|
screens:
|
||||||
first-screen:
|
first-screen:
|
||||||
source: yafti.screen.title
|
source: yafti.screen.title
|
||||||
values:
|
values:
|
||||||
title: "Welcome to uBlue (Alpha)"
|
title: "Welcome to Wunker OS!"
|
||||||
icon: "/path/to/icon"
|
icon: "/path/to/icon"
|
||||||
description: |
|
description: |
|
||||||
This guided installer will help you get started with your new system.
|
This guided installer will help you get started with your new system.
|
||||||
@@ -50,8 +50,8 @@ screens:
|
|||||||
show_terminal: true
|
show_terminal: true
|
||||||
package_manager: yafti.plugin.flatpak
|
package_manager: yafti.plugin.flatpak
|
||||||
package_manager_defaults:
|
package_manager_defaults:
|
||||||
user: false
|
user: true
|
||||||
system: true
|
system: false
|
||||||
groups:
|
groups:
|
||||||
Core GNOME Apps:
|
Core GNOME Apps:
|
||||||
description: Core system applications for the GNOME desktop environment.
|
description: Core system applications for the GNOME desktop environment.
|
||||||
@@ -79,7 +79,7 @@ screens:
|
|||||||
- Weather: org.gnome.Weather
|
- Weather: org.gnome.Weather
|
||||||
System Apps:
|
System Apps:
|
||||||
description: System applications for all desktop environments.
|
description: System applications for all desktop environments.
|
||||||
default: true
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Deja Dup Backups: org.gnome.DejaDup
|
- Deja Dup Backups: org.gnome.DejaDup
|
||||||
- Fedora Media Writer: org.fedoraproject.MediaWriter
|
- Fedora Media Writer: org.fedoraproject.MediaWriter
|
||||||
@@ -132,12 +132,10 @@ screens:
|
|||||||
values:
|
values:
|
||||||
title: "All done!"
|
title: "All done!"
|
||||||
icon: "/path/to/icon"
|
icon: "/path/to/icon"
|
||||||
links:
|
# links:
|
||||||
- "Install More Applications":
|
# - "Website":
|
||||||
run: /usr/bin/gnome-software
|
# run: /usr/bin/xdg-open https://ublue.it
|
||||||
- "Website":
|
# - "Join the Discord Community":
|
||||||
run: /usr/bin/xdg-open https://ublue.it
|
# run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
|
||||||
- "Join the Discord Community":
|
|
||||||
run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
|
|
||||||
description: |
|
description: |
|
||||||
Thanks for trying uBlue, we hope you enjoy it!
|
Thanks for using Wunker OS, we hope you enjoy it!
|
||||||
|
|||||||
Reference in New Issue
Block a user