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 8de787f commit b39abe9Copy full SHA for b39abe9
1 file changed
image_builder/chroot_scripts/oresat-chroot.sh
@@ -267,5 +267,16 @@ dtb_dir="${dtb_dirs[0]}"
267
mv /tmp/*.dtb "${dtb_dir}"
268
chmod 755 "${dtb_dir}"/oresat*
269
270
+##############################################################################
271
+# Flight images only
272
+
273
+if [ "${rfs_hostname}" != "oresat-dev" ]; then
274
+ echo "remove internet packages required during build"
275
+ apt -y purge git git-man curl wget rsync
276
277
+ echo "disable timesyncd"
278
+ systemctl disable systemd-timesyncd.service
279
+fi
280
281
##############################################################################
282
systemctl set-default multi-user.target
0 commit comments