Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Remove references to Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
boosterl committed Mar 4, 2023
1 parent bb6867f commit aa36580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2_create_sd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ elif [ "${BOOT_METHOD}" = 'efi' ]; then
echo '###################################################'

${SUDO} mkdir -p "${MNT}/boot/loader/entries"
cat <<EOF >arch.conf
title Arch Linux
cat <<EOF >opensuse.conf
title openSUSE
linux /Image
options earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait cma=96M ro
EOF
${SUDO} mv arch.conf "${MNT}/boot/loader/entries/arch.conf"
${SUDO} mv opensuse.conf "${MNT}/boot/loader/entries/opensuse.conf"
fi

# fstab
Expand Down

0 comments on commit aa36580

Please sign in to comment.