Etienne Dechamps
e70f3582bd
Start sshd with PermitRootLogin=yes.
...
Some distributions, such as Debian, disable root login in sshd by
default. This presents a problem when such distributions are used as the
temporary system in takeover.sh.
This commit explicitly enables root login in the sshd command line,
overriding the sshd configuration file.
2021-07-26 17:23:13 +01:00
sfan5
fa36c4929f
Bind mount /dev/pts instead of mounting new one
2020-08-31 08:22:40 +09:00
Chris Lee
55526a9cec
Close more FDs (64 not enough on debian/systemd)
2019-03-14 13:22:12 +09:00
Egor Egorov
810e7f2a74
README: sync() filesystems before reboot
2019-03-11 22:11:49 +09:00
Hector Martin
9778c7de22
Merge pull request #4 from chewi/master
...
Support systemd and potentially other inits with a telinit wrapper
2017-02-25 18:11:26 +09:00
James Le Cuirot
5cd2f683aa
Support systemd and potentially other inits with a telinit wrapper
2017-02-22 22:04:34 +00:00
James Le Cuirot
b69d42fb27
Bind mount just the init file
...
This is cleaner and saves you from having to copy telinit beforehand.
2017-02-22 21:48:59 +00:00
James Le Cuirot
f77041a12a
Ignore a fakeinit binary
2017-02-22 13:29:20 +00:00
Hector Martin
5782fc6188
Add more notes to README
2017-02-12 01:51:39 +09:00
Hector Martin
f2e0c24fcc
Add LICENSE
...
Fixes #1 .
2017-02-11 23:42:07 +09:00
Hector Martin
dec492aeb7
Fix non-devtmpfs dev population (probably)
2017-02-11 04:59:46 +09:00
Hector Martin
4d602a919c
Bail out if fakeinit is missing
2017-02-11 04:59:06 +09:00
Hector Martin
ca1e75afc2
Initial commit
2017-02-11 01:21:32 +09:00