OpenTollGate / TollGateNostrToolKit

5 stars 1 forks source link

No DHCP lease at the end of `first-boot-script` #28

Open chGoodchild opened 1 month ago

chGoodchild commented 1 month ago

I somehow stumbled into a state ( 28156e074b2a2f498c3b1cffafb434b04a461080 ) where my machine reproducible receives a DHCP lease on first boot. However, I didn't have a DHCP lease on first boot in later commits.

I even created a new commit ( dcdc8096cf9c2d901de58c0e6c1702f7c6326ec9 ) with exactly the same content as 28156e074b2a2f498c3b1cffafb434b04a461080 , but I didn't get a DHCP lease on first boot unless if I flashed a sysupgrade compiled from commit 28156e074b2a2f498c3b1cffafb434b04a461080 .

I have no clue why this is happening. Answers and / or solutions are most welcome!

chGoodchild commented 1 month ago

More details in this pull request: https://github.com/OpenTollGate/TollGateNostrToolKit/pull/26