mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2026-06-18 04:37:13 +00:00
Compare commits
2 Commits
master
...
7e61613ad1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e61613ad1 | ||
|
|
808d83f9a5 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,4 +2,3 @@ srv/
|
||||
RPi-PXE-Server
|
||||
notes
|
||||
samba/
|
||||
.DS_Store
|
||||
BIN
root/etc/.DS_Store
vendored
Executable file
BIN
root/etc/.DS_Store
vendored
Executable file
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
root/etc/s6-overlay/.DS_Store
vendored
Executable file
BIN
root/etc/s6-overlay/.DS_Store
vendored
Executable file
Binary file not shown.
6
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/run
Executable file
6
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/run
Executable file
@@ -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
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/type
Executable file
1
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/type
Executable file
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/up
Executable file
1
root/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/up
Executable file
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-pxe-boot-config/run
|
||||
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/init-pxe-boot-config
Executable file
0
root/etc/s6-overlay/s6-rc.d/user/contents.d/init-pxe-boot-config
Executable file
Reference in New Issue
Block a user