mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-28 21:56:59 +00:00
* Make machine-id persist * update * Adjustments * cleanup * fix cleanups * small cleanup
7 lines
245 B
Bash
7 lines
245 B
Bash
#!/bin/sh
|
|
|
|
global linux.bootargs.zram="zram.enabled=1 zram.num_devices=3"
|
|
global linux.bootargs.apparmor="apparmor=1 security=apparmor"
|
|
global linux.bootargs.misc="rootwait"
|
|
global linux.bootargs.systemd="systemd.machine_id=${state.machine_id}"
|