====== Set image command-line arguments ====== ===== Synopsis ===== imgargs [--name ] [...] ===== Examples ===== === Set command-line arguments for a Linux kernel image "vmlinuz" === imgargs vmlinuz vga=788 console=ttyS0,115200n8 console=tty0 ===== Description ===== Set command-line arguments to be passed to the specified image. This is an obsolete command that is included only for backwards compatibility with existing scripts. You can set the command-line arguments when you download the image using the ''[[:cmd:chain]]'', ''[[:cmd:imgfetch]]'', or ''[[:cmd:kernel]]'' commands. ===== Command status ===== ^ Success | The command-line arguments were successfully applied to the image | ^ Failure | The command-line arguments were not successfully applied to the image | ===== See also ===== * ''[[:cmd:imgstat]]'' * ''[[:cmd:chain]]'' * ''[[:cmd:imgfetch]]'' * ''[[:cmd:kernel]]'' * [[:cmd|List of all iPXE commands]] ===== Notes ===== You can use the ''[[:cmd:imgstat]]'' command to view the command-line arguments associated with each image.