1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Set the INITRD env variable and make 'ischroot' always return true.

This prevents initramfs and initscripts updates from breaking.
This commit is contained in:
Hongli Lai (Phusion)
2014-03-25 16:41:56 +01:00
parent 7914d8ac55
commit 0632b4865b
2 changed files with 18 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
## 0.9.9 (not yet released)
* Fixed a problem with rssh. (Slawomir Chodnicki)
* The `INITRD` environment variable is now set in the container by default. This prevents updates to the `initramfs` from running grub or lilo.
* The `ischroot` tool in Ubuntu has been modified to always return true. This prevents updates to the `initscripts` package from breaking /dev/shm.
* Various minor bug fixes, improvements and typo corrections. (Felix Hummel, Laurent Sarrazin, Dung Quang, Amir Gur)
## 0.9.8 (release date: 2014-02-26)