WHO IS DIS?
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 4m25s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-11 02:47:05 +03:00
parent ee7f521a84
commit 4ced2dbd17
5 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
11 12

View File

@ -85,22 +85,18 @@ do
mcopy -i "$DD_BOOT_IMAGE" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')" mcopy -i "$DD_BOOT_IMAGE" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')"
done done
# Create Live medium image # Create System Image
dd if=/dev/zero of="$DD_LIVE_IMAGE" bs=1M count=$LIVE_SIZE
mkfs.ext4 "$DD_LIVE_IMAGE"
for directory in $(find $LIVE_BOOT_LIVE_PATH -type d | cut -d'/' -f4-)
do
echo "creating directory $directory in $DD_LIVE_IMAGE"
mmd -i "$DD_LIVE_IMAGE" ::"$(echo $directory | tr '[:lower:]' '[:upper:]' | sed 's:/*$::')"
done
for file in $(find $LIVE_BOOT_LIVE_PATH -type f) xorriso \
do -as mkisofs \
echo "copying file $file to $DD_LIVE_IMAGE" -iso-level 3 \
mcopy -i "$DD_LIVE_IMAGE" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')" -V "PikaOS 4" \
done -isohybrid-gpt-basdat \
-o $DD_LIVE_IMAGE \
"$LIVE_BOOT_DATA_PATH"
# Join the 2 images into one # Join the 2 images into one
mkdir -p ./output
echo "joining images" echo "joining images"
cat $DD_BOOT_IMAGE $DD_LIVE_IMAGE > "./output/$ISO_IMAGE".iso cat $DD_BOOT_IMAGE $DD_LIVE_IMAGE > "./output/$ISO_IMAGE".iso

View File

@ -4,6 +4,8 @@ set -e
export DEBIAN_FRONTEND="noninteractive" export DEBIAN_FRONTEND="noninteractive"
dpkg --add-architecture i386
# Update APT Caches # Update APT Caches
apt-get update -y apt-get update -y

View File

@ -21,3 +21,4 @@ locales-all
f2fs-tools f2fs-tools
xfsprogs xfsprogs
refind refind
mesa-hybrid

View File

@ -1,3 +1,4 @@
pika-first-setup-gtk4 pika-first-setup-gtk4
pikainstall pikainstall
pika-installer-gtk4 pika-installer-gtk4
arch-install-scripts