Skip to content

Commit

Permalink
fix register
Browse files Browse the repository at this point in the history
  • Loading branch information
assapir committed Sep 19, 2021
1 parent 3451f39 commit a733239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/raspberrypi/tasks/prereq/Archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
path: /boot/boot.txt
search_string: setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}"
line: setenv bootargs console=ttyS1,115200 console=tty0 root=PARTUUID=${uuid} rw rootwait smsc95xx.macaddr="${usbethaddr}" cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory
register: kernel_cmdline_cgroup
register: kernel_cmdline_cgroup

- name: Create
shell: ./mkscr
Expand Down

0 comments on commit a733239

Please sign in to comment.