Merge pull request #2762 from hartraft/pr-2646-update-urls
Update broken URLs
This commit is contained in:
commit
d518e488c9
@ -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
|
||||
|
||||
@ -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=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:<dns0-ip>:<dns1-ip>"
|
||||
|
||||
# you may need to add extra kernel arguments specific to your device
|
||||
|
||||
Loading…
Reference in New Issue
Block a user