summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-21 02:33:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-21 14:13:11 +0100
commit7baf5a0f7adecd12881998db410b8134c20a6eba (patch)
tree1404d89fb33848c0546775e6169d1a7e01f7badb /package
parent0fe580b5ea37f72ecc7e3806e753bf9cffc19d27 (diff)
virtio: rework, add support for x86_64
Diffstat (limited to 'package')
-rw-r--r--package/grub/files/grub-pc-serial.cfg2
-rw-r--r--package/grub/files/grub-pc-vga.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/grub/files/grub-pc-serial.cfg b/package/grub/files/grub-pc-serial.cfg
index 4b6a0616c..d48b82c45 100644
--- a/package/grub/files/grub-pc-serial.cfg
+++ b/package/grub/files/grub-pc-serial.cfg
@@ -10,5 +10,5 @@ menuentry "OpenADK" {
insmod ext2
set root='hd0,1'
echo "Loading OpenADK"
- linux /boot/kernel root=/dev/sda1 rootfstype=ext4 rootwait panic=10
+ linux /boot/kernel rootfstype=ext4 rootwait panic=10
}
diff --git a/package/grub/files/grub-pc-vga.cfg b/package/grub/files/grub-pc-vga.cfg
index 72af5abce..8200624d6 100644
--- a/package/grub/files/grub-pc-vga.cfg
+++ b/package/grub/files/grub-pc-vga.cfg
@@ -6,5 +6,5 @@ menuentry "OpenADK" {
insmod ext2
set root='hd0,1'
echo "Loading OpenADK"
- linux /boot/kernel console=tty0 root=/dev/sda1 rootfstype=ext4 rootwait panic=10
+ linux /boot/kernel console=tty0 rootfstype=ext4 rootwait panic=10
}