Skip to content

Commit

Permalink
add initial yafti config
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Sep 30, 2023
1 parent 6548b54 commit ab43ede
Show file tree
Hide file tree
Showing 4 changed files with 968 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rootfs/etc/profile.d/firstboot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
if test ! -e "$HOME"/.config/autostart/org.chimeraos.firstboot.desktop; then
mkdir -p "$HOME"/.config/autostart
cp -f /usr/share/.config/autostart/org.chimeraos.firstboot.desktop "$HOME"/.config/autostart
fi
fi
8 changes: 8 additions & 0 deletions rootfs/usr/share/applications/org.chimeraos.firstboot.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=ChimeraOS First Boot Setup
Comment=ChimeraOS first setup utility
Exec=/usr/bin/yafti /usr/share/yafti/yafti.yml --force
Icon=org.gnome.Terminal
Type=Application
Categories=Utility;System;
Name[en_US]=startup

0 comments on commit ab43ede

Please sign in to comment.