home: hub: mkinitfs

Download patch

ref: 584a90d42d4a7229410584529f698668d059ffbf
parent: 9acaa5a848963a41999cfe6b913f5baa1f6c7450
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue May 9 08:17:10 CDT 2023

init: remove commented out code

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -848,12 +848,6 @@
 # fix inittab if alternative console
 setup_inittab_console
 
-# copy alpine release info
-#if ! [ -f "$sysroot"/etc/alpine-release ] && [ -f $ALPINE_MNT/.alpine-release ]; then
-#	cp $ALPINE_MNT/.alpine-release $sysroot/
-#	ln -sf /.alpine-release $sysroot/etc/alpine-release
-#fi
-
 ! [ -f "$sysroot"/etc/resolv.conf ] && [ -f /etc/resolv.conf ] && \
 	cp /etc/resolv.conf "$sysroot"/etc