home: hub: mkinitfs

Download patch

ref: f5499425e3cf9096fdb48705785e113d1add8b1b
parent: 0c66752c90a51066feecd0c1f59b937116d17c1d
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue Nov 9 09:43:03 CST 2021

initramfs: whitespace fixes

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -307,7 +307,7 @@
 }
 
 /bin/busybox mkdir -p /usr/bin /usr/sbin /proc /sys /dev $sysroot \
-        /media/cdrom /media/usb /tmp /run/cryptsetup
+	/media/cdrom /media/usb /tmp /run/cryptsetup
 
 # Spread out busybox symlinks and make them available without full path
 /bin/busybox --install -s
@@ -398,7 +398,7 @@
 fi
 
 # The following values are supported:
-#   alpine_repo=auto         -- default, search for .boot_repository
+#   alpine_repo=auto	 -- default, search for .boot_repository
 #   alpine_repo=http://...   -- network repository
 ALPINE_REPO=${KOPT_alpine_repo}
 [ "$ALPINE_REPO" = "auto" ] && ALPINE_REPO=
@@ -578,7 +578,7 @@
 
 # Setup network interfaces
 if $do_networking; then
-        configure_ip
+	configure_ip
 fi
 
 # early console?
@@ -812,7 +812,7 @@
 #fi
 
 ! [ -f "$sysroot"/etc/resolv.conf ] && [ -f /etc/resolv.conf ] && \
-  cp /etc/resolv.conf "$sysroot"/etc
+	cp /etc/resolv.conf "$sysroot"/etc
 
 # setup bootchart for switch_root
 chart_init=""