mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
tweak: use virtualization-optimized kernel
This commit is contained in:
parent
e3d4a5f3b3
commit
bc83e90e33
1
src/emulator/image/.gitignore
vendored
Normal file
1
src/emulator/image/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
build
|
@ -2,7 +2,7 @@ FROM i386/alpine:edge
|
||||
|
||||
RUN apk add --update \
|
||||
alpine-base bash ncurses shadow curl \
|
||||
linux-lts linux-firmware-none linux-headers \
|
||||
linux-virt linux-firmware-none linux-headers \
|
||||
gcc make gcompat musl-dev libx11-dev xinit \
|
||||
bind-tools \
|
||||
util-linux \
|
||||
|
2
src/emulator/image/build/.gitignore
vendored
2
src/emulator/image/build/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
@ -46,10 +46,10 @@ window.onload = async function()
|
||||
},
|
||||
|
||||
initrd: {
|
||||
url: './image/build/boot/initramfs-lts',
|
||||
url: './image/build/boot/initramfs-virt',
|
||||
},
|
||||
bzimage: {
|
||||
url: './image/build/boot/vmlinuz-lts',
|
||||
url: './image/build/boot/vmlinuz-virt',
|
||||
async: false
|
||||
},
|
||||
cmdline: 'rw root=/dev/sda init=/sbin/init rootfstype=ext4',
|
||||
|
Loading…
Reference in New Issue
Block a user