Skip to content

2026-06-29

LEMO Import Tool V11 — Tag Format Fix

  • Goal: Modify Shopify_import_tool_V11.html to export tags matching the Product_import_template.csv format (no prefixes, clean values like 4 Pin, 0E, Solder, Cable Plug, E Series)
  • Changes made:
  • parseTagsIntoFields: Added auto-detection for connection types (Solder, Crimp, Screw, Weld → style), series (E Series, K Series → variant), finishes (Black Chrome, Nickel → variant)
  • tagsToExport: Changed join order from type, pin, shell, style, variant to pin, shell, style, type, variant to match template order
  • Verified: All 9 tag patterns from template CSV survive round-trip with correct values
  • Backup: Shopify_import_tool_V11.html.n

Boot Delay Investigation — Dell OptiPlex 7020

  • CMOS battery replaced but 86s kernel phase unchanged
  • systemd-analyze: 21.7s firmware + 2.2s loader + 86.8s kernel + 11.3s userspace = 2min total
  • First attempt: added plymouth.enable=0 loglevel=7 libata.force=1:noncq — black screen (simpledrm→i915 console handoff fails on Haswell)
  • Second attempt: reverted to quiet splash, added initcall_debug to /etc/kernel/cmdline
  • Ran limine-update to regenerate boot config
  • Next: Reboot, then journalctl -b | grep initcall | sort -k2 -rn | head -30 to find the slow init function

Theme Pull

  • Pulled live theme from lemo-test to ~/Downloads/work/dawn-theme/
  • shopify theme pull --store lemo-test.myshopify.com --theme "JBS/LEMO Customs" --force