cmdline: split cmdline file to easy change review
This commit is contained in:
parent
0f8ef58ddc
commit
9bc6339e75
|
@ -1 +1,16 @@
|
|||
quiet console=tty0 console=ttyS0,115200n8 init=/usr/lib/systemd/systemd-bootchart initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 i915.nuclear_pageflip=1 rw
|
||||
quiet
|
||||
console=tty0
|
||||
console=ttyS0,115200n8
|
||||
cryptomgr.notests
|
||||
i915.nuclear_pageflip=1
|
||||
init=/usr/lib/systemd/systemd-bootchart
|
||||
initcall_debug
|
||||
intel_iommu=igfx_off
|
||||
kvm-intel.nested=1
|
||||
no_timer_check
|
||||
noreplace-smp
|
||||
rcu_nocbs=0-64
|
||||
rcupdate.rcu_expedited=1
|
||||
rootfstype=ext4,btrfs,xfs
|
||||
tsc=reliable
|
||||
rw
|
||||
|
|
|
@ -1 +1,19 @@
|
|||
quiet console=tty0 console=ttyS0,115200n8 init=/usr/lib/systemd/systemd-bootchart initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 rw
|
||||
quiet
|
||||
console=tty0
|
||||
console=ttyS0,115200n8
|
||||
cryptomgr.notests
|
||||
i915.avail_planes_per_pipe=0x01010F
|
||||
i915.domain_plane_owners=0x011111110000
|
||||
i915.enable_gvt=1
|
||||
i915.nuclear_pageflip=1
|
||||
init=/usr/lib/systemd/systemd-bootchart
|
||||
initcall_debug
|
||||
intel_iommu=igfx_off
|
||||
kvm-intel.nested=1
|
||||
no_timer_check
|
||||
noreplace-smp
|
||||
rcu_nocbs=0-64
|
||||
rcupdate.rcu_expedited=1
|
||||
rootfstype=ext4,btrfs,xfs
|
||||
tsc=reliable
|
||||
rw
|
||||
|
|
Loading…
Reference in New Issue