修正一处疑似问题.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
41d25735fb
commit
0f82d60536
|
@ -284,7 +284,7 @@ menuentry "Xen / Arch Linux kernel" --class manjaro --class gnu-linux --class gn
|
|||
echo 'Loading kernel ...'
|
||||
module2 /vmlinuz-4.9-x86_64 root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rw quiet udev.log_priority=3
|
||||
echo 'Loading initial ramdisk ...'
|
||||
module2 --nounzip /initramfs-4.9-x86_64.img
|
||||
module2 /initramfs-4.9-x86_64.img
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue