Skip to content

A basic script to set up a minimal Linux + .NET Core environment

License

Notifications You must be signed in to change notification settings

sharpsuite/initenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initenv

Usage: dotnet InitializeEnvironment.dll --auxiliary-partition /dev/sdX --use-downloaded-dotnet

Sets up a minimal environment that contains the following:

  • The most basic libraries required by .NET Core (glibc, libpthread, librt, etc...)
  • The Linux kernel and an initramfs file
  • A copy of .NET Core

Currently, initenv is only officially supported under Ubuntu 16.04. Fedora is known not to work, newer versions of Ubuntu or other distributions could work.

Do NOT run this program on bare-metal hardware, as it can potentially cause data loss. Always use a VM.

About

A basic script to set up a minimal Linux + .NET Core environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published