Add initial install_station Python package structure
- Add install_station package with __init__.py and core modules
- Include boot_manager.py for boot loader configuration (BootManager class with singleton pattern)
- Add common.py with password strength validation utilities and ZFS dataset definitions
- Add custom.py with Partitions class for disk partitioning management (1010 lines)
- Establish foundation for GTK+ based GhostBSD installer application
Modules added:
- boot_manager: UEFI/BIOS boot manager selection with rEFInd and FreeBSD options
- common: Password validation functions and deprecated decorator utility
- custom: Comprehensive partition management with GTK+ interface
Merge pull request #6 from ghostbsd/Issue#162
Issue #162 - CODEOWENERS
Added editor specific directories to .gitignore
Updated groups in CODEOWNERS
Added automation for PR
Replaced auto_assing by CODEOWNERS
added code to update .xinitrc when choosing try livecd
fixed next_button
Added some tweak to install-station code
add imports change and a dd logo path
Create auto_assign.yml
fix some GTK API deprecation
adding self.window in the progress bar
remove self.adduser.save_selection
adding welcome window and network setup window
fix Back button
adding code to generate the window for gbi
removing all file not used for install-station
renamed gbinstall to install-station
updated setup.py
Merge pull request #2 from ghostbsd/vimanuelt-patch-1
Revised text
Revised text
Replaced "Octopkg" with "Software Station."
cleaning create cfg
removing language window
updating create_cfg.py from gbi
fix partition editor
updating install.py from gbi
updating installtype from gbi
updating partition.py and db_partiton from gbi
adding boot_manager.py from gbi
update use_ufs and use_zfs from gbi
adding css for windows titles