diff options
author | Simon Pasch <fpasch@googlemail.com> | 2010-08-29 23:32:33 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-29 23:34:03 +0200 |
commit | c4cdcc3680c5dc551fa563b2133ca83c55967495 (patch) | |
tree | cde36a47b1b158bb06b1fdf233e77673ea4a946f /CHANGES | |
parent | de846f6e043bf6fe13fb387cd92585a7a70913a7 (diff) | |
download | buildroot-novena-c4cdcc3680c5dc551fa563b2133ca83c55967495.tar.gz buildroot-novena-c4cdcc3680c5dc551fa563b2133ca83c55967495.zip |
initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Closes #2443
Allow use of custom init scripts.
Signed-off-by: Simon Pasch <fpasch@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #635: util-linux fails to build in 2009.08 #2239: netcat package installs its binary to target as avr32-linux... + #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ... 2010.08-rc1, Released July 30th, 2010: |