Skip to content

Commit 89a55f0

Browse files
committed
Remove sda1 mount
1 parent 5a8e7a0 commit 89a55f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/qemu_boot64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ ! -f "${BASE_IMG_PATH}" ]; then
2424
pushd "${BASE_MOUNT_PATH}"
2525
sudo bash -c "$(declare -f fixLd); fixLd"
2626
sudo sed -e '/PARTUUID/ s/^#*/#/' -i etc/fstab
27-
sudo bash -c 'echo "/dev/sda1 /boot vfat defaults 0 2" >> etc/fstab'
2827
popd
2928

3029
pushd "${BASE_MOUNT_PATH}/boot"

0 commit comments

Comments
 (0)