summarylogtreecommitdiffstats
path: root/zfs-utils.initcpio.zfsencryptssh.install
diff options
context:
space:
mode:
Diffstat (limited to 'zfs-utils.initcpio.zfsencryptssh.install')
-rw-r--r--zfs-utils.initcpio.zfsencryptssh.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs-utils.initcpio.zfsencryptssh.install b/zfs-utils.initcpio.zfsencryptssh.install
index e0ef04beabfe..f724eeec5663 100644
--- a/zfs-utils.initcpio.zfsencryptssh.install
+++ b/zfs-utils.initcpio.zfsencryptssh.install
@@ -1,7 +1,7 @@
#!/bin/bash
make_etc_passwd() {
- echo 'root:x:0:0:root:/root:/bin/zfsdecrypt_shell' > "${BUILDROOT}"/etc/passwd
+ echo 'root:x:0:0:root:/root:/bin/zfsdecrypt_shell' >> "${BUILDROOT}"/etc/passwd
echo '/bin/zfsdecrypt_shell' > "${BUILDROOT}"/etc/shells
}