Skip to content

Commit

Permalink
fix typo in run_debian_arm64.sh
Browse files Browse the repository at this point in the history
fix typo: noinintrd -> noinitrd

Signed-off-by: Ben Shushu <runninglinuxkernel@126.com>
  • Loading branch information
runninglinuxkernel committed Feb 8, 2022
1 parent cd590d3 commit 96ecc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_debian_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SMP="-smp 4"
QEMU=qemu-system-aarch64

rootfs_arg="root=/dev/vda rootfstype=ext4 rw"
kernel_arg="noinintrd nokaslr"
kernel_arg="noinitrd nokaslr"
crash_arg="crashkernel=256M"
dyn_arg="vfio.dyndbg=+pflmt irq_gic_v3_its.dyndbg=+pflmt iommu.dyndbg=+pflmt irqdomain.dyndbg=+pflmt"
debug_arg="loglevel=8 sched_debug"
Expand Down

0 comments on commit 96ecc03

Please sign in to comment.