Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 883592d029 |
@@ -29,6 +29,7 @@ systemctl enable bee-audit.service
|
|||||||
systemctl enable bee-web.service
|
systemctl enable bee-web.service
|
||||||
systemctl enable bee-sshsetup.service
|
systemctl enable bee-sshsetup.service
|
||||||
systemctl enable ssh.service
|
systemctl enable ssh.service
|
||||||
|
systemctl enable lightdm.service 2>/dev/null || true
|
||||||
systemctl enable qemu-guest-agent.service 2>/dev/null || true
|
systemctl enable qemu-guest-agent.service 2>/dev/null || true
|
||||||
systemctl enable serial-getty@ttyS0.service 2>/dev/null || true
|
systemctl enable serial-getty@ttyS0.service 2>/dev/null || true
|
||||||
systemctl enable serial-getty@ttyS1.service 2>/dev/null || true
|
systemctl enable serial-getty@ttyS1.service 2>/dev/null || true
|
||||||
|
|||||||
@@ -52,11 +52,11 @@ qrencode
|
|||||||
openbox
|
openbox
|
||||||
tint2
|
tint2
|
||||||
xorg
|
xorg
|
||||||
xinit
|
|
||||||
xterm
|
xterm
|
||||||
chromium
|
chromium
|
||||||
xserver-xorg-video-fbdev
|
xserver-xorg-video-fbdev
|
||||||
xserver-xorg-video-vesa
|
xserver-xorg-video-vesa
|
||||||
|
lightdm
|
||||||
|
|
||||||
# Firmware
|
# Firmware
|
||||||
firmware-linux-free
|
firmware-linux-free
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[Seat:*]
|
||||||
|
autologin-user=bee
|
||||||
|
autologin-user-timeout=0
|
||||||
|
autologin-session=openbox
|
||||||
|
user-session=openbox
|
||||||
@@ -1,10 +1 @@
|
|||||||
export PATH="/usr/local/bin:$PATH"
|
export PATH="/usr/local/bin:$PATH"
|
||||||
|
|
||||||
# On tty1 (IPMI KVM console): start X desktop directly on VT1
|
|
||||||
# so the KVM shows the graphical UI without switching VTs.
|
|
||||||
if [ "$(tty 2>/dev/null)" = "/dev/tty1" ] \
|
|
||||||
&& [ -z "${DISPLAY:-}" ]; then
|
|
||||||
startx /usr/local/bin/bee-openbox-session -- :0 vt1 -nolisten tcp
|
|
||||||
echo ""
|
|
||||||
echo "X session ended. Type 'startx' to retry or use the shell."
|
|
||||||
fi
|
|
||||||
|
|||||||
6
iso/overlay/usr/share/xsessions/openbox.desktop
Normal file
6
iso/overlay/usr/share/xsessions/openbox.desktop
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Openbox
|
||||||
|
Comment=Bee Hardware Audit Desktop
|
||||||
|
Exec=/usr/local/bin/bee-openbox-session
|
||||||
|
TryExec=openbox
|
||||||
|
Type=Application
|
||||||
Reference in New Issue
Block a user