Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins that include changes to files matching 'netinstall/*'
2025-09-02
| ||
12:47 | Portability tweak to the doit.in template Leaf check-in: 1dc5c3b735 user: tangent tags: trunk | |
11:59 | Case fix check-in: ad6421cd35 user: tangent tags: trunk | |
11:58 | Made netinstall/update work on BusyBox ash. check-in: 1f98610e6e user: tangent tags: trunk | |
10:53 | Creating ~/bin if it doesn't exist from netinstall/update. It does on Fedora and EL, but not on Alpine. check-in: 4d2b65c87f user: tangent tags: trunk | |
10:50 | Negated sense test in prior; backwards! check-in: 9ccf42b7a6 user: tangent tags: trunk | |
10:49 | Made the "sudo" prefix on the doit.in script optional, skipped if $USER = root already. check-in: a4275a6d59 user: tangent tags: trunk | |
10:46 | Switched the "bash -e" shebang line for netinstall/update to "bash -x" to make it more robust in the face of command failures and to give better debugging. Otherwise, it tends to fail silently. check-in: 8f6f198bc8 user: tangent tags: trunk | |
10:34 | Switched the netinstall/doit.in template to the generic "eth0" used by Alpine. check-in: 1b408e9ea4 user: tangent tags: trunk | |
2025-05-23
| ||
21:24 | Further improvements to netinstall/update to cope with the bin/netinstall command naming. Also added retries on the wget command to cope with possible throttling and CDN issues. check-in: 06ff8702c1 user: tangent tags: trunk | |
20:17 | netinstall/update now copes with the old "bin/netinstall" command naming, before "-cli" was appended. check-in: 8a44285441 user: tangent tags: trunk | |
2025-02-09
| ||
13:52 | Switched the test for container*.npk to look for user-manager*.npk as that will work on non-ARM platforms. I'm making an informed guess that this is the package most likely to exist in the future on all platforms, of the choices presently available. PPP and EAP should keep RADIUS relevant on infrastructure changeover timescales. check-in: 3e87f642f7 user: tangent tags: trunk | |
13:37 | Baking the full path to netinstall-cli into the generated doit script so that one can move the per-platform subdir per the wiki doc on this without breaking the call. check-in: d25ee3e539 user: tangent tags: trunk | |
13:24 | The netinstall/update script no longer re-pulls NPK files that already exist, allowing you to repeat the call to fix up a partial download. check-in: 207b56bd42 user: tangent tags: trunk | |
13:14 | Running the matching version of netinstall-cli pulled by the "update" script, not the one from the path. check-in: 5d94908455 user: tangent tags: trunk | |
13:12 | Exec bit fix for generated doit script check-in: c599828530 user: tangent tags: trunk | |
13:12 | The netinstall/doit script now allows running it from somewhere other than CWD, to save cd steps. check-in: a401b08ee5 user: tangent tags: trunk | |
09:52 | Changed the shebang lines on previous from /bin/sh to /bin/bash to allow them to be syntax-highlighted in Fossil /file views. They don't make use of any Bash-specific features, but I don't want to change the skin just to add /bin/sh detection. check-in: e6a9bcbac5 user: tangent tags: trunk | |
09:49 | Added my netinstall-cli wrapper scripts. check-in: 9074388a93 user: tangent tags: trunk | |