summaryrefslogtreecommitdiff
path: root/parts
diff options
context:
space:
mode:
authorUeda Naoaki <nao.uedder@gmail.com>2024-01-14 13:06:18 +0900
committerUeda Naoaki <nao.uedder@gmail.com>2024-01-14 13:06:18 +0900
commit84c924944f713bedd998597b94c08d75d6826ba6 (patch)
tree033920972e47f6d22193eb6c86054397c3e492b0 /parts
parent60be79b4996f349900cfd0a54dc0b1d8e6e47efc (diff)
downloadignition-84c924944f713bedd998597b94c08d75d6826ba6.tar.gz
ignition-84c924944f713bedd998597b94c08d75d6826ba6.tar.bz2
ignition-84c924944f713bedd998597b94c08d75d6826ba6.zip
Modify and add an RPi4 ignition
Diffstat (limited to 'parts')
-rw-r--r--parts/rpi4-hostname.bu8
-rw-r--r--parts/timezone.bu6
-rw-r--r--parts/users.bu9
3 files changed, 23 insertions, 0 deletions
diff --git a/parts/rpi4-hostname.bu b/parts/rpi4-hostname.bu
new file mode 100644
index 0000000..f371947
--- /dev/null
+++ b/parts/rpi4-hostname.bu
@@ -0,0 +1,8 @@
+variant: fcos
+version: 1.5.0
+storage:
+ files:
+ - path: /etc/hostname
+ mode: 0644
+ contents:
+ inline: pi4fcos1
diff --git a/parts/timezone.bu b/parts/timezone.bu
new file mode 100644
index 0000000..ee9ea9a
--- /dev/null
+++ b/parts/timezone.bu
@@ -0,0 +1,6 @@
+variant: fcos
+version: 1.5.0
+storage:
+ links:
+ - path: /etc/localtime
+ target: ../usr/share/zoneinfo/Asia/Tokyo
diff --git a/parts/users.bu b/parts/users.bu
new file mode 100644
index 0000000..357f556
--- /dev/null
+++ b/parts/users.bu
@@ -0,0 +1,9 @@
+variant: fcos
+version: 1.5.0
+passwd:
+ users:
+ - name: core
+ ssh_authorized_keys:
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKpHdp0FGkOPQa+EfX1vx5dJv4/iL010bYcWX7Ekjfot
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN2YZ8KMBWGGO5NnQj8RkQ9u85/g5K5mCKWLrZHJf78p
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDxnZ/DjjELnTTGMuqWLo4J3r3fugET2M/qABBaZjtny