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 insertions(+) create mode 100644 legacy/mkinitfs/0001-skip-hooks-on-diskless-install.patch (limited to 'legacy/mkinitfs/0001-skip-hooks-on-diskless-install.patch') diff --git a/legacy/mkinitfs/0001-skip-hooks-on-diskless-install.patch b/legacy/mkinitfs/0001-skip-hooks-on-diskless-install.patch new file mode 100644 index 000000000..a20ebc200 --- /dev/null +++ b/legacy/mkinitfs/0001-skip-hooks-on-diskless-install.patch @@ -0,0 +1,30 @@ +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