Skip to content

Slater91/ISO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 virtualized 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 -i.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.9%
  • Python 28.1%