mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Add cirrus CI
This commit is contained in:
parent
5a369dc783
commit
97fd39feb2
4 changed files with 49 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if [ "${QEMU_CMD}" = 'chroot' ]; then
|
|||
sudo PATH="/after/bin:${PATH}" chroot . /init
|
||||
else
|
||||
${QEMU_CMD} -enable-kvm \
|
||||
-m "${QEMU_RAM:-8G}" \
|
||||
-m "${QEMU_RAM}" \
|
||||
-nographic \
|
||||
-no-reboot \
|
||||
-kernel ../../kernel -initrd initramfs.igz -append console=ttyS0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue