-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: bnema/archup
base: v0.4.2-dev
head repository: bnema/archup
compare: v0.4.3-dev
- 10 commits
- 22 files changed
- 1 contributor
Commits on Oct 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 76979dc - Browse repository at this point
Copy the full SHA 76979dcView commit details -
fix(ui): improve form layout, width control, and fix install file pat…
…hs across phases
Configuration menu - View commit details
-
Copy full SHA for d8fd5fe - Browse repository at this point
Copy the full SHA d8fd5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f31d281 - Browse repository at this point
Copy the full SHA f31d281View commit details -
test(vm): add push-binary-to-vm.sh script for transferring binaries t…
…o test VM Script accepts binary filepath as parameter and handles SSH transfer with verification.
Configuration menu - View commit details
-
Copy full SHA for 067e8f2 - Browse repository at this point
Copy the full SHA 067e8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53da911 - Browse repository at this point
Copy the full SHA 53da911View commit details -
fix(shell): remove non-existent functions file from shell configuration
- Remove functions source line from install/configs/shell/rc - Remove ShellFunctionsTemplate constant from config - Remove functions from postinstall templates map - Fixes error: /home/user/.local/share/archup/default/bash/functions: No such file or directory
Configuration menu - View commit details
-
Copy full SHA for 88f0f15 - Browse repository at this point
Copy the full SHA 88f0f15View commit details -
feat(amd): add comprehensive AMD CPU detection and P-State configuration
- Add Zen generation detection (Zen 1-5) based on CPU family/model - Implement AMD P-State mode detection and recommendations - Add interactive P-State selection form with descriptions - Support active, guided, and passive modes based on CPU generation - Generate proper kernel parameters including Zen 2 shared_mem workaround - Add new StateAMDPStatePrompt UI state between options and confirmation - Show AMD P-State configuration in confirmation screen - Update boot phase to use Zen-aware kernel parameter generation Matches functionality from legacy shell script install/base/amd-cpu.sh
Configuration menu - View commit details
-
Copy full SHA for a9ea581 - Browse repository at this point
Copy the full SHA a9ea581View commit details -
fix(preflight): remove keyboard layout auto-detection
- Remove detectEnvironment() and detectKeymap() functions - Remove keyboard detection from preflight Execute phase - Keyboard layout now defaults to 'us' in form, user can override - No programmatic method exists to detect loadkeys-set keyboard state
Configuration menu - View commit details
-
Copy full SHA for 418f121 - Browse repository at this point
Copy the full SHA 418f121View commit details -
fix(logging): improve log completeness and cleanup functionality
Logging improvements: - Add log archiving with timestamps on each installer run - Add Sync() calls to flush log output immediately in exec.go - Add comprehensive package list logging in repos phase - Log which extra packages are being installed and any failures Cleanup improvements: - Add cleanupMountPoint() to wipe /mnt contents after unmount - Add cleanupOldLogs() to remove archived log files - Ensure --cleanup provides complete fresh start for next install - Update cleanup documentation to reflect all 8 steps
Configuration menu - View commit details
-
Copy full SHA for a4734ac - Browse repository at this point
Copy the full SHA a4734acView commit details -
test(vm): add SSH helper script for VM testing
- Add ssh-to-vm.sh for easy SSH access to test VM - Supports both interactive shell and command execution - Filters SSH warning messages for cleaner output
Configuration menu - View commit details
-
Copy full SHA for 60edfe6 - Browse repository at this point
Copy the full SHA 60edfe6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.2-dev...v0.4.3-dev