|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH test-artifacts v3 13/13] Setup ssh access to test systems
On Wed, Apr 01, 2026 at 01:22:03AM +0200, Marek Marczykowski-Górecki wrote: > diff --git a/scripts/alpine-rootfs.sh b/scripts/alpine-rootfs.sh > index f649550d80ab..0afae48cfa6b 100755 > --- a/scripts/alpine-rootfs.sh > +++ b/scripts/alpine-rootfs.sh > @@ -72,6 +74,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 > @@ -84,7 +87,9 @@ 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=\"-R\"" >> /etc/conf.d/dropbear Is this useful somehow? Because the service that start dropbear will generate the ssh_host keys before starting dropbear. > echo "rc_verbose=yes" >> /etc/rc.conf > +touch /etc/network/interfaces That the kind of command that I don't understand what it is for on a first look ... But looks like it just to allow the "networking" service to start without error if the test didn't configure networking via this file. A comment would be nice, here or in the commit message. Thanks, -- | Vates XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |