Skip to content

fix: correct zoneinfo typo and clone path in arch scripts - #2

Draft
LJLee37 wants to merge 1 commit into
archfrom
claude/settingfiles-restructure-raspi-arch-uk2buw-arch
Draft

fix: correct zoneinfo typo and clone path in arch scripts#2
LJLee37 wants to merge 1 commit into
archfrom
claude/settingfiles-restructure-raspi-arch-uk2buw-arch

Conversation

@LJLee37

@LJLee37 LJLee37 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

Part of a repo-wide cleanup (companion PRs on master, macOS, ubuntu, alpine, raspi, plus a new raspi-arch branch for Arch Linux ARM).

  • Bug fix: install1.sh linked /mnt/usr/share/zoneifno/Asia/Seoul (typo) instead of zoneinfo, so the timezone symlink step silently failed during install. Fixed the typo.
  • Bug fix: set.sh hard-coded ~/gitRepos/Personal/settingfiles while README instructs cloning to ~/gitRepos/settingfiles, so following the README broke set.sh on this branch. Standardized on ~/gitRepos/settingfiles.
  • Docs: Added the branch table / repo-structure explanation (see the master PR for the full rationale), plus a short "install order" section documenting how install1.shinstall2.shset.sh → optional install-gnome.sh/install-graphical-programs.sh/install-steam.sh/set-hibernate.sh fit together — this wasn't documented anywhere before.

No other content changes — .vimrc/.zshrc/init.vim are untouched.

Hardcoded personal values (found on this branch, left untouched)

Not removed or parameterized per the task — flagging for the repo owner to decide:

  • git identity: user.name "LJLee37", user.email "ljlee3759@gmail.com" (set.sh)
  • SSH host/port rpi.ljlee37.com / -P 3759 (set.sh)
  • Hostname LJLeeLT, username ljlee (install2.sh)
  • Hibernate resume disk UUID bc22c8a5-306c-4ad3-81c3-753aff6f562d (set-hibernate.sh)
  • Locale list incl. ko_KR/ja_JP/eo (install2.sh)

Test plan

  • grep -n zoneinfo install1.sh shows the fixed path
  • grep -n 'gitRepos/settingfiles' set.sh shows both cp lines updated, no remaining Personal/ references
  • README renders correctly

Generated by Claude Code

- install1.sh linked /mnt/usr/share/zoneifno instead of zoneinfo,
  which made the timezone symlink step fail during install.
- set.sh hard-coded ~/gitRepos/Personal/settingfiles while README
  says to clone to ~/gitRepos/settingfiles; standardize on the
  README path.

Also document the branch-per-OS layout and this branch's multi-stage
install order in README.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants