From: Karl Palsson Date: Thu, 19 May 2016 11:14:54 +0000 (+0000) Subject: uci_fstab: fix link syntax to asciidoc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ccbc8de7ddccfd7abfe85eb171f6162318190b28;p=web.git uci_fstab: fix link syntax to asciidoc At least make the links _work_ until any new content has been written. Signed-off-by: Karl Palsson --- diff --git a/docs/uci_fstab.txt b/docs/uci_fstab.txt index f6fb621..f31aefb 100644 --- a/docs/uci_fstab.txt +++ b/docs/uci_fstab.txt @@ -18,7 +18,7 @@ opkg install block-mount === Creating Initial fstab Automatically -You can use the 'block' utility. Call 'block detect' to get a sample [[doc/UCI]] configuration file. You can change this to your liking. +You can use the 'block' utility. Call 'block detect' to get a sample link:uci.html[UCI] configuration file. You can change this to your liking. You can quickly install this standard configuration using: @@ -32,7 +32,7 @@ Next, edit your fstab, as per the configuration below: vi /etc/config/fstab ---- -If the mount target is '/' then it will be used as external root upon boot. See [[doc/howto/extroot|Extroot]] for more information. Running 'block info' is also valid to get the uuid of different file systems. Also see this guide: [[doc:techref:block_mount]] for technical details of the mounting process and scripts involved. +If the mount target is '/' then it will be used as external root upon boot. See https://wiki.openwrt.org/doc/howto/extroot[HOWTO extroot] for more information. Running 'block info' is also valid to get the uuid of different file systems. Also see this guide: https://wiki.openwrt.org/doc/techref/block_mount[OpenWrt techref] for technical details of the mounting process and scripts involved. === Enable fstab at Boot