Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An OpenWRT derivative misses some programs #137

Closed
sskras opened this issue Apr 19, 2024 · 3 comments
Closed

An OpenWRT derivative misses some programs #137

sskras opened this issue Apr 19, 2024 · 3 comments

Comments

@sskras
Copy link

sskras commented Apr 19, 2024

This is the first steps from #130. Initially I get this:

# rm -rf work; bootstrap/bootstrap
===> bootstrap command: bootstrap/bootstrap
===> bootstrap started: Fri Apr 19 08:05:54 UTC 2024
groups not found in path.

After faking the groups, I further get this:

# rm -rf work; bootstrap/bootstrap
===> bootstrap command: bootstrap/bootstrap
===> bootstrap started: Fri Apr 19 08:11:20 UTC 2024
whoami not found in path.
@sskras
Copy link
Author

sskras commented Apr 19, 2024

I made a patch: sskras@ec2c6d0

@jperkin suggested to switch from hardcoding distro names to testing OS-specific features:

11:39 AM <jperkin>
sskras: it's completely not your fault, but the amount of hardcoding of OS-specific things in the Linux bootstrap code really frustrates me. if you fancy a bit of extra work it'd be awesome for it to be cleaned up to properly test features instead

@sskras
Copy link
Author

sskras commented Apr 19, 2024

The revised patch: sskras@86fddba

@sskras
Copy link
Author

sskras commented Apr 28, 2024

Fixed 5 days ago with 7dc7352.

@sskras sskras closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant