Skip to content

Releases: asmileyguy/simpleinitgen

v0.03.3

27 Sep 18:45
2cae77a

Choose a tag to compare

Just a last-minute bugfix when enabling verbose messages it wouldnt "#include <string.h>" so it would error out :P

v0.03.2

27 Sep 18:40
e1762f5

Choose a tag to compare

Fixed bug of no "#include <errno.h>" when verbose messages are enabled.

v0.03.1

07 Sep 10:44
57e748a

Choose a tag to compare

Some more bugfixes, this is kind of a last-minute update.

v0.03

07 Sep 10:34
c41a348

Choose a tag to compare

I added:

  • Option for running daemons/services (in /etc/init.rc)
  • Debug messages for mounting
  • Bugfixes:
    • Fixed "else if" bug by changing it to "elif"

v0.02

04 Sep 14:18
3f0db46

Choose a tag to compare

I added:

  • Option for verbose messages
  • Bugfixes:
    • Shell not launching again
    • Hardcoded shell path (oops)

v0.01

03 Sep 09:51
fb8046f

Choose a tag to compare

The first release of SimpleInitGen.