Skip to content

Commit 0af88aa

Browse files
author
Quentin Perez
committed
v3.12.3
1 parent 7120754 commit 0af88aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Linux/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ Here are the availble *initrd variables*:
251251

252252
## Changelog
253253

254+
### 3.12.3 (2016-12-07)
255+
256+
* armv7 add kexec support thanks @Firefishy
257+
254258
### 3.12.2 (unreleased)
255259

256260
* init: mount fix sysfs/proc options ([#171](https://github.com/scaleway/initrd/issues/171))

Linux/dependencies-arm64/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN apt-get update \
88
&& apt-get install -y \
99
curl \
1010
dropbear \
11-
kexec-tools \
1211
nfs-common \
1312
ntpdate \
1413
parted \
@@ -66,7 +65,6 @@ RUN export-assets \
6665
/lib/x86_64-linux-gnu/libnss_dns.so.2 \
6766
/lib/x86_64-linux-gnu/libnss_files.so.2 \
6867
/lib/x86_64-linux-gnu/libresolv.so.2 \
69-
/sbin/kexec \
7068
/sbin/mkfs.btrfs \
7169
/sbin/mkfs.ext4 \
7270
/sbin/parted \

0 commit comments

Comments
 (0)