24 Commits

Author SHA1 Message Date
Ivan Davidov
99ec7d2e7d Changed 'BusyBox' to 'Busybox'. 2019-03-25 16:46:44 +02:00
Ivan Davidov
52e3938d1f kernel=5.0.4; Busybox build has been fixed => explicitly linked with GLIBC from sysroot. 2019-03-25 16:20:01 +02:00
Ivan Davidov
71d99c57c9 Permanently fixed the ugly looking escaped sysroot string by removing it. 2017-12-08 00:01:07 +02:00
Ivan Davidov
691a321ead Updated all scripts to use common functions. Updated the sparse image size to 3MB by default. 2017-12-06 19:27:20 +02:00
Ivan Davidov
3756755d39 The kernel headers are now copied in the sysroot instead of symlinked. This fixes the issue with the 'inetd' applet. 2017-12-06 03:08:12 +02:00
Ivan Davidov
4a56c9dfa4 Minor script fixes. 2017-12-03 22:21:29 +02:00
Ivan Davidov
c736467394 Replaced all '...' with single '.' in all scripts. 2017-11-29 22:06:36 +02:00
Ivan Davidov
4eda15aca7
Use '|' as separator in sed expression => less escaping and better readability. 2017-11-24 15:01:49 +02:00
bauen1
bf08d8d1b4
Removed a lot of trailing spaces 2017-11-18 18:52:31 +01:00
bauen1
9747e61ec9 fixed busybox 2017-07-04 23:27:04 +02:00
Ivan Davidov
acb5f0b617 Externalized the additional CFLAGS. Removed the isohybrid functionality. These changes haven't been tested yet. 2017-01-15 03:24:31 +02:00
Ivan Davidov
a6dbd498ac Added build hack to enforce Intel's "Turbo Boost". This should be harmless for single/virtual core processors. Now 'make' is always invoked with number of jobs higher than the available CPU cores. 2016-05-23 15:30:22 +03:00
Ivan Davidov
ad683263a6 Redesigned the overlay build process - now it is more flexible. Updated property read process - now only properties in the beginning of the line are used. 2016-05-20 21:28:54 +03:00
Ivan Davidov
848f5e5623 Added support for building additional/overlay software on top of MLL. The only such software for now is Links (text browser). 2016-05-06 23:44:54 +03:00
Ivan Davidov
e11ed73329 Major reorganization (might break the build, not tested). Externalized the "copy source" process. Added properties to fin-tune the "copy source" process. Changed how Linux loader visibility is handled on 64-bit machines. Comments and log messages have been improved. 2016-05-04 18:44:39 +03:00
Ivan Davidov
29b1c3aab7 Fixed the 'src' stuff to include the README. Minor script formatting improvements. 2016-05-04 01:38:47 +03:00
Ivan Davidov
c61f217835 BusyBox and glibc now use separate object/install/prepare folders. Kernel and initramfs are reconfigured to use XZ compression. Added more CFLAGS for smaller output size. As result the fina ISO image is significantly smaller than before. 2016-05-04 01:25:26 +03:00
Ivan Davidov
fe195af1ae Added more default CFLAGS for better comaptibility with Ubuntu toolchain. Added the '-Os' flag which produces smaller output files. These changes haven't been tested yet. 2016-05-02 05:51:53 +03:00
Ivan Davidov
1c54c382a3 Fix for reported issue #26 - BusyBox is built with additional CFLAGS for better compatibility. 2016-04-28 20:12:27 +03:00
Ivan Davidov
8420232e44 Forgot to perform 'git add' on most of the files from the previous commit. 2016-04-23 01:52:33 +03:00
Ivan Davidov
62283e9f82 Documentation improvements and cleanup. Added shutdown tasks (sync & umount). 2016-04-16 23:36:31 +03:00
Ivan Davidov
05b62fd32e Major reorganization - initramfs structure is now externalized in separate folder structure. Added support for overlay from folders and disk images. Overlay structure has been externalized in separate folder. Added support to use preconfigured ".config" files for BusyBox and kernel. 2016-04-16 21:23:20 +03:00
Ivan Davidov
44ee04c758 Syslinux is now automatically downloaded and ISO image generation process uses precompiled Syslinux binaries. The initramfs logging has been improved and more details are displayed during boot. 2016-04-07 00:22:20 +03:00
Ivan Davidov
0441e69d0c Moved the stable 'glibc-busybox' scripts from the experimental folder to the root script folder. Removed the 'experimental' folder because the DNS resolving issue has been fixed. Added website information about the '03-Apr-2016' release. 2016-04-03 01:19:54 +03:00