diff options
author | Sven Gothel <[email protected]> | 2021-07-18 05:46:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-18 05:46:43 +0200 |
commit | e0697c955ef0457d16f74d7e40e9ade9cf4349af (patch) | |
tree | bfbef0491d1e3680e0b6c0e81ae0b0b3b3a1b4c7 /stage2 | |
parent | 9d8914b1b15da5c5b613d8add6d41f0c1a2a2dbf (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-x | stage2/01-sys-tweaks/01-run.sh | 2 |
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 |