Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-14 | fixes problem with musl, order of options seems important | Waldemar Brodkorb | |
2012-03-20 | add simple lemote disk installer | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) | |||
2011-10-20 | try to mount secondary filesystems after modules are loaded | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-08 | push pacemaker stuff in a usable state. | Waldemar Brodkorb | |
2011-09-12 | add new package kexecinit, to realize kexec booting | Waldemar Brodkorb | |
2011-07-27 | reimplement cryptinit as shell script | Waldemar Brodkorb | |
2010-12-31 | fix some error messages, when fstab does not exist | Waldemar Brodkorb | |
2010-12-16 | interfaces contains wpa keys, make it non-readable for the user, optimize ↵ | Waldemar Brodkorb | |
init and shutdown | |||
2010-12-16 | enable automatic filesystem checks for devices/partitions in /etc/fstab | Waldemar Brodkorb | |
2010-11-25 | first setup cfgfs, then mount all other volumes, otherwise fstab is ignored | Waldemar Brodkorb | |
2010-11-20 | avoid warning, when already mounted by kernel | Waldemar Brodkorb | |
2010-11-18 | convert qemu for x86/x86_64 to hardware profiles | Waldemar Brodkorb | |
2010-11-10 | fix my broken commit, remount not required | Waldemar Brodkorb | |
2010-11-08 | safe one line | Waldemar Brodkorb | |
2010-11-03 | just remount existing devtmpfs | Waldemar Brodkorb | |
2010-07-19 | fix tmpfs size, when /etc/tmpfs is not given | Waldemar Brodkorb | |
2010-06-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-02-26 | update qemu targets to 2.6.33 | Waldemar Brodkorb | |
- add LZO compression choice - reactivate mdev mount in init - add correct inittab for qemu-arm | |||
2010-02-25 | we use devtmpfs on all targets, no need for extra dev tmpfs | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. |