Compare commits
No commits in common. "c4868135e6713bb74a4242f2a4eaf88883d1aafb" and "6cbaf5d96908bf9fba72d1a4769fd9619d2b2f1a" have entirely different histories.
c4868135e6
...
6cbaf5d969
6 changed files with 4 additions and 20 deletions
|
@ -1,2 +0,0 @@
|
||||||
# navOS Install ISO
|
|
||||||
This repo contains the build files for the navOS install medium.
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/NetworkManager.service
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
|
10
justfile
10
justfile
|
@ -1,10 +0,0 @@
|
||||||
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,11 +2,10 @@
|
||||||
navos/navinstall
|
navos/navinstall
|
||||||
|
|
||||||
# gui
|
# gui
|
||||||
#gui: sddm
|
sddm
|
||||||
#gui: plasma
|
plasma
|
||||||
#gui: dolphin
|
dolphin
|
||||||
#gui: konsole
|
konsole
|
||||||
#gui: firefox
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
doas
|
doas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue