diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 2ed6f9a26e..5095e67817 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -821,7 +821,6 @@ class BaseConfig(object): | |||
821 | self.rootfs_options = '-drive file=%s,if=virtio,format=raw' % self.rootfs | 821 | self.rootfs_options = '-drive file=%s,if=virtio,format=raw' % self.rootfs |
822 | 822 | ||
823 | if self.fstype in ('cpio.gz', 'cpio'): | 823 | if self.fstype in ('cpio.gz', 'cpio'): |
824 | self.set('NETWORK_CMD', '') | ||
825 | self.kernel_cmdline = 'root=/dev/ram0 rw debugshell' | 824 | self.kernel_cmdline = 'root=/dev/ram0 rw debugshell' |
826 | self.rootfs_options = '-initrd %s' % self.rootfs | 825 | self.rootfs_options = '-initrd %s' % self.rootfs |
827 | else: | 826 | else: |