diff options
| author | Simon Rettberg | 2013-11-19 15:38:48 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-19 15:38:48 +0100 |
| commit | 4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e (patch) | |
| tree | 5d9f5cfd41d7941c3cd54379330a832369bbd91f /remote/rootfs | |
| parent | Just for the record: Never used updated openslx install/update scripts (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.tar.gz tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.tar.xz tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/rootfs')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
