Merge pull request #88 from ghostbsd/68-feature-full-system-encryption-using-geli
Rework ZFS configuration page and fix GELI encryption with swap
Add spacing for clarity in ZFS mirror tips messages
Remove commented-out dead code in boot_manager.py
Rework ZFS configuration page and fix GELI encryption with swap
- Fix encpass= ordering so it immediately follows the .eli partition
line, preventing boot failure when swap is present
- Tie swap encryption (SWAP.eli) to disk encryption instead of a
separate checkbox
- Redesign ZFS page to two-column layout: settings grid on the left,
disk list on the right
- Rename "Pool Type" to "Pool Layout" and simplify ComboBox entries
to stripe, mirror, raidz1, raidz2, raidz3
- Remove "single disk" option (replaced by stripe)
- Always show Pool Name label and entry instead of a checkbox toggle
- Remove Encrypt Swap and Mirror Swap checkboxes (swap mirror is
handled automatically by pc-sysinstall for multi-disk pools)
- Remove duplicate password strength functions, import from gbi_common
- Remove dead code: unused variables (memory, auto), tree_selection,
on_check_poll, on_check_swap_encrypt, on_check_swap_mirror, no-op
row increment
- Fix self.zfs_four_k initialized as string "True" instead of bool
[4 lines not shown]Merge pull request #87 from ghostbsd/zsh
Set default shell to zsh and update active shell index
Set default shell to zsh and update active shell index
Merge pull request #86 from ghostbsd/fix-gershwin-user-support
Fix user support for LOCAL domain
Fix user support for LOCAL domain
Merge pull request #85 from ghostbsd/remove-zfs-tunnable
Remove ZFS-related tunable from create_cfg.py
Remove ZFS-related tunable from create_cfg.py
Merge pull request #84 from ghostbsd/gershwin-admin-user-support
Gershwin add support for /Users and zsh
Forgot to import os
Changes to impliment Users folder detection on the correct file for gbiWindow
Changes to fix sorcery suggested fix
Address sourcery review for path check
Remove another shell_default to address review
Remove shell_default to address review
Add support for detecting and doing the right thing for Gershwin users
Update setup.py version
Merge pull request #82 from ghostbsd/ghostbsd/issues#246
Replaced vfs.zfs.arc.max by vfs.zfs.arc.sys_free
Replaced vfs.zfs.arc.max by vfs.zfs.arc.sys_free
Merge pull request #81 from ghostbsd/ericbsd-patch-1
Update setup.py version
Update setup.py
Merge pull request #80 from ghostfixer/master
Omit da from disk query loop.
Update use_zfs.py
Omit da from disk query loop.
Skip any disk with a name starting with "da" in the disk query loop within
src/use_zfs.py. This prevents undesired devices from appearing as selectable
drives during ZFS installations, ensuring only appropriate disks are available
for configuration.
Merge pull request #79 from ghostbsd/ghostbsd/issues#219
Adding Support for XHCI Mouse on the installation
Adding Support for UTouch Support on the installation
Simplified Support for XHCI Mouse
Adding Support for XHCI Mouse on the installation