481 Commits

Author SHA1 Message Date
Ivan Davidov
3844205480 Minor improvements. 2017-12-06 03:09:42 +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
f8128e83fb Added sample 'common.sh' in the main sources. The kernel download process has been rewritten to use the functionality from 'common.sh'. The whole project should adopt functional structure where it makes sense (e.g. the common download proces in most places). 2017-12-06 03:07:21 +02:00
Ivan Davidov
93ee4c794d Updated the kernel version. 2017-12-06 03:02:29 +02:00
Ivan Davidov
de89c493d9
Merge pull request #126 from bauen1/misc-changes
Cleanup and boot prompt for syslinux
2017-12-05 19:57:15 +02:00
bauen1
a44d44b987
Fixed the boot menu 2017-12-05 18:27:59 +01:00
Ivan Davidov
070f8090c8 Minor text alignment improvements. 2017-12-04 19:38:30 +02:00
Ivan Davidov
fdbe12e8fc
Update README.md 2017-12-04 19:36:41 +02:00
Ivan Davidov
8d8cc0bda4 Use local configuration (zlib). Documentation updates. 2017-12-04 19:23:22 +02:00
Ivan Davidov
6917b236ab Use local configuration (vim editor). 2017-12-04 18:16:42 +02:00
Ivan Davidov
6cfd21812c Use local configuration (util-linux). 2017-12-04 18:03:45 +02:00
Ivan Davidov
76c47fbd98 Use local configuration (stress). 2017-12-04 17:45:52 +02:00
Ivan Davidov
61f80b4f9b Use local configuration (static-get). 2017-12-04 17:40:36 +02:00
Ivan Davidov
7be3ba8c78 Use local configuration (Open JDK). 2017-12-04 17:35:12 +02:00
Ivan Davidov
b358f1c382 Use local configuration (ncurses). 2017-12-04 17:26:29 +02:00
Ivan Davidov
f538f55e9b Use local configuration (nano editor). 2017-12-04 17:12:22 +02:00
Ivan Davidov
f6a5ceba7e Use local configuration (make). 2017-12-04 16:57:30 +02:00
Ivan Davidov
d6899a5bef Use local configuration (Lua programming language). 2017-12-04 16:52:20 +02:00
Ivan Davidov
f0f0ff8948 Use local configuration (links browser). 2017-12-04 16:46:56 +02:00
Ivan Davidov
cde4a92d05 Use local configuration (libevent). 2017-12-04 16:40:54 +02:00
Ivan Davidov
6d7aef9f49 Use local source (kexec-tools). 2017-12-04 16:32:08 +02:00
Ivan Davidov
38235c4f85 Use local configuration (kbd). 2017-12-04 16:22:59 +02:00
Ivan Davidov
ac9b6b4925 Use local configuration (Oracle Java). 2017-12-04 16:08:52 +02:00
Ivan Davidov
091c46b636 Use local configuration (fio). 2017-12-04 15:45:26 +02:00
Ivan Davidov
4e603c991f Small fix. 2017-12-04 15:43:49 +02:00
Ivan Davidov
ab3d050562 Use local configuration (Apache Felix). 2017-12-04 15:33:40 +02:00
Ivan Davidov
74fe36a97a Forgot to revert the default keyboard layout back to 'us'. 2017-12-04 03:00:21 +02:00
Ivan Davidov
090cc988b2 Updates on the bundle boot messages. 2017-12-04 02:57:06 +02:00
Ivan Davidov
636173632a Minor updates in '.config'. 2017-12-04 02:54:41 +02:00
Ivan Davidov
fa31e83b5c Minor updates in the main build script. 2017-12-04 02:53:29 +02:00
Ivan Davidov
dcfa71368f Better way to handle the 'EFI mixed mode' edge case when building 64-bit MLL. 2017-12-04 02:52:34 +02:00
Ivan Davidov
05855e875c Minor text update (inittab). 2017-12-04 02:28:29 +02:00
Ivan Davidov
9ac67c9b67 New directories were not copied when 'OVERLAY_LOCATION=rootfs'. For example , the 'nweb' bundle provides the folder '/srv' which was skipped before the 'switch_root' phase. Now all non-critical directories are automatically detected and the issue is fixed. 2017-12-04 02:23:16 +02:00
Ivan Davidov
4a56c9dfa4 Minor script fixes. 2017-12-03 22:21:29 +02:00
Ivan Davidov
403513fc30 Revert back to the default overlay bundles. 2017-12-03 01:24:14 +02:00
Ivan Davidov
66851273ad Use local configuration (dialog). 2017-12-03 01:19:11 +02:00
Ivan Davidov
c7021ce0a9 Minor alignment update. 2017-12-03 01:00:13 +02:00
Ivan Davidov
b40bb4f4d1 Use local configuration (dropbear). 2017-12-03 00:59:37 +02:00
Ivan Davidov
4bb0a6e3af Minor text updates (cf_cli). 2017-12-03 00:45:31 +02:00
Ivan Davidov
f9bc0f9a99 Use local configuration (coreutils). 2017-12-03 00:44:10 +02:00
Ivan Davidov
d927196cad Overlay bundles now can have their own '.config' files. 2017-12-02 19:49:33 +02:00
Ivan Davidov
e7bed86b9c Fixed the 'cf_cli' bundle. Added new bundles 'bosh_cli" and 'cf_tools'. 2017-12-02 18:53:30 +02:00
bauen1
fbf7cd37d8
Renamed all .gitignore to .keep
.gitignore's shouldn't be removed as they (might) serve a purpose for bundles
2017-12-02 10:24:50 +01:00
bauen1
58ccaa6ab1
Cleaned up sysroot creation
Removed all traces of sysroot.spec
Copy kernel headers instead of symlinking theam (~6.7MB more space)
2017-12-02 10:08:02 +01:00
bauen1
7d2de5053b
Allow the user to enter a custom boot string for syslinux 2017-12-02 09:52:07 +01:00
Ivan Davidov
7ee38a2e5c
Update README.md 2017-12-02 03:41:28 +02:00
Ivan Davidov
a0c11a3166 Improved 'readme' docs. 2017-12-02 03:33:20 +02:00
Ivan Davidov
dbfd661372 The overlay structure is copied in proper way (this was serious bug). ALso added some enhancements, improvements and fixed few bugs. 2017-12-02 03:32:36 +02:00
Ivan Davidov
5dd6368e69 The overlay structure is copied in proper way (this was serious bug). 2017-12-02 03:28:23 +02:00
Ivan Davidov
5843070fd1 Added new script to the build chain which reverts the ownership of all files if the MLL build process has been started as 'root'. Also, the overlay structure is copied in proper way (this was serious bug). 2017-12-02 03:24:45 +02:00