Skip to content

Commit

Permalink
Fix fish, update Calamares config, try to fix GDM, remove stratos getty
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg committed Aug 17, 2024
1 parent 046d089 commit d288b67
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airootfs/etc/calamares
1 change: 0 additions & 1 deletion airootfs/etc/skel/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if status is-interactive
else
fish_default_key_bindings
end
source ~/.profile
source ~/.config/fish/aliases
set -x MANROFFOPT "-c"
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
Expand Down
2 changes: 1 addition & 1 deletion airootfs/etc/systemd/system/display-manager.service
15 changes: 15 additions & 0 deletions airootfs/etc/systemd/system/gdm.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=GNOME Display Manager
Documentation=man:gdm(1)
Conflicts[email protected]
After=systemd-user-sessions.service [email protected] plymouth-quit.service systemd-logind.service
PartOf=graphical.target
StartLimitIntervalSec=30
StartLimitBurst=2

[Service]
ExecStart=/usr/bin/gdm
Restart=always

[Install]
Alias=display-manager.service
2 changes: 1 addition & 1 deletion airootfs/etc/xdg/autostart/Calamares.desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=Calamares
Exec=sudo -E calamares
Exec=sh -c "sudo -E calamares -D8"
1 change: 1 addition & 0 deletions airootfs/usr/local/bin/StratOS-configure-bedrock
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
echo "Setting up Bedrock!"
# curl -sSL https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-x86_64.sh > ./install-bedrock
echo 'Not reversible!' | bash /usr/local/bin/install-bedrock-x86_64 --hijack
rm -f /etc/systemd/system/[email protected]/autologin.conf # don't autologin as stratos anymore

0 comments on commit d288b67

Please sign in to comment.