CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/25 15:24:29
Modified files:
distrib/miniroot: install.sub
Log message:
Simplify ro/rw overwrite in munge_fstab()
The installer mounts every 'ffs' fstab(5) entry 'rw' and all else 'ro',
regardless of their mode in the file.
Merge the two symmetrical sed invocations swapping besaid options into one
by using a variable for the desired mode.
OK afresh1 krw
