forked from nxp-auto-linux/xen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config example for DomU with rootfs on extra sdcard partition
Added a config example that can be used to boot a DomU that has its rootfs directly mounted on a sdcard partition. Issue: ALB-5008 Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com>
- Loading branch information
1 parent
65ad56e
commit 50f5b9b
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
kernel = "/boot/Image" | ||
memory = 192 | ||
name = "domu" | ||
|
||
# Number of VCPUs at boot time | ||
vcpus = 1 | ||
|
||
# Pin PCPU1 to DomU1's VCPU0 | ||
cpus = 1 | ||
|
||
disk = [ 'phy:/dev/mmcblk0p3,xvda,w' ] | ||
extra = "console=hvc0 root=/dev/xvda debug rw" | ||
|