Compare commits

...

7 Commits

Author SHA1 Message Date
skilfingr
6f961cbfec Merge branch 'wget-arch' into 'master'
Add wget to Arch dependencies

See merge request redox-os/redox!1563
2025-04-15 23:25:55 +00:00
Jeremy Soller
821c799ac4 Merge branch 'patch-1' into 'master'
HARDWARE.md: add HP EliteBook Folio 9480m to Booting list

See merge request redox-os/redox!1570
2025-04-14 23:37:18 +00:00
Jeremy Soller
f4c88f3a5c
Update relibc 2025-04-14 09:16:38 -06:00
Jeremy Soller
04bc814954
Update cookbook 2025-04-14 08:09:20 -06:00
collin m
4581932944 HARDWARE.md: add HP EliteBook Folio 9480m to Booting list 2025-04-14 01:37:54 +00:00
Jeremy Soller
04307e27ee
Update cookbook 2025-04-12 16:59:54 -06:00
Skilvingr
0cccf83bf0 add wget to Arch dependencies 2025-03-10 17:25:40 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ You will use this template to insert your computer on the table.
| Lenovo | Yoga S730-13IWL | 0.9.0 | 09-11-2024 | desktop | x86-64 | UEFI | Boots to Orbital, No trackpad or USB mouse input support |
| Samsung | Series 3 (NP350V5C) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad works, usb does not work, can connect to the Internet through LAN. Wrong maximum display resolution 1024x768 |
| Asus | Vivobook 15 OLED (M1503Q) | 0.9.0 | 04-08-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb do not work, cannot connect to the internet, right maximum display resolution 2880x1620 |
| HP | EliteBook Folio 9480M | 0.9.0 | 04-11-2025 | desktop | x86-64 | UEFI | Boots to Orbital, touchpad and usb work, cannot connect to the Internet, install failed, right maximum display resolution 1600x900
## Broken
| **Vendor** | **Model** | **Redox Version** | **Image Date** | **Variant** | **CPU Architecture** | **Motherboard Firmware** | **Report** |

@ -1 +1 @@
Subproject commit aada86d013d49399a3e6c0a86e76531b0bd34ef2
Subproject commit f9cd5a5901140b13f711686fc2e3bc99cac01f7b

View File

@ -187,7 +187,7 @@ archLinux()
{
echo "Detected Arch Linux"
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb"
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb wget"
if [ "$1" == "qemu" ]; then
packages="$packages qemu"
elif [ "$1" == "virtualbox" ]; then

2
relibc

@ -1 +1 @@
Subproject commit ed575e92596425db371e745b6cf900af42043f1a
Subproject commit 6e165e2ef0e34a4b50829043a7b26b07fa6353b4