summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/base-files/base-files_3.0.14.bb4
-rw-r--r--packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch2
-rw-r--r--packages/base-passwd/base-passwd_3.5.9.bb2
3 files changed, 5 insertions, 3 deletions
diff --git a/packages/base-files/base-files_3.0.14.bb b/packages/base-files/base-files_3.0.14.bb
index cb648f2448..3d93b5118e 100644
--- a/packages/base-files/base-files_3.0.14.bb
+++ b/packages/base-files/base-files_3.0.14.bb
@@ -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}"
diff --git a/packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch b/packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch
index e91dead23f..97dab68f33 100644
--- a/packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch
+++ b/packages/base-passwd/base-passwd-3.5.9/openslug/root-home.patch
@@ -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
diff --git a/packages/base-passwd/base-passwd_3.5.9.bb b/packages/base-passwd/base-passwd_3.5.9.bb
index 72caba0223..6fcb211bda 100644
--- a/packages/base-passwd/base-passwd_3.5.9.bb
+++ b/packages/base-passwd/base-passwd_3.5.9.bb
@@ -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 \