mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Update rootfs.sh
forgot a sudo
This commit is contained in:
parent
62a7b6e6bc
commit
88321dcefd
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ find . | cpio -H newc -o | gzip > initramfs.igz
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
if [ "$QEMU_CMD" = 'chroot' ]; then
|
if [ "$QEMU_CMD" = 'chroot' ]; then
|
||||||
PATH="/after/bin:$PATH" chroot . /init
|
PATH="/after/bin:$PATH" sudo chroot . /init
|
||||||
else
|
else
|
||||||
$QEMU_CMD -enable-kvm \
|
$QEMU_CMD -enable-kvm \
|
||||||
-m "${QEMU_RAM:-8G}" \
|
-m "${QEMU_RAM:-8G}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue