fix: onboarding "Set Password" label, reboot sequence, initramfs noise
Some checks failed
Build Archipelago ISO / build-iso (push) Has been cancelled

- OnboardingDone: "Go to Login" → "Set Password" with context text
- Reboot: lazy-unmount live FS before USB removal prompt, suppress
  kernel SquashFS messages, auto-reboot after 10s countdown
- Initramfs: filter "Possible missing firmware" warnings (cosmetic)
- ISOLINUX: menu centered at bottom (VSHIFT 18, HSHIFT 32, WIDTH 18)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-28 13:14:33 +00:00
parent 2021de5cda
commit e28de77596
2 changed files with 22 additions and 21 deletions

View File

@@ -42,12 +42,13 @@
</div>
</div>
<!-- Go to Login Button -->
<!-- Set Password Button -->
<p class="text-xs text-white/50 mb-3">You'll create your node password next</p>
<button
@click="goToLogin"
class="path-action-button path-action-button--continue mx-auto"
>
Go to Login
Set Password
</button>
</div>
</div>