750 Commits

Author SHA1 Message Date
Ivan Davidov
4e68b0d838 Added one more fork project to the list. 2015-04-18 13:26:38 +03:00
Ivan Davidov
3ed5ac1f91 Merge pull request #13 from cspenceiv/minor-fix
Add sed command to use genisoimage - considering that 'genisoimage' is already described as possible dependency, this merge should have zero impact on the overall build process, regardless of the host Linux OS.
2015-04-17 21:43:57 +03:00
cspenceiv
4afc25d0cf Add sed command to use genisoimage
This change fixes a bug by adding a sed command to force the arch/x86/boot/Makefile to use genisoimage instead of mkisofs.
2015-04-08 15:05:13 -05:00
Ivan Davidov
77de2be60e Added possible compilation improvement which utilizes all processor cores. This should be a significant improvement. I haven't tested this yet. 2015-03-19 20:47:31 +02:00
Ivan Davidov
a86b6d4231 Minor formatting change. 2015-02-26 00:16:05 +02:00
Ivan Davidov
c99e1c4500 New project based on "Minimal Linux Live". 2015-02-26 00:15:05 +02:00
Ivan Davidov
a040d19cd4 Website updates. 2015-02-15 19:03:38 +02:00
Ivan Davidov
ccb0a47e32 Website updates. 2015-02-15 18:31:45 +02:00
Ivan Davidov
461b39b1d0 Added responsive version of the website, based on 'skeleton' (http://getskeleton.com). 2015-02-15 18:16:23 +02:00
Ivan Davidov
e14dca3600 Minor change in the documentation (packman => pacman). 2015-02-15 01:01:15 +02:00
Ivan Davidov
5896420fb2 Minor enhancements in the "Next Steps" section. 2015-02-14 23:51:28 +02:00
Ivan Davidov
21cb4846cc Minor enhancements. 2015-02-14 23:42:35 +02:00
Ivan Davidov
ec810417c1 Added some more information to the "Next Steps" section. 2015-02-14 23:40:39 +02:00
Ivan Davidov
aa9424bc6e Added new section called "Next Steps" to the tutorial. 2015-02-14 23:31:11 +02:00
Ivan Davidov
d3a5e2e1c8 Minor enhancements. The whole document should be revised at some point. 2015-02-08 02:03:05 +02:00
Ivan Davidov
aa6698138b Fixed the workaround for Arch Linux (should have been 'isolinux' instead of 'syslinux'). 2015-02-07 22:49:44 +02:00
Ivan Davidov
1dff16fb77 Site updates for the 07-Feb-2015 release. 2015-02-07 21:37:30 +02:00
Ivan Davidov
b0abfba526 Minor structural updates. 2015-02-07 20:13:34 +02:00
Ivan Davidov
b7334f1656 Updated the config files with latest Kernel and BusyBox. 2015-02-07 20:00:20 +02:00
Ivan Davidov
a1bce6d8b7 Update README.md
Minor README update with reference to already existing fork of "Minimal Linux Live". In the future other projects will be added.
2014-12-05 11:29:30 +02:00
Ivan Davidov
0ca88db610 • Minor website update. 2014-08-24 14:06:06 +03:00
Ivan Davidov
c2e93fbea4 • The default host is now "minimal" (used to be "minimal-linux-live").
• Website update - preparing for the next release.
2014-08-24 13:35:07 +03:00
Ivan Davidov
e557e32303 • Welcome message is indented 2 console characters to the right. 2014-08-24 12:13:18 +03:00
Ivan Davidov
55b839548e • Minor code comment improvements and reformatting. 2014-08-24 12:03:30 +03:00
Ivan Davidov
abaa655d4a • The kernel is now "3.16.1".
• Some additional minor improvements. Most notable change - the 'init' script is generated by using cat + here.

Note - all changes, including the latest few merges are *not* tested yet.

TODO 1 - test all changes since the last release and prepare new release if there are no issues.
TODO 2 - create new tutorial document based on the latest scripts (optional, if there is free time).
2014-08-23 21:23:44 +03:00
Ivan Davidov
46f4d20ae6 Merge pull request #3 from krobelus/master
Minor fixes & style improvements.

Note: these changes have to be tested before the next release.
Another note: don't forget to update the property file to point to the latest stable kernel.
2014-08-23 21:08:53 +03:00
Johannes Altmanninger
01956eb5a6 call the scripts with sh so they don't need the executable bit 2014-08-23 19:47:06 +02:00
Johannes Altmanninger
fbccabac6f use cat + heredocs instead of echo 2014-08-23 19:44:53 +02:00
Johannes Altmanninger
73c2e7f2fe fixed shebang 2014-08-23 19:40:12 +02:00
Ivan Davidov
aee022b07a • The download URL for the kernel now points to stable version "3.16".
• Minor formatting changes - the scripts should be more readable this way.
• Minor comment updates.
2014-08-08 02:30:28 +03:00
Ivan Davidov
7a97f7e982 Merge pull request #2 from BeresfordHare/master
The suggested changes look great and I'm merging them in the current sources. This hasn't tested them yet (TODO) but the changes are quite simple and I believe there will be no issues at all.
2014-08-07 14:07:49 +03:00
BeresfordHare
1a18cd7a10 Fixed spelling mistake 2014-08-07 14:43:12 +12:00
BeresfordHare
0f7779da58 Added comments 2014-08-07 14:42:28 +12:00
BeresfordHare
09fd6ec0c2 Fixed paths 2014-08-07 14:40:47 +12:00
BeresfordHare
f902853da3 Source downloaded to new source folder 2014-08-07 14:39:56 +12:00
BeresfordHare
d8954a701c Changed to make bzImage, and make mrproper. 2014-08-07 14:36:10 +12:00
BeresfordHare
c76f64e0b0 The downloads now go into a source folder 2014-08-07 14:31:33 +12:00
BeresfordHare
dcac27166f create directory for source files 2014-08-07 14:28:54 +12:00
Ivan Davidov
c396fa1b6b Merge pull request #1 from BeresfordHare/patch-1
Minor fix to shebang
2014-08-06 23:55:45 +03:00
BeresfordHare
f756364540 Minor fix to shebang 2014-08-07 08:44:00 +12:00
Ivan Davidov
4f2d1fbe29 • Website update: added the new GitHub details. 2014-08-05 18:13:18 +03:00
Ivan Davidov
c7ad998384 Merge branch 'master' of https://github.com/ivandavidov/minimal 2014-08-05 18:01:47 +03:00
Ivan Davidov
a3c458011f • Minor CSS update which should enable proper responsiveness for mobile devices (responsive design). 2014-08-05 17:52:29 +03:00
Ivan Davidov
0e276f93b4 Excluded some files from future commits. 2014-08-04 17:30:49 +03:00
Ivan Davidov
b85317ca0c • Minor updates on the "readme" document. 2014-08-03 19:18:20 +03:00
Ivan Davidov
afd89eb377 Property updates for the repository - some files are excluded from future commits (images & downloads). 2014-08-03 18:45:26 +03:00
Ivan Davidov
91506680aa • Added the current version of the website located at http://minimal.linux-bg.org 2014-08-03 18:37:11 +03:00
Ivan Davidov
d116c397c9 • Switched to "/sbin/init" and "/etc/inittab" boot configuration. 2014-08-03 18:30:35 +03:00
Ivan Davidov
e1a84e397e Initial commit for the already completed "28-Jul-2014" shell scripts. 2014-08-03 18:19:16 +03:00
Ivan Davidov
23bf6f6547 Initial commit 2014-08-03 18:04:32 +03:00