This commit is contained in:
Aman Gupta Karmani
2022-11-19 22:44:58 -08:00
committed by GitHub
parent 18dba7985f
commit a7b5a5ee58
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ echo "done."
mount -o rw $PART_BOOT $DIR_INSTALL
echo -n "Cppying BOOT..."
echo -n "Copying BOOT..."
cp -r /boot/* $DIR_INSTALL && sync
echo "done."

View File

@@ -93,7 +93,7 @@ echo "done."
mount -o rw $PART_BOOT $DIR_INSTALL
echo -n "Cppying BOOT..."
echo -n "Copying BOOT..."
cp -r /boot/* $DIR_INSTALL && sync
echo "done."