Skip to content

Chroot ~/mnt rm -f mnt/ssh/*key is wrong - uses mnt twice in path #1

Description

@barnabear

Line 88 of scripts/create-controller.sh reads ...

chroot ~/mnt rm -f mnt/etc/ssh/key && \

However this chroot into ~/mnt and then uses mnt at the start of the rm.

I think it should be ...

chroot ~/mnt rm -f /etc/ssh/key && \

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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