Browse Source

Avoid quote escaping

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

2
scripts/install_client.sh

@ -104,7 +104,7 @@ cd $script_dir
rm -rf /tmp/system
apt-get -y install overlayroot
echo overlayroot=\"device:dev=/dev/disk/by-partlabel/01-tmp-system,recurse=0\" >> /etc/overlayroot.conf
echo 'overlayroot="device:dev=/dev/disk/by-partlabel/01-tmp-system,recurse=0"' >> /etc/overlayroot.conf
update-initramfs -u

Loading…
Cancel
Save