Initial commit.
This commit is contained in:
commit
c365f5f3e9
32 changed files with 29661 additions and 0 deletions
1
config/hooks/live/0010-disable-kexec-tools.hook.chroot
Symbolic link
1
config/hooks/live/0010-disable-kexec-tools.hook.chroot
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/usr/share/live/build/hooks/live/0010-disable-kexec-tools.hook.chroot
|
||||
1
config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot
Symbolic link
1
config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/usr/share/live/build/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot
|
||||
13
config/hooks/live/0060-enable-ssh-server.hook.chroot
Executable file
13
config/hooks/live/0060-enable-ssh-server.hook.chroot
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
## live-build(7) - System Build Scripts
|
||||
## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
##
|
||||
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||
## This is free software, and you are welcome to redistribute it
|
||||
## under certain conditions; see COPYING for details.
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
systemctl enable ssh
|
||||
Loading…
Add table
Add a link
Reference in a new issue