Move common live functionality to a new layer
This commit is contained in:
parent
ad6548f839
commit
dd3c07efb7
10 changed files with 4 additions and 28 deletions
6
os/layers/live/hooks/live/2005-live.hook.chroot
Normal file
6
os/layers/live/hooks/live/2005-live.hook.chroot
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
# Enable the live system configuration script at boot.
|
||||
systemctl enable live-config.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue