Thanks for the offer but I doubt it would be useful to others in its current form! It uses /etc/rc.local which needs to be changed to some one-time systemd service. It also expects two tarballs (wrk.tar and lo.tar) which are used to populate /wrk/ and $HOME/* plus there some ssh keys going on in there because a working target sshd is required. Worse, from a 3rd party aspect, is it uses 'go'(*) which sources its sub-scripts from a hard coded(**) /usr/local/sd/syschk/lib/ path. I did create a git repo for it but no free time - the main reason I created the repo was to learn 'git' prior to creating a repo for my QT build stuff. It works ok for me in that..Email me or post your custom script on the sdm github and I'll do a jumpstart convert for youMy custom imaging script does still work but is well past its sell-by date (and doesn't do GPT or LVM). I'm hoping I can retire it in favor of 'sdm'
Code:
$ ./go --all sde 2023-10-10-raspios-bookworm-arm64.img.xz pi99
Code:
$ ./go --post pi99
So not much use to others. I wouldn't want you to have to wade through it, especially as I suspect 'sdm' can replace it!
(*) my script(s), not the language.
(**) whenever you've seen me post a script commencing like this..
Code:
#!/bin/bashNAM=`basename "$0"`SUB="/usr/local/sd/syschk/lib". "$SUB/f_tmp"
Code:
#!/bin/bashNAM=`basename "$0"`. "$GOSUB/f_tmp"
Statistics: Posted by swampdog — Tue Mar 26, 2024 10:16 pm