Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: troglobit/myLinux

Tags

v1.0

Toggle v1.0's commit message
Update build depends, clarify capabilities, and how to set up virbr0

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-rc1

Toggle v1.0-rc1's commit message
Bump version to v1.0-rc1 now that build.log is in

Pending Finit3 and a few upgraded support libs before the big 1.0 :)

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta10

Toggle v1.0-beta10's commit message
Bump version to v1.0-beta10

Only waiting for the latest few touches to Finit3, then we (I) can
unleash TroglOS v1.0 to the masses \o/

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta5

Toggle v1.0-beta5's commit message
Upgrade to Linux 4.1.7 and bump TroglOS to 1.0-beta5

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta4

Toggle v1.0-beta4's commit message
Followup to previous commit, update for Ubuntu 15.04 changes to Qemu.

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta3

Toggle v1.0-beta3's commit message
Fix missing empty line before verbatim text.

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta2

Toggle v1.0-beta2's commit message
Add networking (bridge) support to Qemu, ping works! :-)

- Use the Qemu bridge helper to connect a tap to `virbr0` as
  a non-priviliged user
- Update README with requirements and a few instructions for
  how to get `qemu-bridge-helper` working
- 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!

Signed-off-by: Joachim Nilsson <[email protected]>

v1.0-beta1

Toggle v1.0-beta1's commit message
TroglOS Chaos v1.0-beta1

Picking up where I left off eight years ago, here's the beginnings
of the Chaos release.  Sill much to do and fix, but this is a good
enough platform to build on.

- OS: TroglOS
- Release: Chaos
- Version: 1.0-beta1
- Move initramfs creation to ramdisk.mk, prevents warnings during build
- Fix bad or missing default files /etc/passwd, /etc/hosts, etc.
- Fix missing default directories /var/log, /var/lib, etc.
- Start syslogd/klogd from rcS, remove passwd creation and all verbose echos
- Fix getty login on first TTY (Versatile on ttyAMA0)
- Silence ifplugd, yeez ...
- Let Qemu run in existing terminal where `make run` is called

OK, it builds and runs from scratch, I'd call that a beta :-)

Signed-off-by: Joachim Nilsson <[email protected]>