new commit

This commit is contained in:
Manuel 2023-04-30 16:53:15 +00:00
parent ce2680f947
commit b35cb5e06d
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ lb config noauto \
--iso-publisher "Peppermint OS Team" \ --iso-publisher "Peppermint OS Team" \
--iso-volume "PepOS-server" \ --iso-volume "PepOS-server" \
--image-name "PepOS-Server" \ --image-name "PepOS-Server" \
--debian-installer-preseedfile preseed.cfg --debian-installer-preseedfile preseed.cfg \
--checksums sha512 \ --checksums sha512 \
--zsync false \ --zsync false \
--win32-loader false \ --win32-loader false \

View File

@ -45,10 +45,10 @@ lb config noauto \
--iso-publisher "Peppermint OS Team" \ --iso-publisher "Peppermint OS Team" \
--iso-volume "Peppermint" \ --iso-volume "Peppermint" \
--image-name "PepOSserver" \ --image-name "PepOSserver" \
--debian-installer-preseedfile preseed.cfg \
--checksums sha512 \ --checksums sha512 \
--zsync false \ --zsync false \
--win32-loader false \ --win32-loader false \
--debian-installer-preseedfile preseed.cfg \
"${@}" "${@}"