From e96aa174860614b69b9e8f084b3f0cbe214163c1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 14 Sep 2018 01:58:53 +0000 Subject: system/mkinitfs: delete from repository --- .../0001-skip-hooks-on-diskless-install.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 system/mkinitfs/0001-skip-hooks-on-diskless-install.patch (limited to 'system/mkinitfs/0001-skip-hooks-on-diskless-install.patch') diff --git a/system/mkinitfs/0001-skip-hooks-on-diskless-install.patch b/system/mkinitfs/0001-skip-hooks-on-diskless-install.patch deleted file mode 100644 index a20ebc200..000000000 --- a/system/mkinitfs/0001-skip-hooks-on-diskless-install.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 0bd97e8aef5208bc92c3e72049f7fea198a90bd1 Mon Sep 17 00:00:00 2001 -From: Henrik Riomar -Date: Mon, 8 Jan 2018 16:37:44 +0100 -Subject: [PATCH] skip hooks on diskless install - -We can not run hooks before musl and busybox is installed. - -Use the new flag --initramfs-diskless-boot in order to skip hooks. -This flag also implies --initdb and the relevant --force flags for -initramfs diskless boot. ---- - initramfs-init.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/initramfs-init.in b/initramfs-init.in -index f3a3ee5..7c78c58 100755 ---- a/initramfs-init.in -+++ b/initramfs-init.in -@@ -598,7 +598,7 @@ if [ "$KOPT_chart" = yes ]; then - pkgs="$pkgs acct" - fi - --apkflags="--initdb --progress --force" -+apkflags="--initramfs-diskless-boot --progress" - if [ -z "$ALPINE_REPO" ]; then - apkflags="$apkflags --no-network" - else --- -2.15.0 - -- cgit v1.2.3-70-g09d2