housekeeping
This commit is contained in:
parent
0c5b94a0a0
commit
798860d56d
@ -97,7 +97,7 @@ In short:
|
||||
status (sometimes new hardware revisions are only supported by the latest OpenWRT, which is
|
||||
not released yet).
|
||||
|
||||
## Help, the build has finished but there's no firmware file!
|
||||
## Help! The build has finished but there's no firmware file!
|
||||
|
||||
If the build doesn't yield a firmware file (```*-factory.bin``` and/or ```*-sysupgrade.bin```):
|
||||
when there's not enough space in the flash memory of the target device to install everything
|
||||
|
@ -96,8 +96,9 @@ setupExtroot()
|
||||
exit 0
|
||||
EOF
|
||||
|
||||
# TODO FIXME when this is enabled then Chaos Calmer doesn't turn on the network and thus the device remains unreachable
|
||||
# make sure that we shadow the /var -> /tmp symlink with the extroot, so that /var is permanent
|
||||
# TODO FIXME when this below is enabled then Chaos Calmer doesn't turn on the network and the device remains unreachable
|
||||
|
||||
# make sure that we shadow the /var -> /tmp symlink in the new extroot, so that /var becomes persistent across reboots.
|
||||
# mkdir -p ${overlay_root}/var
|
||||
# KLUDGE: /var/state is assumed to be transient, so link it to tmp, see https://dev.openwrt.org/ticket/12228
|
||||
# cd ${overlay_root}/var
|
||||
|
Loading…
x
Reference in New Issue
Block a user