Giter Club home page Giter Club logo

Comments (4)

lsandov1 avatar lsandov1 commented on July 4, 2024

Perhaps the title needs to change, but we should include full command lines when downloading stuff, like OVMF.fd or the start_qemu.sh. Leaving the title as it is for the moment.

from clear-linux-documentation.

bktan8 avatar bktan8 commented on July 4, 2024

@lsandoval - The "image" directory in https://download.clearlinux.org/image always has the latest. there aren't multiple versions.

That said, we can add a command-line code-block to each one of the document where we ask the user to download the latest. It will download the latest. @Michael-Vincerra - Here are the changes to make:

  1. On https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install

“Download the latest Clear Linux installer image
Get the latest Clear Linux installer image from the image directory. Look for the clear-[version number]-installer.img.xz file. Once you have downloaded the image, verify and uncompress the file.”
 
Add a code-block:: bash
$ curl -O  https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-installer.img.xz
 
2. On https://clearlinux.org/documentation/clear-linux/get-started/virtual-machine-install/kvm
“Download and launch the virtual machine
1.   Download the latest pre-built Clear Linux KVM image file from the image directory. Look for clear--kvm.img.xz.”
 
Add a code-block:: bash
$ curl -O  https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-kvm.img.xz
 
3. On https://clearlinux.org/documentation/clear-linux/get-started/virtual-machine-install/virtualbox
“Create a virtual machine in VirtualBox
1.    Download the latest live version (clear-XXXX-live.img.xz) from https://download.clearlinux.org/image/ .”
Add a code-block:: bash
$ curl -O  https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-live.img.xz
 
4. On https://clearlinux.org/documentation/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image and https://clearlinux.org/documentation/clear-linux/get-started/virtual-machine-install/vmw-player-preconf
“Download the latest Clear Linux VMware image
Get the latest Clear Linux VMware image from the image repository. Look for clear-[version number]-vmware.vmdk.xz.

Add a code-block:: bash
$ curl -O  https://download.clearlinux.org/image/clear-$(curl https://download.clearlinux.org/latest)-vmware-vmdk.xz

from clear-linux-documentation.

mvincerx avatar mvincerx commented on July 4, 2024

Will do so as soon as we meet to resolve minor issues in commands.

from clear-linux-documentation.

mvincerx avatar mvincerx commented on July 4, 2024

We've added the curl command in these URLs. This issue is closed.

from clear-linux-documentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.