summaryrefslogtreecommitdiff
path: root/old-school/lvm-create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'old-school/lvm-create.sh')
-rw-r--r--old-school/lvm-create.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/old-school/lvm-create.sh b/old-school/lvm-create.sh
index 5a7657d..7f5bea4 100644
--- a/old-school/lvm-create.sh
+++ b/old-school/lvm-create.sh
@@ -72,6 +72,10 @@ initialize_root_filesystem()
72 72
73 [ -x /root/sbin/mdadm ] || cp /sbin/mdadm /root/sbin/ 73 [ -x /root/sbin/mdadm ] || cp /sbin/mdadm /root/sbin/
74 [ -e /root/sbin/mdadm-dup.sh ] || cp /bin/mdadm-dup.sh /root/sbin/ 74 [ -e /root/sbin/mdadm-dup.sh ] || cp /bin/mdadm-dup.sh /root/sbin/
75
76 sed -i -e 's/^root:x:/root::/' /root/etc/passwd
77 cp /patchroot/* /root/root/
78
75 true 79 true
76} 80}
77 81