Michael Niehaus
Michael Niehaus
I have identified a cause: If I add a "sync" statement to the end of my %post script(s), the files are then present in the resulting squashfs.img file. So it...
LXPs seem to have been a failed experiment -- with Windows 11, they went back to LP.CABs. See https://techcommunity.microsoft.com/t5/windows-it-pro-blog/update-to-language-imaging-in-windows-11/ba-p/2758043.
I just checked on Windows 11 23H2 and it's working fine. They have made the information a little less visible in Settings, it's under System > About in the "Support"...
(I figured out my build issue: The instructions at https://www.fsarchiver.org/installation/ are missing one dependency, libuuid-devel.)
There's something odd going on in Windows -- it seems to be timing-dependent. I will run it on the same machine/VM 10 times in a row and one of them...
SELF is only going to work when the script is run as LocalSystem. The error above shows it running interactively, in which case the logged-on user would need to have...
From a command prompt, navigate to the folder with the makeapp.cmd file and run it. That 6GB file likely ran the script with the wrong working directory so it gathered...
Inside a PowerShell script, you can use something like: $tsenv:OSDComputerName You can use variables as conditions on steps too. There are a few variables (e.g. "ScriptRoot") that are copied from...
I've added logic to do this in version 2.1.
Where is your content hosted? The -Dynamic switch would fix issues with servers that don't support byte range requests. The main impact of adding that would be that interrupted downloads...