Tags: troglobit/myLinux
Tags
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]>
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]>
Upgrade to Linux 4.1.7 and bump TroglOS to 1.0-beta5 Signed-off-by: Joachim Nilsson <[email protected]>
Followup to previous commit, update for Ubuntu 15.04 changes to Qemu. Signed-off-by: Joachim Nilsson <[email protected]>
Fix missing empty line before verbatim text. Signed-off-by: Joachim Nilsson <[email protected]>
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]>
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]>