Skip to content

Commit cc96432

Browse files
committed
Installing ssh server package is redundant and install updates
1 parent 0b604ea commit cc96432

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

autoinstall/snuc/nuc9v7qnx/ubuntu-desktop-2404/dual-boot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker run -it --rm \
77
--mount type=bind,source="$(pwd)",target=/data \
88
docker.io/boxcutter/ubuntu-autoinstall \
99
--source ubuntu-24.04.3-desktop-amd64.iso \
10-
--autoinstall autoinstall.yaml \
10+
--autoinstall autoinstall.yaml \
1111
--destination ubuntu-24.04.3-desktop-amd64-autoinstall.iso \
1212
--grub grub.cfg \
1313
--loopback loopback.cfg \

autoinstall/snuc/nuc9v7qnx/ubuntu-desktop-2404/dual-boot/autoinstall.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ autoinstall:
9494
layout: us
9595
kernel:
9696
flavor: hwe
97+
updates: all
9798
ssh:
9899
install-server: true
99100
allow-pw: true
@@ -107,8 +108,6 @@ autoinstall:
107108
# http://ports.ubuntu.com/ubuntu-ports
108109
- uri: "https://crake-nexus.org.boxcutter.net/repository/ubuntu-ports-proxy/ubuntu-ports"
109110
arches: [s390x, arm64, armhf, powerpc, ppc64el, riscv64]
110-
packages:
111-
- openssh-server
112111
late-commands:
113112
# Because we're using preserve_hostname to allow manual setting of the
114113
# hostname, set an initial hostname manually - the identity block requires

0 commit comments

Comments
 (0)