mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2026-08-16 10:00:52 +00:00
Compare commits
2
Commits
master
..
7e61613ad1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e61613ad1 | ||
|
|
808d83f9a5 |
@@ -2,4 +2,3 @@ srv/
|
|||||||
RPi-PXE-Server
|
RPi-PXE-Server
|
||||||
notes
|
notes
|
||||||
samba/
|
samba/
|
||||||
.DS_Store
|
|
||||||
BIN
Binary file not shown.
@@ -1,13 +0,0 @@
|
|||||||
#!/command/with-contenv bash
|
|
||||||
|
|
||||||
echo "Starte PXE-relevante Dienste via systemctl-shim..."
|
|
||||||
|
|
||||||
# Fix für rpcbind: Fehlendes Verzeichnis erstellen
|
|
||||||
mkdir -p /run/sendsigs.omit.d
|
|
||||||
|
|
||||||
systemctl start rpcbind
|
|
||||||
systemctl start nfs-kernel-server
|
|
||||||
systemctl start dnsmasq
|
|
||||||
systemctl start lighttpd
|
|
||||||
systemctl start smbd
|
|
||||||
systemctl start nmbd
|
|
||||||
BIN
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server nmbd rsync samba-ad-dc smbd
|
||||||
|
systemctl stop rpcbind
|
||||||
|
|
||||||
|
systemctl status chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server nmbd rsync samba-ad-dc smbd
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/run
|
||||||
Reference in New Issue
Block a user