Describe the bug
Installation of 'wireless-tools' in chroot_build.sh fails due to missing package.
This causes the script to exit.
To Reproduce
Steps to reproduce the behavior:
- Run the build.sh script, wait for it to get to the chroot_build.sh stage.
- Apt gives an error about being unable to locate wireless-tools package.
- ????
- Script exited. No profit :(
Expected behavior
The script would continue and build a nice iso for me to test.
Desktop (please complete the following information):
- OS: debian 13, ubuntu 26.04 installation in a qemu VM.
** More details **
The wireless-tools package has been replaced by the 'iw' package. Replacing 'wireless-tools' with 'iw' in chroot_build.sh fixes the problem.
Describe the bug
Installation of 'wireless-tools' in chroot_build.sh fails due to missing package.
This causes the script to exit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The script would continue and build a nice iso for me to test.
Desktop (please complete the following information):
** More details **
The wireless-tools package has been replaced by the 'iw' package. Replacing 'wireless-tools' with 'iw' in chroot_build.sh fixes the problem.