Skip to content
Snippets Groups Projects
Verified Commit 286cdba8 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

initramfs-tools/hooks/reform: document how this hook must not get out-of-sync...

initramfs-tools/hooks/reform: document how this hook must not get out-of-sync with the hook in reform-system-image
parent 1d16a3cf
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,11 @@ copy_reform_font() {
copy_file Uni2-TerminusBold32x16 /usr/share/consolefonts/Uni2-TerminusBold32x16.psf.gz
}
# The switch below creates device-specific initramfs depending on the platform
# that update-initramfs is run on. For the system images, we would like to
# create identical images that work on all boards. Thus, if you change anything
# below, make sure to also adjust the respective initramfs hook in the
# reform-system-image repository.
case $MACHINE in
"MNT Reform 2") : ;;
"MNT Reform 2 HDMI") : ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment