520 Commits

Author SHA1 Message Date
Ivan Davidov
49c54e968b Added helper script which starts shell from the MLL image in Docker. 2017-11-28 22:53:47 +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
bauen1
7eddacb4da
Added glibc_libm 2017-11-27 21:56:49 +01:00
bauen1
1859a5f0af
Added glibc_libdl 2017-11-27 21:56:02 +01:00
bauen1
ac79993c46
Added glibc_libcrypt 2017-11-27 21:54:57 +01:00
bauen1
019b88bb85
Added glibc_libcidn 2017-11-27 21:53:59 +01:00
bauen1
9f40cc7cb5
Added glibc_libc 2017-11-27 21:53:05 +01:00
bauen1
67b52049e1
Added glibc_libanl 2017-11-27 21:50:04 +01:00
bauen1
4b7445a629
Added glibc_libBrokenLocale 2017-11-27 21:48:58 +01:00
bauen1
37af044fdf
Updated dhcp dependencies 2017-11-27 21:43:56 +01:00
bauen1
1d263b2c2e
Added glibc_libnss_files bundle 2017-11-27 21:43:47 +01:00
bauen1
2f89407e60
Revert "Rewrote glibc_libresolv"
The older code is a lot less complicated
This reverts commit 1fcc7026a54c13443b3536d27944a1b4a8104e67.
2017-11-27 21:39:02 +01:00
bauen1
1fcc7026a5
Rewrote glibc_libresolv 2017-11-27 21:30:30 +01:00
bauen1
77767722d1
Added glibc_libnss_dns bundle 2017-11-27 21:23:01 +01:00
bauen1
937bc65cdc
Fixed glibc_libresolv cd error 2017-11-27 20:35:29 +01:00
Ivan Davidov
9dc8fc2261
Merge pull request #115 from bauen1/make
Added Make bundle
2017-11-27 02:35:50 +02:00
Ivan Davidov
f987d5cf1d Makefile fixes and improvements. 2017-11-27 02:19:16 +02:00
Ivan Davidov
2113a18fbe Aded the image generation to the build chain. Script improvements. Added 'rebuild' script and script to test the MLL image. 2017-11-26 23:47:10 +02:00
Ivan Davidov
1a219a8e0e No need for 'bash' as there are no more 'time' built-in references. 2017-11-26 23:44:04 +02:00
Ivan Davidov
0d12d20a2c Minor enahncements on the ISO image generation script. 2017-11-26 23:40:14 +02:00
bauen1
29f96e86b5
Added documentation about the make bundle 2017-11-26 21:19:42 +01:00
bauen1
18afd9811d
Added glibc_libresolv bundle 2017-11-26 20:30:58 +01:00
bauen1
5a383de5e8
Added missing library to the make bundle 2017-11-26 20:05:15 +01:00
bauen1
f8cfd22965
Added make bundle 2017-11-26 19:43:50 +01:00
Ivan Davidov
d62f02178e Disabled the 'debug' flag. 2017-11-25 20:39:26 +02:00
Ivan Davidov
e737be7ad4 Fixed issue - delete temporary directory only if it exists. 2017-11-25 20:37:00 +02:00
Ivan Davidov
fc8227684b Added script which generates MLL image for Docker. 2017-11-25 20:17:43 +02:00
Ivan Davidov
90fdceabb9 Using 'xorriso' instead of 'genisoimage'. Updated the kernel version. Fixed the 'static_get' build process to follow the common practice the build directory to be named the same as the bundle name. This is mandatory for the dependency detection mechanism in order to work properly. All other bundles have to follow the same approach (not implemented yet). 2017-11-25 17:52:09 +02:00
Ivan Davidov
e03cd2d8a0
Removed the PayPal link - I'll think of another way to become rich without innvolving MLL. 2017-11-24 15:31:26 +02:00
Ivan Davidov
6026298b9c
Minor fix - removed unnecessary white space. 2017-11-24 15:03:16 +02:00
Ivan Davidov
4eda15aca7
Use '|' as separator in sed expression => less escaping and better readability. 2017-11-24 15:01:49 +02:00
Ivan Davidov
e5c719259e
'rootfs.cpio.gz' doexn't exist. Changed to 'rootfs.cpio.xz'. 2017-11-24 14:57:04 +02:00
Ivan Davidov
6f0032002f
Added 'Quad9' DNS as default DNS resolver 2017-11-19 15:54:54 +02:00
Ivan Davidov
23f34f3941
Merge pull request #110 from bauen1/misc-changes
Misc changes - added deps for some bundles, autorun enhancements, host resolution, code refactoring.
2017-11-18 22:59:03 +02:00
bauen1
b96861a536
Added libnss_files.so.2 in the dhcp bundle to enable /etc/hosts 2017-11-18 21:45:09 +01:00
bauen1
2b4568da60
Added nsswitch.conf to enable the hosts file 2017-11-18 21:15:48 +01:00
bauen1
05cfa7fc77
Added a simple hosts file to the dhcp bundle 2017-11-18 20:09:35 +01:00