20 Commits

Author SHA1 Message Date
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
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
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
Ivan Davidov
c736467394 Replaced all '...' with single '.' in all scripts. 2017-11-29 22:06:36 +02:00
bauen1
65738eb238
Fixed 04_bootscript.sh 2017-11-18 18:38:10 +01:00
bauen1
29dd930aca
Check if autorun script is a file and marked as executable 2017-11-18 18:36:45 +01:00
bauen1
17665b1de7
Moved /etc/msg/welcome.txt to /etc/motd
This way the welcome message is displayed when you login using ssh or telnet
2017-11-14 15:21:46 +01:00
Ivan Davidov
03e324c296 Updated software versions. The 'nweb' bundle fails on Ubuntu. 2017-08-05 00:52:43 +03:00
bauen1
35f82aa07d
Fixed network autorun script 2017-07-30 09:54:05 +02:00
bauen1
28948cd819
Added dhcp overlay bundle 2017-07-30 08:34:28 +02:00
Ivan Davidov
c915716a15 Added 'autorun' functionality loosely based on 'init.d'. Updated the software components with their latest versions (not tested yet). 2017-06-17 14:50:46 +03:00
Ivan Davidov
9f7dd0cf57 Added more message files. Updated the initramfs scripts to use the new message files. 2016-05-20 22:04:02 +03:00
Ivan Davidov
497c375973 Size optimizations (remove debug symbols). Added 'Dropbear SSH' as additional overlay software. Added '/var/log/' log files. Added support for '/dev/pts' (required by Dropbear). 2016-05-15 23:27:20 +03:00
Ivan Davidov
ceb640edd9 Minor fix - ensure that the first shutdown message is on new line. 2016-05-11 23:12:26 +03:00
Ivan Davidov
7fe35fb15b Text color improvements. 2016-05-11 22:57:37 +03:00
Ivan Davidov
19c54e2411 The tty ANSI code for the welcome message is set to 0 (disabled) because VirtualBox seems to execute 'respawn' tasks along with 'once' tasks (concurrency issue). However, in QEMU this feature works perfectly fine. 2016-05-11 00:17:18 +03:00
Ivan Davidov
0c8b4e3502 Added ANSI escape codes for some messages. This works both in standard and graphics modes. 2016-05-10 23:56:25 +03:00
Ivan Davidov
de5376295f Structural improvements. 2016-05-07 03:12:42 +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