Implemented enhancements:
- Dedicated user for installation #6
Fixed bugs:
- Tcl package stops without error #7
v0.1.2 (2016-05-28)
v0.1.1 (2016-05-27)
v0.1.0 (2016-05-27)
[Full Changelog](https://github.com/PandaLinux/base-64/compare/Major Changes...v0.1.0)
Fixed bugs:
- gcc specs changed to /tools #5
- cannot open shared object file #3
- coreutils compile error #2
configure.shthrows gcc error #1
Closed issues:
- Linux kernel 3.14 stops without any errors #8
- Give users the right to make their own root name and password #4
-
The directory structure has slightly been modified.
- All the patches have been moved to the
$ROOT_DIR/patchesfolder. - This makes it easy for maintaining the patches.
- All the patches have been moved to the
-
Now, the user is created while configuring the system. This user's home is also setup on the fly without any user intervention.
-
The created user can be referenced by
${PANDA_USER}and this variable is setup invariables.sh -
The
install.shscript has also been modified a lot.- It is now possible to change some of the variables such as
installation directory,concurrent jobsetc. For more details about these variables, just execute./install.sh -h. - The variables changed via the
install.share stored invariables.shand~/.bashrcof${PANDA_USER}.
- It is now possible to change some of the variables such as
-
The
cleaner.shscript has been removed for now and later a better version of this script will be made written. -
The data in
${PANDA_HOME}can only be edited by${PANDA_USER}but can be seen by anyone to avoid accidental changes to the installation script. -
version-check.shhas been cleaned and re-written to check for minimum requirements from the host. -
All the major scripts can now only be executed by
${PANDA_USER}to avoid damage to the host system and provide a clean environment to the installer. -
${PANDA_USER}is a password-less user. This keeps the installation running even when the user has left. -
Logs are now stored in a separate folder in the working directory.
-
The
DONEhas been moved to the${DONE_DIR}and is renamed to the package's name.
* This Change Log was automatically generated by github_changelog_generator