Browse Source

Move overlayroot lower

pull/264/head
Xavier Petit 5 years ago
parent
commit
a2f8446c93
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 10
      scripts/install_client.sh

10
scripts/install_client.sh

@ -81,11 +81,6 @@ if test -v OVERWRITE; then
'
fi
sed -i -e "s|::DISK::|$DISK|g" etc/udev/rules.d/10-local.rules
apt-get -y install overlayroot
echo overlayroot=\"device:dev=/dev/disk/by-partlabel/01-tmp-system,recurse=0\" >> /etc/overlayroot.conf
# Fix permissions
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
@ -96,6 +91,11 @@ cp --preserve=mode -RT . /
cd $SCRIPT_DIR
rm -rf /tmp/system
sed -i -e "s|::DISK::|$DISK|g" etc/udev/rules.d/10-local.rules
apt-get -y install overlayroot
echo overlayroot=\"device:dev=/dev/disk/by-partlabel/01-tmp-system,recurse=0\" >> /etc/overlayroot.conf
update-initramfs -u
# Remove root & user password

Loading…
Cancel
Save