home: hub: mkinitfs

Download patch

ref: dcb90f4bb5c7b7749c405be27d101774b559643e
parent: 317c1ec274c84e39e3f777a81e6484aa768e58ef
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue May 16 05:36:00 CDT 2023

Disable yash

yash no longer accept 'local'

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,11 +20,11 @@
     - apk add oksh
     - ln -sf /bin/oksh /bin/sh
 
-test-yash:
-  extends: test-default
-  before_script:
-    - apk add yash
-    - ln -sf /usr/bin/yash /bin/sh
+#test-yash:
+#  extends: test-default
+#  before_script:
+#    - apk add yash
+#    - ln -sf /usr/bin/yash /bin/sh
 
 test-zsh:
   extends: test-default