Hi,
i plan to create an installation package for nixos, because its somehow different to normal linux and i cannot install it in the normal way.
Its similar to headless install because i only need to extract the files from the installation binary and copy the files to the right directory.
So i tried that with the --copy-files-to command line option with the installer.
When its ready with that, i got the error: "error: Cannot execute command line" and there are no files in my target directory.
So with strace i found out that the files were extracted to /tmp/raxWLwi8d (random string). No files in my target directory.
The first question is, is this a bug or did i something wrong?
The second question is, why is in /tmp/raxWLwi8d another "QT" Setup ??
thanks
best regards
i plan to create an installation package for nixos, because its somehow different to normal linux and i cannot install it in the normal way.
Its similar to headless install because i only need to extract the files from the installation binary and copy the files to the right directory.
So i tried that with the --copy-files-to command line option with the installer.
When its ready with that, i got the error: "error: Cannot execute command line" and there are no files in my target directory.
So with strace i found out that the files were extracted to /tmp/raxWLwi8d (random string). No files in my target directory.
The first question is, is this a bug or did i something wrong?
The second question is, why is in /tmp/raxWLwi8d another "QT" Setup ??
thanks
best regards