We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8e7a0 commit 89a55f0Copy full SHA for 89a55f0
1 file changed
src/qemu_boot64.sh
@@ -24,7 +24,6 @@ if [ ! -f "${BASE_IMG_PATH}" ]; then
24
pushd "${BASE_MOUNT_PATH}"
25
sudo bash -c "$(declare -f fixLd); fixLd"
26
sudo sed -e '/PARTUUID/ s/^#*/#/' -i etc/fstab
27
- sudo bash -c 'echo "/dev/sda1 /boot vfat defaults 0 2" >> etc/fstab'
28
popd
29
30
pushd "${BASE_MOUNT_PATH}/boot"
0 commit comments