summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmltk3
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
l---------remote/targets/stage32/debug1
3 files changed, 3 insertions, 3 deletions
diff --git a/mltk b/mltk
index b11e487f..52a00da5 100755
--- a/mltk
+++ b/mltk
@@ -116,7 +116,8 @@ check_devtools() {
pinfo "For $SYS_DISTRIBUTION you probably need to run:"
case $SYS_DISTRIBUTION in
ubuntu | debian) pinfo "apt-get install build-essential m4 squashfs-tools" ;;
- opensuse) pinfo "zypper install -t pattern devel_basis" ;;
+ # FIXME: Don't know how precise this filter works so we might want to have a better matching ...
+ opensuse) pinfo "zypper install -t pattern devel_basis libqt4-devel" ;;
*) perror "Cannot determine SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 1dd0c108..fc6e3391 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -98,7 +98,7 @@ tar -cp "/bin" "/sbin" "/usr/bin" "/usr/sbin" "/etc/functions.inc" | tar -xp -C
# set the SLX_ROOT_PASS if given in config
if [ ! -z "$SLX_ROOT_PASS" ]; then
- sed -i "s/^root:[^:]*:/root:$SLX_ROOT_PASS:/" "${FUTURE_ROOT}/etc/shadow"
+ sed -i "s#^root:[^:]*:#root:$SLX_ROOT_PASS:#" "${FUTURE_ROOT}/etc/shadow"
fi
# one last debug shell if activated
diff --git a/remote/targets/stage32/debug b/remote/targets/stage32/debug
deleted file mode 120000
index c05237d6..00000000
--- a/remote/targets/stage32/debug
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/debug \ No newline at end of file