GhostBSD/gib 9bad5b3. setup.py, src use_zfs.py

Merge pull request #88 from ghostbsd/68-feature-full-system-encryption-using-geli

Rework ZFS configuration page and fix GELI encryption with swap
DeltaFile
+183-339src/use_zfs.py
+1-1setup.py
+184-3402 files

GhostBSD/gib 557061esrc use_zfs.py

Add spacing for clarity in ZFS mirror tips messages
DeltaFile
+5-4src/use_zfs.py
+5-41 files

GhostBSD/gib 7ba8495src boot_manager.py

Remove commented-out dead code in boot_manager.py
DeltaFile
+0-2src/boot_manager.py
+0-21 files

GhostBSD/gib c965f41. setup.py, src use_zfs.py 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]
DeltaFile
+182-339src/use_zfs.py
+2-0src/boot_manager.py
+1-1setup.py
+185-3403 files

GhostBSD/gib 1fd30a2src add_admin.py

Merge pull request #87 from ghostbsd/zsh

Set default shell to zsh and update active shell index
DeltaFile
+2-5src/add_admin.py
+2-51 files

GhostBSD/gib 9f8cf73src add_admin.py

Set default shell to zsh and update active shell index
DeltaFile
+2-5src/add_admin.py
+2-51 files

GhostBSD/gib 626b003src add_admin.py

Merge pull request #86 from ghostbsd/fix-gershwin-user-support

Fix user support for LOCAL domain
DeltaFile
+3-3src/add_admin.py
+3-31 files

GhostBSD/gib d485ebesrc add_admin.py

Fix user support for LOCAL domain
DeltaFile
+3-3src/add_admin.py
+3-31 files

GhostBSD/gib 2eb9116src create_cfg.py

Merge pull request #85 from ghostbsd/remove-zfs-tunnable

Remove ZFS-related tunable from create_cfg.py
DeltaFile
+0-3src/create_cfg.py
+0-31 files

GhostBSD/gib 1fa449bsrc create_cfg.py

Remove ZFS-related tunable from create_cfg.py
DeltaFile
+0-3src/create_cfg.py
+0-31 files

GhostBSD/gib d7d282bsrc add_admin.py

Merge pull request #84 from ghostbsd/gershwin-admin-user-support

Gershwin add support for /Users and zsh
DeltaFile
+9-2src/add_admin.py
+9-21 files

GhostBSD/gib c983bc7src add_admin.py

Forgot to import os
DeltaFile
+1-0src/add_admin.py
+1-01 files

GhostBSD/gib e7dbd96src add_admin.py

Changes to impliment Users folder detection on the correct file for gbiWindow
DeltaFile
+8-2src/add_admin.py
+8-21 files

GhostBSD/gib 6873f47src add_users.py

Changes to fix sorcery suggested fix
DeltaFile
+3-3src/add_users.py
+3-31 files

GhostBSD/gib e4b7a1fsrc add_users.py

Address sourcery review for path check
DeltaFile
+5-5src/add_users.py
+5-51 files

GhostBSD/gib dc27140src add_users.py

Remove another shell_default to address review
DeltaFile
+0-1src/add_users.py
+0-11 files

GhostBSD/gib 770f841src add_users.py

Remove shell_default to address review
DeltaFile
+0-2src/add_users.py
+0-21 files

GhostBSD/gib 86eedd3src add_users.py

Add support for detecting and doing the right thing for Gershwin users
DeltaFile
+13-3src/add_users.py
+13-31 files

GhostBSD/gib 9cbd888. setup.py

Update setup.py version
DeltaFile
+1-1setup.py
+1-11 files

GhostBSD/gib f865451src create_cfg.py

Merge pull request #82 from ghostbsd/ghostbsd/issues#246

Replaced vfs.zfs.arc.max by vfs.zfs.arc.sys_free
DeltaFile
+2-2src/create_cfg.py
+2-21 files

GhostBSD/gib af7d3casrc create_cfg.py

Replaced vfs.zfs.arc.max by vfs.zfs.arc.sys_free
DeltaFile
+2-2src/create_cfg.py
+2-21 files

GhostBSD/gib 5110712. setup.py

Merge pull request #81 from ghostbsd/ericbsd-patch-1

Update setup.py version
DeltaFile
+1-1setup.py
+1-11 files

GhostBSD/gib 508f302. setup.py

Update setup.py
DeltaFile
+1-1setup.py
+1-11 files

GhostBSD/gib 37d0133src use_zfs.py

Merge pull request #80 from ghostfixer/master

Omit da from disk query loop.
DeltaFile
+2-0src/use_zfs.py
+2-01 files

GhostBSD/gib 15ccbd6src use_zfs.py

Update use_zfs.py
DeltaFile
+1-1src/use_zfs.py
+1-11 files

GhostBSD/gib 6f72ca2src 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.
DeltaFile
+2-0src/use_zfs.py
+2-01 files

GhostBSD/gib 9a34c65src create_cfg.py install.py

Merge pull request #79 from ghostbsd/ghostbsd/issues#219

Adding Support for XHCI Mouse on the installation
DeltaFile
+6-8src/create_cfg.py
+2-2src/install.py
+8-102 files

GhostBSD/gib b381609src create_cfg.py

Adding Support for UTouch Support on the installation
DeltaFile
+2-0src/create_cfg.py
+2-01 files

GhostBSD/gib 3efed8dsrc create_cfg.py

Simplified Support for XHCI Mouse
DeltaFile
+3-6src/create_cfg.py
+3-61 files

GhostBSD/gib bce3f9fsrc create_cfg.py install.py

Adding Support for XHCI Mouse on the installation
DeltaFile
+7-8src/create_cfg.py
+2-2src/install.py
+9-102 files