File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,10 @@ Here are the availble *initrd variables*:
251
251
252
252
# # Changelog
253
253
254
+ # ## 3.12.3 (2016-12-07)
255
+
256
+ * armv7 add kexec support thanks @ Firefishy
257
+
254
258
# ## 3.12.2 (unreleased)
255
259
256
260
* init: mount fix sysfs/ proc options ([# 171](https://github.com/scaleway/initrd/issues/171))
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ RUN apt-get update \
8
8
&& apt-get install -y \
9
9
curl \
10
10
dropbear \
11
- kexec-tools \
12
11
nfs-common \
13
12
ntpdate \
14
13
parted \
@@ -66,7 +65,6 @@ RUN export-assets \
66
65
/lib/x86_64-linux-gnu/libnss_dns.so.2 \
67
66
/lib/x86_64-linux-gnu/libnss_files.so.2 \
68
67
/lib/x86_64-linux-gnu/libresolv.so.2 \
69
- /sbin/kexec \
70
68
/sbin/mkfs.btrfs \
71
69
/sbin/mkfs.ext4 \
72
70
/sbin/parted \
You can’t perform that action at this time.
0 commit comments