slugbug 205
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 18 Jul 2005 19:47:57 +0000 (19:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 18 Jul 2005 19:47:57 +0000 (19:47 +0000)
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

packages/base-files/base-files_3.0.14.bb

index d546ed5..ec58e08 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r37"
+PR = "r38"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -126,6 +126,7 @@ do_install_append_openslug() {
        rm -r ${D}/mnt/*
        rmdir ${D}/home/root
        install -m 0755 -d ${D}/root
+       ln -s ../root ${D}/home/root
 }
 
 PACKAGES = "${PN}-doc ${PN}"