[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH test-artifacts v1 5/5] Setup ssh access to test systems
For this add also bridge package, so xenbr0 can be configured with /etc/network/interfaces. This allows extracting more logs out of the test system. Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> --- This enables passwordless root login. It's okay for qubes runners, as they are isolated (even from each other). Is that okay in other places too? --- scripts/alpine-rootfs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/alpine-rootfs.sh b/scripts/alpine-rootfs.sh index c999b89..632609b 100755 --- a/scripts/alpine-rootfs.sh +++ b/scripts/alpine-rootfs.sh @@ -10,6 +10,8 @@ apk --no-cache upgrade PKGS=( # System + bridge + dropbear libgcc openrc udev @@ -62,6 +64,7 @@ rc-update add loopback sysinit rc-update add bootmisc boot rc-update add devfs sysinit rc-update add dmesg sysinit +rc-update add dropbear boot rc-update add hostname boot rc-update add hwclock boot rc-update add hwdrivers sysinit @@ -74,6 +77,7 @@ echo "ttyS0" >> /etc/securetty echo "hvc0" >> /etc/securetty echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab echo "hvc0::respawn:/sbin/getty -L hvc0 115200 vt100" >> /etc/inittab +echo "DROPBEAR_OPTS=\"-B -R\"" >> /etc/conf.d/dropbear echo "rc_verbose=yes" >> /etc/rc.conf echo > /etc/modules passwd -d "root" root -- git-series 0.9.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |