0
0
mirror of https://github.com/yude/firmament synced 2024-12-22 12:10:11 +09:00
firmament/.devcontainer/init.sh
2021-05-04 11:10:21 +09:00

11 lines
590 B
Bash

#!/bin/bash
ln -s /workspaces/firmament/.devcontainer/Conf/target.txt /home/vscode/edk2/Conf/target.txt
ln -s /workspaces/firmament /home/vscode/edk2/firmament
ln -s /home/vscode/edk2/Build/LoaderX64/DEBUG_CLANG38/X64/Loader.efi /home/vscode/BOOTX64.EFI
ln -s /workspaces/firmament/.devcontainer/make_disk.sh /home/vscode/make_disk.sh
ln -s /workspaces/firmament/.devcontainer/run_qemu.sh /home/vscode/run_qemu.sh
ln -s /workspaces/firmament/.devcontainer/update.sh /home/vscode/update.sh
chmod +x /home/vscode/run_qemu.sh
chmod +x /home/vscode/make_disk.sh
chmod +x /home/vscode/update.sh