mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-10-15 04:38:41 +09:00
Add -q flag to wait.conf
This commit is contained in:
@@ -1562,7 +1562,7 @@ do_boot_wait() {
|
||||
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/sbin/dhcpcd -w
|
||||
ExecStart=/usr/sbin/dhcpcd -w -q
|
||||
EOF
|
||||
STATUS=enabled
|
||||
elif [ $RET -eq 1 ]; then
|
||||
|
Reference in New Issue
Block a user