Make sure boot files go in the right place
This commit is contained in:
parent
fee70e1c67
commit
0b87a99c00
@ -52,7 +52,8 @@ echo "Installing main files."
|
||||
cp -r $SRCDIR/hdd/* /mnt/
|
||||
|
||||
echo "Installing boot files."
|
||||
cp -r $BOOT /mnt/boot
|
||||
mkdir -p /mnt/boots
|
||||
cp -r $BOOT/* /mnt/boot/
|
||||
|
||||
echo "Installing kernel."
|
||||
cp -r $SRCDIR/toaruos-kernel /mnt/boot/
|
||||
|
Loading…
Reference in New Issue
Block a user