Open mmaney opened 2 months ago
Who promised what, when, where?
On Mon, Aug 26, 2024 at 11:32:20AM -0700, dsx724 wrote:
Who promised what, when, where?
In the readme for libretech-slipstream, it links to this empty repo while suggesting there would be example scripts for the otherwise undocumented slipstream tool.
--
C makes an art of confusing pointers with arrays and strings, which
leads to lotsa neat pointer tricks; APL mistakes everything for an array,
leading to neat one-liners; and Perl confuses everything period,
making each line a joyous adventure
That repo already explains how to use libretech-slipstream: https://github.com/libre-computer-project/libretech-slipstream?tab=readme-ov-file#examples
It runs a script that modifies the image. There's not much to it.
On Mon, Aug 26, 2024 at 08:24:04PM -0700, dsx724 wrote:
That repo already explains how to use libretech-slipstream: https://github.com/libre-computer-project/libretech-slipstream?tab=readme-ov-file#examples
It runs a script that modifies the image. There's not much to it.
Just hindereds of lines of shell script that does non-trivial work and runs a script in who knows what context with uncertain resources and constraints. Which someone knew needed more explanation at some point in time, hence the reference to examples.
So it goes.
-- Not on the wealthy, who buy only what they want when they want it, was the vast superstructure of industry founded and built up, but on those who, aching for a luxury beyond their reach and for a leisure forever denied them, could be bullied or wheedled into spending their few hardly won shillings on whatever might give them, if only for a moment, a leisured and luxurious illusion. -- Dorothy Sayers, Murder Must Advertise
It executes a script in the context of the image. What exactly do you want to do? You can just run the default command against the image to get an interactive shell to make modifications to your image. If you have a script for your modifications, you point it to the script.
Where are the promised examples of scripts for the libretech-slipstream tool?