-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use tar.xz for portage download if xzdec is present #40
Comments
Also requested in #43 for custom stage3 tarball specification. |
Ideal script can be split into program logic as:
I don't see any technical difficulties for other compression format, if current script updates to a more modular friendly way. The truth is it is harder to do things right for bash. |
The script structure is a remnant of the other lxc-distro scripts at the moment. I agree it's not really logical as a standalone thing. As for partitioning, I think this is too low level for this script. I don't have time to widen the scope that far (or to LV management). But I agree, it's related. The truth is it is harder to do things right for bash. Couldn't agree more. |
Update point 3:
(future version) storage management (auto magically create mount points, includes portage sharing, allocate partition with disk manager like LVM) |
ok
Do you want me to migrate everything to AdaScript? Though it would require a GNAT install on the host. |
If we skip out on bash then we destroy too much portability. So it's a non-option, unfortunately. |
yes :( |
This speeds up download (smaller file size)
The text was updated successfully, but these errors were encountered: