Codebase list sysvinit / ab6ceaf
mount-functions.sh: Update comment describing read_fstab(). Mark Hindley 2 years ago
1 changed file(s) with 11 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
8686 done
8787 }
8888
89 # Read /etc/fstab, looking for:
90 # 1) The root filesystem, resolving LABEL=*|UUID=* entries to the
91 # device node,
92 # 2) Swap that is on a md device or a file that may be on a md
93 # device,
89 # Parse /etc/fstab and set variables relating to:
90 # 1) The root filesystem:
91 # - rootdev
92 # - fstabroot
93 # - rootopts
94 # - roottype
95 # - rootcheck
96 # - rootmode
97 # 2) Swap:
98 # - swap_on_file
99 # - swap_on_lv
94100
95101 read_fstab () {
96102 eval "$(_read_fstab)"