git: initrd: cd to '/' before umounting '/var'
Aaron LI
aly at crater.dragonflybsd.org
Thu Jun 20 06:47:34 PDT 2019
commit ea93a0d3af8de1636eda5e19f31a2c52de9c4524
Author: Aaron LI <aly at aaronly.me>
Date: Thu Jun 20 21:44:11 2019 +0800
initrd: cd to '/' before umounting '/var'
The HOME in initrd is set to '/var/home', thus umounting '/var' may
fail due to device busy, although this failure would not block the boot
process.
Summary of changes:
initrd/etc/rc | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ea93a0d3af8de1636eda5e19f31a2c52de9c4524
--
DragonFly BSD source repository
More information about the Commits
mailing list