diff options
Diffstat (limited to 'main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch')
-rw-r--r-- | main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch b/main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch index 04f0721de0..54ea2b21fb 100644 --- a/main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch +++ b/main/alpine-conf/0001-update-kernel-make-mksquashfs-exit-on-error.patch @@ -1,7 +1,7 @@ From 0bd627de56f28063d9fcef455587d0b7d11a00a6 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Fri, 2 Dec 2016 21:29:51 +0000 -Subject: [PATCH] update-kernel: make mksquashfs exit on error +Subject: [PATCH 1/3] update-kernel: make mksquashfs exit on error mksquashfs will ignore errors and continue by default by design. This is definitively not the behavior we want so we tell it to explicitly exit |