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

Is it possible to use hardened stage 3? #39

Closed
nembenike opened this issue Apr 19, 2022 · 6 comments
Closed

Is it possible to use hardened stage 3? #39

nembenike opened this issue Apr 19, 2022 · 6 comments
Labels
question Further information is requested

Comments

@nembenike
Copy link

I usually use the hardened stage3 on my gentoo installs so im wondering if it's possible to do here?

@oddlama
Copy link
Owner

oddlama commented Apr 19, 2022

Yes! You can change the stage3 file that is being used directly in the configuration file:

# The stage3 tarball to install
STAGE3_BASENAME="stage3-$GENTOO_ARCH-systemd"

However, I cannot guarantee that this won't cause side effects. I'm not sure how different the hardened stage3 tarball is from the default one. Just try it and see if it works.

@oddlama oddlama added the question Further information is requested label Apr 20, 2022
@nembenike
Copy link
Author

Alright thanks, I'll close the issue now.

@oddlama
Copy link
Owner

oddlama commented Apr 20, 2022

Alright, I'd be glad if you could report back when you know if it worked :)
If not, I can maybe improve the installer.

@nembenike
Copy link
Author

Hey, it indeed did work, but it probably would be easier if it was added to the gui. I know it doesn't take a lot of time to manually edit it, but it would be a handy feature. One thing that I saw during the install was that it couldn't verify the tarball.

@oddlama
Copy link
Owner

oddlama commented Apr 20, 2022

Thanks for the info, glad it worked as intended! I might add a small dropdown to select some of the more common options.

Regarding the verification: Unfortunately gentoo seems to change the digest file structure like their underwear :P
I've updated it at least twice in the last few weeks, but they keep changing details and in extension break the verification. I'll update it as soon as I have time.

@oddlama oddlama reopened this Apr 20, 2022
@oddlama
Copy link
Owner

oddlama commented Apr 20, 2022

Reopening so I'll remember.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants