diff --git a/config/sources/families/include/mvebu-helios4.inc b/config/sources/families/include/mvebu-helios4.inc index 297001b379..90d3064bf2 100644 --- a/config/sources/families/include/mvebu-helios4.inc +++ b/config/sources/families/include/mvebu-helios4.inc @@ -84,7 +84,7 @@ family_tweaks_bsp() fi # Fix for "mdadm: initramfs boot message: /scripts/local-bottom/mdadm: rm: not found" - # Refer to https://wiki.kobol.io/mdadm/#fix-mdadm + # Refer to https://wiki.kobol.io/helios4/mdadm/#fix-mdadm grep -q "^[[:blank:]]*copy_exec /bin/rm /bin" $MDADM_HOOK if [ "$?" -ne 0 ]; then sed -i '/copy_exec \/sbin\/mdmon \/sbin/ a\copy_exec /bin/rm /bin' $MDADM_HOOK diff --git a/config/templates/nfs-boot.cmd.template b/config/templates/nfs-boot.cmd.template index 4a947d2fa3..f512ff2344 100644 --- a/config/templates/nfs-boot.cmd.template +++ b/config/templates/nfs-boot.cmd.template @@ -7,7 +7,7 @@ setenv net_setup "ip=dhcp" # for static configuration see documentation -# https://github.com/torvalds/linux/blob/master/Documentation/filesystems/nfs/nfsroot.txt +# https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/nfs/nfsroot.rst # setenv net_setup "ip=::::::::" # you may need to add extra kernel arguments specific to your device