Compare commits

...

3 Commits

Author SHA1 Message Date
Fierelier f02d0d048d Make hostname modscript fail on error 2023-08-22 16:43:09 +02:00
Fierelier 202f6963fe Add xxd to prerequisites 2023-08-22 16:43:02 +02:00
Fierelier 85691daad7 Remove nvidia-driver (no installation candidate) 2023-08-22 16:42:53 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ If you use old hardware, you might want to try [archlinux32](https://archlinux32
# How to "build"
## Prerequisites
- You need to use Devuan or windvn
- `apt install git debootstrap grub-common grub-pc-bin grub-efi-ia32-bin grub-efi-amd64-bin mtools squashfs-tools xorriso`
- `apt install git debootstrap grub-common grub-pc-bin grub-efi-ia32-bin grub-efi-amd64-bin mtools squashfs-tools xorriso xxd`
---
1. **Clone Git repository:**

View File

@ -10,4 +10,4 @@ function sfp {
done <<<$(apt-cache search "$1")
echo "$packages"
}
echo "WDVN_PACKAGES=\"\$WDVN_PACKAGES firmware-linux firmware-misc-nonfree amd64-microcode intel-microcode nvidia-driver $(sfp wireless) $(sfp wifi) $(sfp net) $(sfp nic)\"" >"/chroot-out"
echo "WDVN_PACKAGES=\"\$WDVN_PACKAGES firmware-linux firmware-misc-nonfree amd64-microcode intel-microcode $(sfp wireless) $(sfp wifi) $(sfp net) $(sfp nic)\"" >"/chroot-out"

View File

@ -1,2 +1,3 @@
#!/bin/bash
set -e
echo "$(head -c4 </dev/urandom|xxd -p -u)" >"$1/etc/hostname"