Skip to content

VPS install script should be aware of kernel packages on check for broken packages #3807

Open
@darkman1983

Description

@darkman1983

In the current state of the install script it will end execution on broken packages, also if they're the kernel packages it installs. That could render the isntallation impossible, if you accidentally aborted the script in kernel package installing stage.
After that the script exit's at checking for broken dependencies and you will never be able to get it past that stage.
You have to manually download linux-headers and linux-image, if you have the url's for them and install them with dpkg your self.

The VPS-Install script should be aware of packages it installs itself, instead of abort on any dependency problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions