ISO icon indicating copy to clipboard operation
ISO copied to clipboard

helloSystem Live and installation ISO

Results 197 ISO issues
Sort by recently updated
recently updated
newest added

**Describe the bug** First second of sound playback is silent on__some__ sound devices, appears only after a delay of over ~1 second **To Reproduce** Steps to reproduce the behavior: 1....

bug
help wanted
freebsd

### Safe mode From : > … At the time when the boot command prompt shows it is probably already too late to change this by setting/unsetting the environment variable....

enhancement
help wanted
freebsd

``` # Enable core dumps to /tmp if the system was booted without boot_mute if [ "$(sysctl -q -n kern.consmute)" = "0" ] ; then sysctl savecore_enable="YES" # Kernel dumps...

Possibly `devmatch` needs to be started earlier ``` /etc/rc.d/devmatch # PROVIDE: devmatch # REQUIRE: kldxref # BEFORE: netif # KEYWORD: nojail ``` ``` /etc/rc.d/kldxref # PROVIDE: kldxref # REQUIRE: FILESYSTEMS...

Make installed system boot experience more like Live ISO, in part by utilizing the mechanism discussed in https://github.com/helloSystem/ISO/issues/312. - [x] Splash screen - [x] No text consoles unless booted in...

Since package updates can overwrite files that we have modified or removed in helloSystem, we need a way to allow for package updates without resorting to `pkg lock`. Example: `/usr/local/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service`...

bug

I would like to silence the EFI + BIOS bootloaders entirely. `console=noconsole` does NOT do the trick, still plenty of text. Can rEFInd graphics mode hide that text? I tried...

enhancement
help wanted
freebsd

https://wiki.archlinux.org/title/GTK

enhancement
good first issue

Don't show Xorg X_cursor at logout for a split-second. `xsetroot -cursor_name left_cursor` seems to not prevent this. How can it be prevented? Binary-patching `X_cursor` out of Xorg?

Starting with 0.7.0, we no longer have text-mode consoles if the computer was started with `boot_mute` (which is the default). This can lead to the situation that the user types...