-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net deploy support #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Torxed
commented
Apr 7, 2018
- Added Post installation commands via HTTPS (pointing on github atm)
- Refined the run() command to hide/show output based on parameters
- Fixed the password change, hostname and locale-gen.
Torxed
pushed a commit
that referenced
this pull request
Jan 26, 2022
Torxed
pushed a commit
that referenced
this pull request
Jan 26, 2022
Torxed
added a commit
that referenced
this pull request
Jan 26, 2022
* Added missing import * Brought back the mounting of subvolumes, or at least the beginning of it. Improved some logging and decreased the usage of try/except where unessecary (we can catch it higher up without catching and raising the same thing. * Trying to flatten the mount information to allow for sorted subvolume mounting. Still got issues. * Re-worked mountpoints logic to be a flat dictionary structure, where all subvolumes are mountpoint targets, but with relevant information. Had to work that into Partition().mount to support re-mounting a partition multiple times. That will have to be cleaned up. * Changed the default timeout to 15 as per the ISO * Corrected a path when creating loopdev name. * Added some debugging/warning * Fixed a path lookup issue * Added some debugging * Added more debugging * Removed excessive luks add_key() and crypttab() entries being generated by subvolumes. * Added more debugging * Avoiding excessive keyfile usage for partitions. Also added some debugging for BlockDevice. * Added more debugging * Added debugging and a hack to find /dev/sda from /dev/sda2 * Fixed ugly hack to use /dev/sdX instead of just sdX * Inconsistency in lsblk -no pkname made sorting a bit tricky, resorting to shortest string wins. * Tweak lookup * Tweak lookup * Added more debugging * Had to filter lsblk output because some entries are empty rows * Syntax issue * Added a comment clarifying the many steps of partition->blockdevice logic. * Added debug information * Added debug information * Added debug information * Fixed issue #908 * Added subvolume support for grub. Also added check to see if grub is installed before installing it (to avoid multiple calls to pacstrap even tho it doesn't hurt) * Modified 'sed' to use % as divider, since the replacement string can contain '/' * Added debugging * Testing GRUB with /boot/efi instead (might revert) * Reverted /boot/efi for GRUB. Did no difference. * Flake8 fix * Testing --removable from #793 if it solves the UEFI issue * Removing --remoable and pulling it from #793 for tracability * Update installer.py (#1) (#793) Added "--removable" after "--bootloader-id=GRUB" on Line 669, because it would throw an input/output error without it on my laptop * Remove debug information Co-authored-by: OneLongneck <95297344+OneLongneck@users.noreply.github.com>
Closed
killertofus
added a commit
to killertofus/archinstall
that referenced
this pull request
Aug 17, 2024
killertofus
added a commit
to killertofus/archinstall
that referenced
this pull request
Aug 17, 2024
killertofus
added a commit
to killertofus/archinstall
that referenced
this pull request
Aug 17, 2024
reword fix 1
killertofus
added a commit
to killertofus/archinstall
that referenced
this pull request
Aug 17, 2024
fix archlinux#1 reword fix 1
killertofus
added a commit
to killertofus/archinstall
that referenced
this pull request
Aug 17, 2024
fix archlinux#1 reword fix 1
Torxed
added a commit
to Torxed/archinstall
that referenced
this pull request
Aug 28, 2024
Including a local test runner for qemu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.