base desktop + preseed v03
This commit is contained in:
parent
5663982dac
commit
2ee43d2269
6 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#printf "[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=kiosk\n\n[security]\n\n[xdmcp]\n\n[chooser]\n\n[debug]\n" > /etc/gdm3/daemon.conf
|
||||
printf "[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=kiosk\n\n[security]\n\n[xdmcp]\n\n[chooser]\n\n[debug]\n" > /etc/gdm3/daemon.conf
|
||||
|
||||
mkdir -p /usr/lib/firefox-esr/distribution
|
||||
tee /usr/lib/firefox-esr/distribution/policies.json > /dev/null <<'EOF'
|
||||
9
setup.sh
9
setup.sh
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
apt install greetd sway && \
|
||||
#!/usr/bin/env bash
|
||||
apt install gdm3 greetd sway && \
|
||||
cp -r desktop/kiosk-setting/ /etc/ && \
|
||||
cp config.toml /etc/greetd/config.toml && \
|
||||
systemctl enable greetd && \
|
||||
./post_install.sh
|
||||
|
||||
systemctl enable gdm3 && \ # greetd if gdm3 is buggy
|
||||
./profile/post_install.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue