Skip to content

Releases: troglobit/myLinux

myLinux v1.0

12 Apr 11:06
Compare
Choose a tag to compare

After almost six years of hard work on myLinux (a.k.a. TroglOS, a.k.a miniroot), it's finally here:

File Description
myLinux-1.0.tar.gz Distribution tarball
myLinux-1.0.tar.gz.md5 c4cbe1626df99601fb0fc362de1f7927

Shared libs and Dropbear SSH working!

11 Jan 15:50
Compare
Choose a tag to compare
Pre-release

Wow, seems like only yesterday we got ping working! ;-)

Changes in beta3:

  • Linking with shared libraries
  • Support for building libraries before packages
  • Possible to add users at runtime
  • Dropbear SSH started by default
  • Telnet daemon started by default
  • Massively updated documentation

The PING Release :-))

11 Jan 00:21
Compare
Choose a tag to compare
The PING Release :-)) Pre-release
Pre-release

Add networking (bridge) support to Qemu, ping works! :-)

  • Upgrade to Linux v3.18.2
  • Upgrade to BusyBox v1.23.0
  • Massive updates to README, thanks to @elofu17
    • Add motivation and spell check
    • Add requirements and a few instructions forhow to get qemu-bridge-helper working
    • Add info on how to upgrade the kernel, if needed
  • Use the Qemu bridge helper to connect a tap to virbr0 as
    a non-priviliged user
  • Disable ifplugd, instead ...
  • Use BusyBox ifup to bring up Debian style /etc/network/interfaces
  • Convert udhcpc script /share/udhcpc/default.script to use logger
  • Add PCI support and a few PCI NIC drivers to kernel, default: RTL8139
  • Disable kernel CONFIG_VIRTIO_CONSOLE, messes up regular console!
  • Minor bug fixes and polish