From 88321dcefd092663025e16ced4a887717c0d2b14 Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Tue, 12 Jan 2021 10:30:57 +0100 Subject: [PATCH] Update rootfs.sh forgot a sudo --- rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs.sh b/rootfs.sh index b13d892b..69477b27 100755 --- a/rootfs.sh +++ b/rootfs.sh @@ -115,7 +115,7 @@ find . | cpio -H newc -o | gzip > initramfs.igz # Run if [ "$QEMU_CMD" = 'chroot' ]; then - PATH="/after/bin:$PATH" chroot . /init + PATH="/after/bin:$PATH" sudo chroot . /init else $QEMU_CMD -enable-kvm \ -m "${QEMU_RAM:-8G}" \