Skip to content

Commit f83f669

Browse files
authored
Merge pull request #428 from open-edge-platform/ssh_imutable_issue
Ssh immutable issue
2 parents de1f238 + 36fc431 commit f83f669

7 files changed

Lines changed: 9 additions & 1 deletion

File tree

config/osv/ubuntu/ubuntu24/imageconfigs/defaultconfigs/default-raw-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ disk:
3434
end: 4557MiB # 513MiB + 4044MiB (4238528512 bytes) = 4557MiB
3535
fsType: ext4
3636
mountPoint: /
37-
mountOptions: defaults, ro
37+
mountOptions: defaults
3838

3939
- id: roothashmap
4040
type: linux

image-templates/ubuntu-minimal-cloud-amd64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ systemConfig:
113113
- ncurses-bin
114114
- shim-signed
115115
- ubuntu-cloud-minimal
116+
- openssh-server
117+
- systemd-resolved
118+
- systemd-timesyncd
116119

117120
# Kernel metadata used by builder to set cmdline and module hints
118121
kernel:

image-templates/ubuntu24-x86_64-dlstreamer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ systemConfig:
9393
- cryptsetup-bin
9494
- openssh-server
9595
- systemd-resolved
96+
- systemd-timesyncd
9697
- intel-dlstreamer
9798
- linux-firmware
9899

image-templates/ubuntu24-x86_64-edge-raw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ systemConfig:
5959
- cryptsetup-bin
6060
- openssh-server
6161
- systemd-resolved
62+
- systemd-timesyncd
6263

6364
kernel:
6465
version: "6.14"

image-templates/ubuntu24-x86_64-minimal-desktop-raw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ systemConfig:
106106
- systemd
107107
- openssh-server
108108
- systemd-resolved
109+
- systemd-timesyncd
109110
- util-linux
110111
- udev
111112
- linux-firmware

image-templates/ubuntu24-x86_64-minimal-raw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ systemConfig:
5959
- cryptsetup-bin
6060
- openssh-server
6161
- systemd-resolved
62+
- systemd-timesyncd
6263

6364
kernel:
6465
version: "6.14"

image-templates/ubuntu24-x86_64-ros2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ systemConfig:
3636
- cryptsetup-bin
3737
- openssh-server
3838
- systemd-resolved
39+
- systemd-timesyncd
3940
# ROS2
4041
- ros-jazzy-ros-base
4142
- ros-jazzy-rmw-cyclonedds-cpp

0 commit comments

Comments
 (0)