Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lainlives committed Dec 24, 2024
1 parent 1a9b7b2 commit c248a81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ CPACK="quasselclient micro can-utils"

# These will be created, make sure they don't exist already!
# Set defaults, but allow them to be overridden
PP_IMAGE=${PP_IMAGE:-/dev/loop2}
PP_IMAGE=${PP_IMAGE:-/dev/loop9}
PP_PARTA=${PP_PARTA:-${PP_IMAGE}p1}
PP_PARTB=${PP_PARTB:-${PP_IMAGE}p2}
PP_PARTC=${PP_PARTC:-${PP_IMAGE}p3}

FED_IMAGE=${FED_IMAGE:-/dev/loop1}
FED_IMAGE=${FED_IMAGE:-/dev/loop10}
# Output file name.
OUT_NAME=${OUT_NAME:-fedora.img}

Expand Down
2 changes: 1 addition & 1 deletion 05-setup-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ then
umount $PP_PARTB
rmdir rootfs
fi
infecho "COMPLETE! Flashable image is at: $PWD/fedora.img"
infecho "Build Complete! Flashable image is at: $PWD/fedora.img"

exit 0
4 changes: 2 additions & 2 deletions phone-scripts/02-install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ln -sfv /etc/tmp-resolv.conf /etc/resolv.conf

infecho "Removing old kernel..."
{
dnf -q -y remove kernel || rpm -e --noscripts kerne-core
dnf -q -y remove kernel || rpm -e --noscripts kernel-core
} >/dev/null 2>&1

infecho "Setting dnf to 20 consecutive downloads..."
Expand Down Expand Up @@ -102,7 +102,7 @@ echo 'metadata_expire=7d'

infecho "Removing kernel again..."
{
dnf -q -y remove kernel || rpm -e --noscripts kerne-core
dnf -q -y remove kernel || rpm -e --noscripts kernel-core
} >/dev/null 2>&1

infecho "Enabling graphical boot..."
Expand Down

0 comments on commit c248a81

Please sign in to comment.