Ensure that /home/root still exists, even though the root home directory
is /root because install passwd files are not typically overwritten on
upgrade and, without this, it may be impossible to log in to the system.
PR bumped, but this only affects openslug
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
-PR = "r37"
+PR = "r38"
LICENSE = "GPL"
SRC_URI = " \
rm -r ${D}/mnt/*
rmdir ${D}/home/root
install -m 0755 -d ${D}/root
+ ln -s ../root ${D}/home/root
}
PACKAGES = "${PN}-doc ${PN}"