creating raw images for QEMU
This commit is contained in:
parent
3b9e0a1f33
commit
49cc960703
13 changed files with 164 additions and 17 deletions
10
lib/local-user/single-user.rb
Normal file
10
lib/local-user/single-user.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
module User
|
||||
|
||||
# Make user to be trusted when he use
|
||||
# the computer locally
|
||||
def make_local_trusted(user)
|
||||
File.mkdir_p("/etc/systemd/system/getty@tty1.service.d")
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue