GhostBSD/build 58923fe. build.sh, boot loader.conf

Merge branch 'master' into rename-oem-no-autologin
DeltaFile
+8-0boot/loader.conf
+0-2build.sh
+0-1packages/drivers
+1-0packages/base
+9-34 files

GhostBSD/build f8a0186boot loader.conf

Merge pull request #279 from ghostbsd/geom-fix

Disable diskid and gptid GEOM labels on the live media
DeltaFile
+8-0boot/loader.conf
+8-01 files

GhostBSD/build 53074ed. build.sh

Merge pull request #278 from ghostbsd/fix-390-utc-clock

Stop shipping /etc/wall_cmos_clock in the image
DeltaFile
+0-2build.sh
+0-21 files

GhostBSD/build 1970528boot loader.conf

Disable diskid and gptid GEOM labels on the live media

kern.geom.label.disk_ident and kern.geom.label.gptid default to enabled,
so GEOM tastes a raw disk twice and adaX coexists with
diskid/DISK-<serial>. When a diskid-derived provider is opened for
exclusive write, such as by an imported pool, GEOM withdraws the raw
partition geom for the whole disk. gpart(8) then fails on that disk and
its partition device nodes disappear.

kern.disks still reports the raw name, so the installer enumerates the
disk, gets nothing back from gpart, and offers a live pool as free
space. Disabling both labels on the live kernel keeps enumeration on raw
names and also lets the installer read disks that are already in this
state from an earlier install or a dual-boot setup.
DeltaFile
+8-0boot/loader.conf
+8-01 files

GhostBSD/build 3705eb2. build.sh

Stop shipping /etc/wall_cmos_clock in the image

The file makes the kernel read the RTC as local time, so the clock is
off by one UTC offset on any machine whose RTC keeps UTC. That applied
to the live session and to every install, since the install is a cpdup
of the live system and nothing in the installer revisited the file.

pc-sysinstall now creates or removes it from the utcClock= config key,
so the image no longer has to pick a side, and the live session gets a
correct clock while the installer is running. Machines that really do
keep local time in the RTC, which in practice means dual-booting
Windows, are handled by the installer front-end instead.

Resolves: ghostbsd/issues#390
DeltaFile
+0-2build.sh
+0-21 files

GhostBSD/build edf2d09. build.sh

Stop shipping /etc/wall_cmos_clock in the image

The file makes the kernel read the RTC as local time, so the clock is
off by one UTC offset on any machine whose RTC keeps UTC. That applied
to the live session and to every install, since the install is a cpdup
of the live system and nothing in the installer revisited the file.

pc-sysinstall now creates or removes it from the utcClock= config key,
so the image no longer has to pick a side, and the live session gets a
correct clock while the installer is running. Machines that really do
keep local time in the RTC, which in practice means dual-booting
Windows, are handled by the installer front-end instead.

Resolves: ghostbsd/issues#390

Claude-Session: https://claude.ai/code/session_017h6mzC2bNskrWN2bHoYLzs
DeltaFile
+0-2build.sh
+0-21 files

GhostBSD/build 596cb86packages drivers

Merge pull request #277 from ghostbsd/synaptics

Remove xlibre-xf86-input-synaptics from drivers list
DeltaFile
+0-1packages/drivers
+0-11 files

GhostBSD/build bb8105apackages drivers

Remove xlibre-xf86-input-synaptics from drivers list

Only pre-2010 era laptops need this driver; modern hardware works
fine with the default input drivers.
DeltaFile
+0-1packages/drivers
+0-11 files

GhostBSD/build 1665b78packages base

Add GhostBSD-libexecinfo-dev to packages/base for development support
DeltaFile
+1-0packages/base
+1-01 files

GhostBSD/build a660585packages base

Merge branch 'master' into rename-oem-no-autologin
DeltaFile
+1-0packages/base
+1-01 files

GhostBSD/build 4a8060dpackages base

Add GhostBSD-ncurses-dev to packages/base for port curses support
DeltaFile
+1-0packages/base
+1-01 files

GhostBSD/build aa97c91packages drivers

Merge branch 'master' into rename-oem-no-autologin
DeltaFile
+1-1packages/drivers
+1-11 files

GhostBSD/build 93149fbpackages drivers

Fix package name for VirtualBox additions in drivers list
DeltaFile
+1-1packages/drivers
+1-11 files

GhostBSD/build bc70a62common_config autologin.sh, desktop_config plasma.sh

Merge branch 'master' into rename-oem-no-autologin

# Conflicts:
#       common_config/autologin.sh
DeltaFile
+34-36common_config/autologin.sh
+7-47packages/base
+0-30packages/vital/base
+10-18desktop_config/plasma.sh
+14-14packages/vital/plasma
+12-9packages/drivers
+77-15416 files not shown
+113-18822 files

GhostBSD/build 48ab9b9. build.sh, packages base

Merge pull request #276 from ghostbsd/base-cleanup

Remove 46 server/legacy/datacenter packages from base to reduce ISO size
DeltaFile
+1-46packages/base
+0-30packages/vital/base
+1-1build.sh
+2-773 files

GhostBSD/build c2274f4packages non-desktop-packages.md

Remove non-desktop packages from documentation
DeltaFile
+0-101packages/non-desktop-packages.md
+0-1011 files

GhostBSD/build e07ec0f. build.sh, packages base non-desktop-packages.md

Remove 46 server/legacy/datacenter packages from base to reduce ISO size

Remove non-desktop packages from packages/base and sync vital/base:

- Server/enterprise: audit, autofs, bsnmp, hast, inetd, kerberos,
  nuageinit, quotacheck, rdma, librpcsec_gss, yp
- Datacenter hardware: cxgbe-tools, mlx-tools, librss, netmap
- Legacy/obsolete: apm, at, ftp, ppp, natd, rcmds, ccdconfig, libvgl
- Redundant firewalls: ipf, pf (GhostBSD uses ipfw)
- Debug tools: ctf, dtrace, dwatch, lldb
- VM libs: lib9p, libvmmapi (installed as bhyve dependencies when needed)
- Unnecessary lib32: bluetooth, bsnmp, libcuse, librss, libvgl, natd,
  netmap, librpcsec_gss, lib9p, zfs

Also add GhostBSD-ntp (needed for ntpd_enable in rc config) and include
minutes in testing/unstable build date suffix.
DeltaFile
+101-0packages/non-desktop-packages.md
+1-46packages/base
+0-30packages/vital/base
+1-1build.sh
+103-774 files

GhostBSD/build c26095d

Merge pull request #274 from SunilSherkhane/master

Plasma update
DeltaFile
+0-00 files

GhostBSD/build 96bc8c6. build.sh

Merge pull request #275 from ghostbsd/nvidia-cleanup

Exclude nvidia-driver-304 and nvidia-driver-devel from X driver downloads
DeltaFile
+2-2build.sh
+2-21 files

GhostBSD/build b689239. build.sh

Exclude nvidia-driver-304 and nvidia-driver-devel from X driver downloads
DeltaFile
+2-2build.sh
+2-21 files

GhostBSD/build 232bf34. build.sh, packages base

Merge branch 'ghostbsd:master' into master
DeltaFile
+2-2build.sh
+1-0packages/base
+3-22 files

GhostBSD/build 848baf6packages base

Merge pull request #273 from ghostbsd/bzip2-dev

Add GhostBSD-bzip2-dev to package list
DeltaFile
+1-0packages/base
+1-01 files

GhostBSD/build b811048packages base

Add GhostBSD-bzip2-dev to package list
DeltaFile
+1-0packages/base
+1-01 files

GhostBSD/build e20448d. build.sh

Update driver packages list to include nvidia-kmod and egl-x11
DeltaFile
+2-2build.sh
+2-21 files

GhostBSD/build f81ffddpackages drivers

Merge branch 'ghostbsd:master' into master
DeltaFile
+1-1packages/drivers
+1-11 files

GhostBSD/build 6cad4depackages drivers

Merge pull request #272 from ghostbsd/use-drm-kmod
DeltaFile
+1-1packages/drivers
+1-11 files

GhostBSD/build 4873528packages drivers

Use drm-kmod instead of drm-latest-kmod
DeltaFile
+1-1packages/drivers
+1-11 files

GhostBSD/build 00db34b

Merge branch 'ghostbsd:master' into master
DeltaFile
+0-00 files

GhostBSD/build 7725bda

Package updates (#271)

* Update plasma

Added more packages

* Update plasma

* Update plasma.sh
DeltaFile
+0-00 files

GhostBSD/build 64faa9bpackages drivers

Merge branch 'ghostbsd:master' into master
DeltaFile
+1-1packages/drivers
+1-11 files