Giter Club home page Giter Club logo

iso's Introduction

ISO For EndeavourOS

Maintenance Downloads

EndeavourOS download page

Release archive

Development Releases

Live-Session-Screenshot


How to handle ISO releases:

import private key: (if changed machine or new install) gpg --import private_key.gpg

sign the iso-file:

gpg --default-key [email protected] --output isoname.iso.sig --detach-sig isoname.iso

verify:

for check: gpg --recv CB23504F

gpg --verify isoname.iso.sig

sha512sum creation:

sha512sum endeavouros-2021.02.02-x86_64.iso > endeavouros-2021.02.02-x86_64.iso.sha512sum

Create torrent:(run command in same folder with the iso)

mktorrent --announce=udp://tracker.openbittorrent.com:80 -a udp://tracker.torrent.eu.org:451/announce -a udp://thetracker.org:80/announce -a udp://tracker.dutchtracking.com:6969/announce -a udp://tracker.opentrackr.org:1337/announce -c endeavouros-2021.02.02-x86_64.iso -n endeavouros-2021.02.02-x86_64.iso -o endeavouros-2021.02.02-x86_64.iso.torrent -v endeavouros-2021.02.02-x86_64.iso -w https://mirror.alpix.eu/endeavouros/iso/endeavouros-2021.02.02-x86_64.iso

// -p, --private : set the private flag ---> removed private flag from mktorrent command //

save virtualbox ova to rebuild packages for HotFix:

Make VM image smaller is to erase empty space inside the VM:

sudo dd if=/dev/zero of=/emptyspace

sudo rm -rf /emptyspace

power down the VM.

use vmbox tool to compact the vm-disk:

VBoxManage modifyhd --compact nameofthedisk.vdi

and now create the ova image from virtualbox-manager.

iso's People

Contributors

killajoe avatar manuel-192 avatar portergos avatar endeavouros avatar

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.