Moved OpenSlug root home directory from /home/root to simply /root
authorRod Whitby <rod@whitby.id.au>
Sat, 16 Jul 2005 08:00:12 +0000 (08:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 16 Jul 2005 08:00:12 +0000 (08:00 +0000)
packages/base-files/base-files_3.0.14.bb
packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch
packages/base-passwd/base-passwd_3.5.9.bb

index cb648f2..3d93b51 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r36"
+PR = "r37"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -124,6 +124,8 @@ do_install_append_nylon() {
 do_install_append_openslug() {
        printf "" "" >${D}${sysconfdir}/resolv.conf
        rm -r ${D}/mnt/*
+       rmdir /home/root
+       install -m 0755 -d ${D}/root
 }
 
 PACKAGES = "${PN}-doc ${PN}"
index e91dead..97dab68 100644 (file)
@@ -2,7 +2,7 @@
 +++ base-passwd/passwd.master  2005-07-08 06:31:58.000000000 +0200
 @@ -1,4 +1,4 @@
 -root::0:0:root:/root:/bin/sh
-+root:Xm./49bYkrkuo:0:0:root:/home/root:/bin/sh
++root:Xm./49bYkrkuo:0:0:root:/root:/bin/sh
  daemon:*:1:1:daemon:/usr/sbin:/bin/sh
  bin:*:2:2:bin:/bin:/bin/sh
  sys:*:3:3:sys:/dev:/bin/sh
index 72caba0..6fcb211 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Base system password/group files."
 SECTION = "base"
-PR = "r1"
+PR = "r2"
 LICENSE = "GPL"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \