8000 Tags · typhoon71/raspbian-ua-netinst · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: typhoon71/raspbian-ua-netinst

Tags

v1.1.2

Toggle v1.1.2's commit message
Releasing version 1.1.2 of the Raspbian unattended netinstaller.

This bug fix release fixes the issue that installation over wifi wasn't
working as several needed components weren't part of the installer.

v1.1.1

Toggle v1.1.1's commit message
Releasing version 1.1.1 of the Raspbian unattended netinstaller.

This is actually the first official release of the v1.1.x branch, but
previous betas were numbered 1.1.1-X.
This long overdue official release adds many, many improvements since 1.0.9.
Some of them are:
- Support for Raspbian Buster (10)
- Support for RPi devices till 3 (but not 4)
- Support for IPv6
- Support for multiple init systems (horray for init system diversity!)

For the rest, see the commit history.

v1.1.1-beta3

Toggle v1.1.1-beta3's commit message
Added automatic driver loading (debian-pi#469)

* Added automatic driver loading
When the config file sets enable_autoload_drivers=1, the installer will
enable driver loading on hotplug events using mdev.conf, and it will try
to load drivers for already connected devices.

* * Fixed modprobe for module aliases that contain whitespace

* * Removed enable_autoload_drivers option, enabling it by default

v1.1.1-beta2

Toggle v1.1.1-beta2's commit message
Added automatic driver loading (debian-pi#469)

* Added automatic driver loading
When the config file sets enable_autoload_drivers=1, the installer will
enable driver loading on hotplug events using mdev.conf, and it will try
to load drivers for already connected devices.

* * Fixed modprobe for module aliases that contain whitespace

* * Removed enable_autoload_drivers option, enabling it by default

v1.1.1-beta

Toggle v1.1.1-beta's commit message
Tell kernel the hostname (debian-pi#460)

*Tell the kernel what the hostname is

* move hostname command a few lines up

v1.0.9

Toggle v1.0.9's commit message
Releasing version 1.0.9 of the Raspbian unattended netinstaller.

The following changes are part of this release:
- Updated kernel and firmware to support new Raspberry Pi 1B+ revision. This fixes [issue 415](debian-pi#415).
- Improved various documentation parts. This fixes [issue 407](debian-pi#407).
- Improved the way `/etc/hostname` and `/etc/network/interfaces` are written to make it more resilient.

v1.0.8.1

Toggle v1.0.8.1's commit message
Releasing version 1.0.8.1 of the Raspbian unattended netinstaller.

The following changes are part of this release:
- Added check for existence of file before operating on it.
- Fixed wrong command when setting security on swap file in documentation. This fixes [issue 327](debian-pi#327) and fixes [issue 343](debian-pi#343).
- Added info to documentation to make clear that `ntpdate` is used primarily and `rdate` only as fallback.

v1.0.8

Toggle v1.0.8's commit message
Releasing version 1.0.8 of the Raspbian unattended netinstaller.

The following changes are part of this release:
- Changed default release from wheezy to jessie.
- Changed the retrieval of date/time from rdate to ntpdate.
- Moved setting of `/tmp` to `/etc/fstab` so it works across init systems.
- Make sure kernel gets installed on all preset values. This fixes [issue 253](debian-pi#253), [issue 277](debian-pi#277) and [issue 279](debian-pi#279).
- Improved the checks on the archive keys and extracted the code for it into separate functions.
- Added gzip compression to the cpio files to reduce the size of the installer.
- Changed setting of various filesystem parameter to be after loading of `online_config` so it can be set from there.
- Various improvements to the build process.
- Various improvements to the documentation.

v1.0.7

Toggle v1.0.7's commit message
Releasing version 1.0.7 of the Raspbian unattended netinstaller.

This release fixes the following issues:
- Added support for the Raspberry Pi 2. This fixes [issue 180](debian-pi#180).
- Updated the kernel used during installation to 3.18.
- Removed the kernel-upgrade-script since it doesn't handle sections in /boot/config.txt. See [raspbian-tools issue 2](debian-pi/raspbian-tools#2).
- Fixed the insecure downloading of the raspberrypi.org GPG key. This fixes [issue 64](debian-pi#64).
- Increased the size of /boot/ to 128MB by default. This fixes [issue 190](debian-pi#190).
- Fixed the kernel crashes/rainbow screens that happened with the rpi15 kernel. This fixes [issue 199](debian-pi#199) and [issue 201](debian-pi#201).

NOTE:
This release also adds support for DeviceTree and this is enabled by default on the Pi 2.
For the Pi 1B and 1B+ it is **disabled** by default (in `/boot/config.txt`) since it seems to be the cause for the various kernel crashes/rainbow screens. You can enable DeviceTree quite simple by commenting out or removing the `device_tree=` line and it usually just works. But since we've had just too many crashes it is disabled by default. See also raspberrypi/linux#914.

v1.0.7-RC

Toggle v1.0.7-RC's commit message
Releasing version 1.0.7-RC of the Raspbian unattended netinstaller.

This release fixes the following issues:
- Fixed most of kernel crashes/rainbow screens that happened with the rpi15 kernel. This fixes [issue 199](debian-pi#199) and [issue 201](debian-pi#201).
- Increased the size of /boot/ to 128MB by default. This fixes [issue 190](debian-pi#190).
- Added a workaround for too old firmware files in the official archive which prevented the installer to boot on a Pi 1B/1B+.

This release also adds the following new functionality:
- Support for Device Tree.

See the [README](https://github.com/debian-pi/raspbian-ua-netinst/blob/v1.0.7-RC/README.md) for features/installation instruction/etc for this release.
0