diff options
-rwxr-xr-x | mkcryptartix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkcryptartix b/mkcryptartix index 68094f0..e28e714 100755 --- a/mkcryptartix +++ b/mkcryptartix @@ -77,7 +77,7 @@ insmod normal normal EOT -grub-mkimage -p /boot/grub -c /boot/grub/grub-pre.cfg -o /boot/grub/${TARGET}/core.img -O ${TARGET} -m /boot/grub/memdisk.tar disk biosdisk diskfilter luks2 part_msdos cryptodisk gcry_rijndael pbkdf2 gcry_sha256 ext2 +grub-mkimage -p /boot/grub -c /boot/grub/grub-pre.cfg -o /boot/grub/${TARGET}/core.img -O ${TARGET} disk biosdisk diskfilter luks2 part_msdos cryptodisk gcry_rijndael pbkdf2 gcry_sha256 ext2 grub-bios-setup -d /boot/grub/${TARGET} ${DRIVE} echo -en 'artix\nartix' | passwd |