installimage version on Server (via NFS) is different #89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Today we see that installimage behaves differently.
We guess that the script
installimagehas changed.I attached the diff between the current master on Github and the code which is on the server (mounted on
/root/.oldroot/nfs/install/):installimage-diff.txt
It would be great, if we could see the latest version here on github, so that we can more easily see what has changed.
Please update the code here at Github.
Our image-name did no match, so it failed on these lines (which are not published here yet)
We have added additional validation to prevent accidental installing arm64 images on x86 rescue systems:
https://github.com/hetzneronline/installimage/blob/master/functions.sh#L966
thank you.