pynixis / ISO

helloSystem Live and installation ISO

Home Page:https://github.com/helloSystem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello Live ISO builder Build Status

Release

The latest release build r0.6.0 can be downloaded here.

Continuous builds

Continuous builds can be downloaded here. CAUTION: These are meant for development only. Use at your own risk. Do not use in production environments.

To minimize the amount of data when going from build to build, .zsync files are also provided. More information

It is possible to directly download and write straight to a USB stick in one go. Caution: This will OVERWRITE the entire contents of the USB stick.

root@FreeBSD:/ # umount /dev/daX*
root@FreeBSD:/ # curl -L "https://github.com/probonopd/furybsd-livecd/releases/download/continuous/...iso" | dd of=/dev/daX bs=4m

System Requirements for live media

  • 2 GHz dual core processor
  • 4 GiB RAM (system memory for physical and viritualized installs)
  • VGA capable of 1024x768 screen resolution
  • Either a CD/DVD drive or a USB port for booting the installer media

Credentials for live media

There is no password for liveuser. The liveuser account is removed upon install. There is also no root password until it is set in the installer. You can become root using sudo su.

Acknowledgements

Please see https://hellosystem.github.io/docs/developer/acknowledgements. These builds would not be possible without the infrastructure generously provided by Cirrus CI.

About

helloSystem Live and installation ISO

https://github.com/helloSystem/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 64.1%Language:Python 35.9%