aboutsummaryrefslogtreecommitdiffstats
path: root/stage2
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-18 05:46:43 +0200
committerSven Gothel <[email protected]>2021-07-18 05:46:43 +0200
commite0697c955ef0457d16f74d7e40e9ade9cf4349af (patch)
treebfbef0491d1e3680e0b6c0e81ae0b0b3b3a1b4c7 /stage2
parent9d8914b1b15da5c5b613d8add6d41f0c1a2a2dbf (diff)
Enhance NBD/Image handling via imagetool.sh (use reusable stateless functions from new lib_nbd_img_handling)
imagetool.sh - new connect* and disconnect - mount/umount stateless, multiple usage - lib_nbd_img_handling used as base implementation for qcow2_handling and imagetool.sh
Diffstat (limited to 'stage2')
-rwxr-xr-xstage2/01-sys-tweaks/01-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh
index 92ed46f..a218803 100755
--- a/stage2/01-sys-tweaks/01-run.sh
+++ b/stage2/01-sys-tweaks/01-run.sh
@@ -225,7 +225,7 @@ on_chroot <<EOF
fi
if [ "${TARGET_RASPI}" != "1" ]; then
update-grub
- grub-install ${NBD_DEV}
+ grub-install /dev/${NBD_DEV}
fi
EOF