aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/templates/cmdline.j2
blob: 4e523b6d2a568d135e7235439e05f52d3ac8cd3e (plain) (blame)
1
2
3
4
5
6
7
8
{% if 'subvolume' in root %}
{% set subvol = root.subvolume %}
{% elif ansible_distribution_release == 'Rawhide' %}
{% set subvol = '/rawhide' %}
{% else %}
{% set subvol = '/%s%s' % (ansible_distribution.lower(), ansible_distribution_version) %}
{% endif %}
console=ttyS0,115200n8 ro root={{ root.device }} rootfstype=btrfs ro rootflags={{ root.options|regex_replace('noatime,','') }},subvol={{ subvol }} rootwait audit=0 systemd.unified_cgroup_hierarchy=1