1.0.0-RC3.2 • Published 7 years ago

nodeos-initramfs v1.0.0-RC3.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Build Status

NodeOS initramfs

This package generate a initramfs image that will try to mount the users filesystem, set on the root= flag on Linux command line. If it fails to do so, it boots to a Node.js REPL prompt using an on-memory root filesystem.

Note about env.js

Since /usr/bin/env is also a Node.js script, to use less memory and boot faster it's checking that the script to be run is already a Node.js script and if so, it require()s it and exec it directly to re-use the current Node.js instance. This has the drawback that Python-inspired tricks like !module.parent or require.main === module will not work anymore. A better alternative and currently more widely used when a package can be used both as a library and as an executable is to define the executable at an independent script file and use the package.json main and bin entries.

1.0.0-RC3.2

7 years ago

1.0.0-RC3.1

7 years ago

1.0.0-RC3.0

7 years ago

1.0.0-RC3

7 years ago

1.0.0-RC2.4

8 years ago

1.0.0-RC2.3

8 years ago

1.0.0-RC2.2

8 years ago

1.0.0-RC2.1

8 years ago

1.0.0-RC2

8 years ago

0.0.1

9 years ago

0.0.0

9 years ago