Skip to content

Commit

Permalink
adapts config to new abroot version
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored and mirkobrombin committed Jul 22, 2024
1 parent 3493b7d commit 2221d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_installer/utils/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def gen_install_recipe(log_path, finals, sys_recipe):
"shell",
[
"mkdir -p /etc/abroot",
'echo "$(head -n-1 /usr/share/abroot/abroot.json),\n \\"thinProvisioning\\": true,\n \\"thinInitVolume\\": \\"vos-init\\"\n}" > /etc/abroot/abroot.json',
'echo "$(head -n-1 /usr/share/abroot/abroot.json),\n \\"PartCryptVar\\": \\"/dev/mapper/vos--var-var\\",\n \\"thinProvisioning\\": true,\n \\"thinInitVolume\\": \\"vos-init\\"\n}" > /etc/abroot/abroot.json',
'cp /etc/abroot/abroot.json /usr/share/abroot/abroot.json',
],
chroot=True,
Expand Down

0 comments on commit 2221d05

Please sign in to comment.