Merge branch 'master' into arm64
This commit is contained in:
commit
600f7c1fa4
2 changed files with 4 additions and 2 deletions
|
@ -103,10 +103,12 @@ if [ "${UMOUNT}" = "1" ] && [ -z "${MOUNTPOINT}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export NBD_DEV="${NBD_DEV:-/dev/nbd1}"
|
export NBD_DEV="${NBD_DEV:-/dev/nbd1}"
|
||||||
|
export MAP_BOOT_DEV=/dev/mapper/nbd1p1
|
||||||
|
export MAP_ROOT_DEV=/dev/mapper/nbd1p2
|
||||||
source scripts/qcow2_handling
|
source scripts/qcow2_handling
|
||||||
|
|
||||||
if [ "${MOUNT}" = "1" ]; then
|
if [ "${MOUNT}" = "1" ]; then
|
||||||
mount_qimage "${MOUNTPOINT}" "${IMAGE}"
|
mount_qimage "${IMAGE}" "${MOUNTPOINT}"
|
||||||
elif [ "${UMOUNT}" = "1" ]; then
|
elif [ "${UMOUNT}" = "1" ]; then
|
||||||
umount_qimage "${MOUNTPOINT}"
|
umount_qimage "${MOUNTPOINT}"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
|
console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 fsck.repair=yes rootwait
|
||||||
|
|
Loading…
Reference in a new issue