Compare commits
3 commits
6cbaf5d969
...
c4868135e6
Author | SHA1 | Date | |
---|---|---|---|
c4868135e6 | |||
22e04364a0 | |||
9f423ebdba |
6 changed files with 20 additions and 4 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# navOS Install ISO
|
||||||
|
This repo contains the build files for the navOS install medium.
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
10
justfile
Normal file
10
justfile
Normal 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
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue