Skip to content

Commit

Permalink
[systemd/motd/livesession-theme] move systemd out of r_b_s, little ch…
Browse files Browse the repository at this point in the history
…anges for galileo and livession for release
  • Loading branch information
killajoe committed Sep 19, 2023
1 parent aac166a commit fa6c069
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 38 deletions.
3 changes: 1 addition & 2 deletions airootfs/etc/motd
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ https://gitlab.archlinux.org/archlinux/archiso
Calamares as our installer:
https://github.com/calamares/calamares

Live environment will start now and let you install EndeavourOS to disk, or tryout XFCE4-Desktop from Live-Session.
Live environment will start now and let you install EndeavourOS to disk, or tryout KDE-Desktop from Live-Session.

Bugs can be reported here:
https://forum.endeavouros.com/c/Arch-based-related-questions/bug-reports

Getting help at the forum: https://forum.endeavouros.com
Help-Chat is available on telegram: https://t.me/Endeavouros/
News at twitter: https://twitter.com/OsEndeavour
Help and talk at reddit: https://www.reddit.com/r/EndeavourOS/

Our journey wouldn't be made possible without the generosity of our open collective community:
https://opencollective.com/endeavouros
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ToolBarsMovable=Disabled
Virtual-1=Virtual-1

[UiSettings]
ColorScheme=
ColorScheme=eos-live
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Appearance]
ColorScheme=Breeze
ColorScheme=eos-live

[General]
Name=EndeavourOS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,100 +1,100 @@
[Background]
Color=30,19,40
Color=0,0,54

[BackgroundFaint]
Color=49,54,59
Color=0,0,0

[BackgroundIntense]
Color=0,0,0

[Color0]
Color=35,38,39
Color=0,0,0

[Color0Faint]
Color=49,54,59
Color=192,192,192

[Color0Intense]
Color=127,140,141
Color=104,104,104

[Color1]
Color=237,21,21
Color=250,0,0

[Color1Faint]
Color=120,50,40
Color=250,0,0

[Color1Intense]
Color=192,57,43
Color=75,93,255

[Color2]
Color=0,85,255
Color=52,127,178

[Color2Faint]
Color=23,162,98
Color=142,224,142

[Color2Intense]
Color=28,220,154
Color=84,255,84

[Color3]
Color=246,116,0
Color=178,104,24

[Color3Faint]
Color=182,86,25
Color=224,224,142

[Color3Intense]
Color=253,188,75
Color=255,255,84

[Color4]
Color=29,153,243
Color=150,142,152

[Color4Faint]
Color=27,102,143
Color=125,152,35

[Color4Intense]
Color=61,174,233
Color=84,84,255

[Color5]
Color=155,89,182
Color=225,30,225

[Color5Faint]
Color=97,74,115
Color=175,29,175

[Color5Intense]
Color=142,68,173
Color=255,84,255

[Color6]
Color=26,188,156
Color=0,134,223

[Color6Faint]
Color=24,108,96
Color=0,98,173

[Color6Intense]
Color=22,160,133
Color=0,68,255

[Color7]
Color=252,252,252
Color=255,255,255

[Color7Faint]
Color=99,104,109
Color=200,200,200

[Color7Intense]
Color=255,255,255
Color=50,50,50

[Foreground]
Color=252,252,252
Color=255,255,255

[ForegroundFaint]
Color=239,240,241
Color=0,90,195

[ForegroundIntense]
Color=255,255,255
Color=23,74,240

[General]
Anchor=0.5,0.5
Blur=false
ColorRandomization=false
Description=Breeze
Description=eos-live
FillStyle=Tile
Opacity=0.9
Opacity=0.88
Wallpaper=
WallpaperFlipType=NoFlip
WallpaperOpacity=1
7 changes: 4 additions & 3 deletions run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ cat "/usr/lib/endeavouros-release" >> "/etc/motd"
echo "------------------" >> "/etc/motd"
# Enable systemd services
systemctl enable NetworkManager.service systemd-timesyncd.service bluetooth.service firewalld.service
systemctl enable vboxservice.service vmtoolsd.service vmware-vmblock-fuse.service
# --> now in airootfs/etc/systemd/system/multi-user.target.wants
#systemctl enable NetworkManager.service systemd-timesyncd.service bluetooth.service firewalld.service
#systemctl enable vboxservice.service vmtoolsd.service vmware-vmblock-fuse.service
#systemctl enable intel.service
systemctl set-default multi-user.target
systemctl enable intel.service
# Install locally builded packages on ISO (place packages under airootfs/root/packages)
pacman -U --noconfirm -- "/root/packages/"*".pkg.tar.zst"
Expand Down

0 comments on commit fa6c069

Please sign in to comment.