Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note that this feature is currently experimental!

Use at your own risk!

Unresolved issues include:

  • Node unique SSH key generation and storage
  • Dynamic read/write access to root filesystem files and directories
  • Arch Linux ARM package maintenance (pacman)
  • Bootloader NFS read performance

Install the SDK

First, download and install the latest RCE SDK.

...

Change back to read-only after first boot

Add RCE core software (optional)

To make use of the RCE core software on the diskless node, copy the following files from the RCE SDK:

cp arm-linux/bin/* <arch_linux_root>/bin
cp arm-linux/lib/* <arch_linux_root>/lib
cp arm-linux/tgt/linux/rced.service <arch_linux_root>/etc/systemd/system/multi-user.target.wants

COB DTM only:

cp arm-linux/tgt/linux/fmd.service <arch_linux_root>/etc/systemd/system/multi-user.target.wants

DTM DHCP server only:

cp arm-linux/tgt/linux/dtm_dhcp.sh <arch_linux_root>/bin
cp arm-linux/tgt/linux/dhcpd.dtm.conf <arch_linux_root>/etc
cp arm-linux/tgt/linux/dtm_dhcp.service <arch_linux_root>/etc/systemd/system/multi-user.target.wants

Configure the NFS server

Make sure <arch_linux_root> is exported by your NFS server

...