diff --git a/init.sh b/init.sh index cd8d3d2..960f7ce 100755 --- a/init.sh +++ b/init.sh @@ -151,7 +151,7 @@ umount_device (){ efi_create_key_structure () { parted -s $1 mklabel gpt mkpart EFS fat32 1MiB 128MiB set 1 boot on - parted -s $1 mkpart EFS fat32 128MiB 100% + parted -s $1 mkpart primary fat32 128MiB 100% mkfs.vfat ${1}1 -n efi &> /dev/null mkfs.vfat ${1}2 -n debian &> /dev/null mount ${1}2 $2