Skip to content

Installation of 'wireless-tools' in chroot_build.sh fails due to missing package #87

Description

@rebast85

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:

  1. Run the build.sh script, wait for it to get to the chroot_build.sh stage.
  2. Apt gives an error about being unable to locate wireless-tools package.
  3. ????
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions