mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2026-06-18 12:47:12 +00:00
Compare commits
16 Commits
7e61613ad1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebf39ae30d | ||
|
|
bac0d25653 | ||
|
|
b719c42ef4 | ||
|
|
bbc1c8c1d2 | ||
|
|
49af85b06f | ||
|
|
320f6723ae | ||
|
|
5f544860db | ||
|
|
ce6c6487b3 | ||
|
|
ea6ec8d74c | ||
|
|
7ffa27396d | ||
|
|
732f32327b | ||
|
|
089e8f206f | ||
|
|
71710e8507 | ||
|
|
aefcb41cdc | ||
|
|
43bf3a1db8 | ||
|
|
c8f19df99c |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ srv/
|
|||||||
RPi-PXE-Server
|
RPi-PXE-Server
|
||||||
notes
|
notes
|
||||||
samba/
|
samba/
|
||||||
|
.DS_Store
|
||||||
BIN
root/etc/.DS_Store
vendored
BIN
root/etc/.DS_Store
vendored
Binary file not shown.
13
root/etc/cont-init.d/99-start-pxe-services.sh
Normal file
13
root/etc/cont-init.d/99-start-pxe-services.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/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
root/etc/s6-overlay/.DS_Store
vendored
BIN
root/etc/s6-overlay/.DS_Store
vendored
Binary file not shown.
@@ -1,6 +0,0 @@
|
|||||||
#!/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
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/run
|
|
||||||
Reference in New Issue
Block a user