disable swap in disko-install
Update disko-install Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
co-authored by
Michael Hoang
parent
eb1bb9fe27
commit
fd3e326e9a
+3
-1
@@ -240,7 +240,9 @@ main() {
|
||||
exit 0
|
||||
fi
|
||||
|
||||
"$disko_script"
|
||||
# We don't want swap as can break your running system in weird ways if you eject the disk
|
||||
# Hopefully disko-install has enough RAM to run without swap, otherwise we can make this configurable in future.
|
||||
DISKO_SKIP_SWAP=1 "$disko_script"
|
||||
|
||||
for source in "${!extraFiles[@]}"; do
|
||||
destination=${extraFiles[$source]}
|
||||
|
||||
Reference in New Issue
Block a user