5 Commits

Author SHA1 Message Date
4e4bc5f69e Merge pull request 'Update Kiwi and use new IPC style' (#11) from feature/new-ipc into main
Reviewed-on: #11
2025-06-22 11:59:04 +02:00
c1c3a32fb7 cleanup for new IPC 2025-06-21 11:54:15 +02:00
d225658e0f fix start of screenfetch 2024-08-25 09:40:41 +02:00
15b15d1008 add fond and screenfetch 2024-08-24 18:31:33 +02:00
58953da23f remove build 2024-08-19 16:33:42 +02:00
5 changed files with 12 additions and 5 deletions

View File

@ -59,7 +59,6 @@
<package name="usbutils"/> <package name="usbutils"/>
<package name="pciutils"/> <package name="pciutils"/>
<package name="ncurses-devel"/> <package name="ncurses-devel"/>
<package name="ncurses5-devel"/>
<package name="git"/> <package name="git"/>
<package name="make"/> <package name="make"/>
<package name="gcc-c++"/> <package name="gcc-c++"/>
@ -67,6 +66,7 @@
<package name="smartmontools"/> <package name="smartmontools"/>
<package name="curl"/> <package name="curl"/>
<package name="nano"/> <package name="nano"/>
<package name="dejavu-fonts"/>
<package name="NetworkManager"/> <package name="NetworkManager"/>
<package name="NetworkManager-tui"/> <package name="NetworkManager-tui"/>
<package name="python3-pip"/> <package name="python3-pip"/>

View File

@ -43,8 +43,6 @@ suseInsertService dracut_hostonly
#-------------------------------------- #--------------------------------------
baseSetRunlevel 3 baseSetRunlevel 3
pip install sysv-ipc --break-system-packages
pip install pycstruct --break-system-packages
pip install brother-ql --break-system-packages pip install brother-ql --break-system-packages
pip install qrcode --break-system-packages pip install qrcode --break-system-packages

View File

@ -22,7 +22,7 @@ git checkout master
git pull git pull
git submodule init git submodule init
git submodule update git submodule update
make release
cd $current_dir cd $current_dir
cd ./root/root/reHDDPrinter/ cd ./root/root/reHDDPrinter/

View File

@ -0,0 +1,9 @@
[Unit]
Description=screenfetch on tty4
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=
ExecStart=/usr/bin/screenfetch
Restart=on-failure