-
Notifications
You must be signed in to change notification settings - Fork 2
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
doinst copies the whole USB drive #17
Comments
I added a hacky solution that just limits the size for now. This whole thing needs rethinking ;( |
Yeah, I mean it is not an urgent issue but potentially annoying. |
Suggestion: We use a USB boot stick that is separate from the full ASPP image. It could be the full image but it is simply not needed. A normal GRML will do or a separate, simple mkosi config. Our install image is placed onto that USB image in a plain raw image file and stored in
|
@keszybz @otizonaizit I haven’t updated the |
The doinst script does a full
dd if=/dev/usb-stick of=/dev/local-drive
which can be a bit excessive depending on the size of the stick.The text was updated successfully, but these errors were encountered: