We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053fd3f commit 222f2d5Copy full SHA for 222f2d5
src/modules/base/start_chroot_script
@@ -37,7 +37,7 @@ if [ "${BASE_DISTRO}" == "ubuntu" ]; then
37
38
generate_resolvconf
39
40
- apt-get update --allow-releaseinfo-change
+ apt_update_skip
41
apt-get install -y net-tools wireless-tools dhcpcd5
42
if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
43
apt-get -y install policykit-1
@@ -159,7 +159,10 @@ fi
159
if [ "$BASE_SSH_ENABLE" == "yes" ]
160
then
161
if [ "$BASE_DISTRO" == "debian" ]; then
162
+ if [ "$BASE_BOARD" == "debian_lepotato" ]; then
163
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E
164
+ fi
165
166
apt-get install -y openssh-server
167
fi
168
touch /"${BASE_BOOT_MOUNT_PATH}"/ssh
0 commit comments