Compare commits

...

3 commits

Author SHA1 Message Date
c4868135e6
tag gui packages 2024-12-28 03:31:22 +01:00
22e04364a0
enable NetworkManager 2024-12-28 03:29:30 +01:00
9f423ebdba
update 2024-12-28 03:26:43 +01:00
6 changed files with 20 additions and 4 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# navOS Install ISO
This repo contains the build files for the navOS install medium.

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-dispatcher.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

10
justfile Normal file
View file

@ -0,0 +1,10 @@
default:
@just --list
build:
mkdir -p work
mkdir -p out
mount -t tmpfs -o size=10G tmpfs ./work
mkarchiso -v -w ./work -o ./out .
umount ./work
rmdir ./work

View file

@ -2,10 +2,11 @@
navos/navinstall navos/navinstall
# gui # gui
sddm #gui: sddm
plasma #gui: plasma
dolphin #gui: dolphin
konsole #gui: konsole
#gui: firefox
# misc # misc
doas doas