mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Remove incorrect comment.
qemu does in fact fix up the device tree with the correct memory size
supplied by -m <ramsize> so the comment was incorrect.
This updates commit 8d273a2715.
This commit is contained in:
@@ -344,7 +344,7 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
|
||||
(g,
|
||||
"panic=1" /* force kernel to panic if daemon exits */
|
||||
#ifdef __arm__
|
||||
" mem=%dM" /* required on ARM to override device tree info */
|
||||
" mem=%dM"
|
||||
#endif
|
||||
#ifdef VALGRIND_DAEMON
|
||||
" guestfs_valgrind_daemon=1"
|
||||
|
||||
Reference in New Issue
Block a user