Releases: debian-pi/raspbian-ua-netinst
Releases · debian-pi/raspbian-ua-netinst
raspbian-ua-netinst v1.0.2
Releasing version 1.0.2 of the Raspbian unattended netinstaller.
This release fixes the following issues:
- Make the installation process more resilient by not aborting the installation
when a not fatal error occurs, like 'apt-get update' or the installation of
the firmware package. - Hard code wheezy for the raspberrypi.org archive, since they don't support
jessie (yet). - Support multiple compression methods and don't hard code it to bz2.
Recently the raspbian archives compression changed from bz2 to xz, making the
update.sh script fail. - Fixed some documentation issues.
See the README for features/installation instruction/etc for this release.
raspbian-ua-netinst v1.0.1
Releasing version 1.0.1 of the Raspbian unattended netinstaller.
This release fixes the following issues:
- Unable to boot the system when installing / (root) on usb and ext4 was used
as filesystem (fixes #47). Fixed by always installing latest kernel package. - Configuration file not working as expected (fixes #50). This appears to be
related to creating/modifying configuration files on windows, which has a
different line ending then linux. Fixed by pushing the configuration file
through dos2unix before using it. - Unable to login to the system when jessie was used as release (fixes #45).
This was caused by a change in default configuration of openssh-server, which
now disables password login by root. Fixed by re-enabling that for jessie.
See the README for features/installation instruction/etc for this release.
First release of Raspbian unattended netinstaller through GitHub
This is the first release of the Raspbian (minimal) unattended netinstaller provided through GitHub.
If you find any issues, please report them through the Issues feature here on GitHub.
Release Notes:
- First release through GitHub, see the README for features/installation instructions/etc for this release.
Enjoy!