Skip to content

Commit

Permalink
add missing opening paren
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Weidenbaum committed Mar 17, 2019
1 parent 29e0ea3 commit 142f2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Voidvault/Bootstrap.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ multi sub replace(
rd.luks.uuid=$vault-uuid
loglevel=6
>;
# enable slub/slab allocator free poisoning needs CONFIG_SLUB_DEBUG=y)
# enable slub/slab allocator free poisoning (needs CONFIG_SLUB_DEBUG=y)
push(@grub-cmdline-linux, 'slub_debug=P');
# enable buddy allocator free poisoning (needs CONFIG_PAGE_POISONING=y)
push(@grub-cmdline-linux, 'page_poison=1');
Expand Down

0 comments on commit 142f2b6

Please sign in to comment.