File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2-
32set -e -u
43
54. " ${cwd} /common_config/autologin.sh"
@@ -17,23 +16,19 @@ lightdm_setup()
1716setup_xinit ()
1817{
1918 echo " exec marco &" > " ${release} /home/${live_user} /.xinitrc"
20- echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View.jpg &" >> " ${release} /home/${live_user} /.xinitrc"
21- echo " exec sudo install-station" >> " ${release} /home/${live_user} /.xinitrc"
19+ # Todo update wallpaper for 26.01 also find a way to automate the wall paper
20+ echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> " ${release} /home/${live_user} /.xinitrc"
21+ echo " exec sudo install-station-init" >> " ${release} /home/${live_user} /.xinitrc"
2222 chmod 765 " ${release} /home/${live_user} /.xinitrc"
2323 # root
2424 echo " exec marco &" > " ${release} /root/.xinitrc"
25- echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View .jpg &" >> " ${release} /root/.xinitrc"
25+ echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes .jpg &" >> " ${release} /root/.xinitrc"
2626 echo " exec setup-station" >> " ${release} /root/.xinitrc"
2727}
2828
2929patch_etc_files
3030patch_loader_conf_d
3131
32- git_pc_sysinstall
33- git_gbi
34- git_install_station
35- git_setup_station
36-
3732ghostbsd_setup_liveuser
3833ghostbsd_setup_autologin
3934lightdm_setup
You can’t perform that action at this time.
0 commit comments