Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: add jade installer #6

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions profiles/liveimage-desktop/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ echo 'TERM_WALLPAPER=boot:///bg.jpg' >> /etc/default/limine
echo 'TERM_MARGIN=0' >> /etc/default/limine

limine-mkconfig -b "rolling (LiveCD)" -o /boot/limine.cfg

echo 'GSK_RENDERER=cairo' >> /etc/environment
3 changes: 3 additions & 0 deletions profiles/liveimage-desktop/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ turnstile
firefox
yaft
idump
testing/jade
cage
testing/jade-gui
15 changes: 15 additions & 0 deletions profiles/liveimage-desktop/subprofiles/installer/config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

cat <<EOF >/etc/greetd/config.toml
[terminal]
vt=7

[initial_session]
command = "cage -s -d -- jade-gui -f"
user = "ewe"

[default_session]
command = "/usr/local/bin/live-intro"
user = "ewe"
EOF

1 change: 1 addition & 0 deletions profiles/liveimage-desktop/subprofiles/installer/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Graphical Installer
Loading