Ivan Davidov
5c7055ec93
Updated the 'common.sh' file for the overlay bundles. Refactored the 'coreutils' bundle to use the new logic in 'common.sh'. All overlay bundles should be refactored and adopt the new functionality where it makes sense (e.g. the common download process in most places).
2017-12-06 03:13:19 +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
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
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
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
ef075dc53a
Fixed the dependencies for all existing overlay bundles.
2017-12-02 03:22:02 +02:00
Ivan Davidov
8ba922c5ec
Overlay enhancement - 'bundle_deps' can contain comments. Minor updates on the software versions in '.config'.
2017-12-02 03:15:18 +02:00
Ivan Davidov
c736467394
Replaced all '...' with single '.' in all scripts.
2017-11-29 22:06:36 +02:00
Ivan Davidov
77f04c6c8a
Major structural changes.
...
- New overlay bundle which provides the MLL sources.
- The build process has been enhanced.
--- Sources are provided as part of the new overlay bundle.
--- The MLL scripts have been refactored to handle the above change.
--- The overlay dependency file has been renamed.
NOTE: at this point some overlay bundles may be broken due to the numerous changes that haven't been fully tested.
2017-11-29 03:55:56 +02:00
Ivan Davidov
787cae0ac9
Merge pull request #117 from bauen1/glibc-bundles
...
Split glibc_full in multiple bundles
2017-11-28 22:19:48 +02:00
bauen1
af4818a95a
Replaced glibc_libm with a meta-package
...
Its provided by the initramfs
2017-11-28 21:03:10 +01:00
bauen1
8d4e490f66
Replaced glibc_libc and glibc_ld-linux with metapackages
...
Their provided by the initramfs, no need to waste disk space
2017-11-28 20:51:36 +01:00
bauen1
74a2048082
Fixed dropbear dependencies
2017-11-28 20:27:51 +01:00
bauen1
142f58c76a
Fixed 2 typos
2017-11-27 22:17:28 +01:00
bauen1
1f07ec778b
Added glibc_libutil
2017-11-27 22:12:32 +01:00
bauen1
62a106ac84
Replaced glibc_full with a meta-bundle and updated dependencies
2017-11-27 22:12:14 +01:00
bauen1
0da731b4d9
Added glibc_ld-linux
2017-11-27 22:06:02 +01:00
bauen1
0477062a2f
Added glibc_libthread_db
2017-11-27 22:03:52 +01:00
bauen1
14b9b2f970
Added glibc_librt
2017-11-27 22:02:50 +01:00
bauen1
4f30b3fc5a
Added glibc_libpthread
2017-11-27 22:02:03 +01:00
bauen1
509c3a02f9
Added glibc_libnss_hesiod
2017-11-27 22:00:26 +01:00
bauen1
5e6ce2b540
Added glibc_libnss_db
2017-11-27 21:59:24 +01:00
bauen1
ab77ed8243
Added glibc_libnsl
2017-11-27 21:58:25 +01:00