Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |