mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
remove instructions, to be included in README.md
This commit is contained in:
parent
f8bd71a532
commit
aef0178ffc
@ -11,35 +11,6 @@
|
||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||
# Bye bye!
|
||||
|
||||
# Usage
|
||||
# With virt-install :
|
||||
#$ virt-install \
|
||||
# --connect qemu:///system \
|
||||
# --virt-type kvm \
|
||||
# --arch x86_64 \
|
||||
# --machine q35 \
|
||||
# --name vmd \
|
||||
# --boot uefi \
|
||||
# --cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=2 \
|
||||
# --vcpus 4 \
|
||||
# --memory 8192 \
|
||||
# --video virtio \
|
||||
# --channel spicevmc \
|
||||
# --autoconsole none \
|
||||
# --sound none \
|
||||
# --controller type=virtio-serial \
|
||||
# --controller type=usb,model=none \
|
||||
# --controller type=scsi,model=virtio-scsi \
|
||||
# --network network=default,model=virtio \
|
||||
# --input type=keyboard,bus=virtio \
|
||||
# --input type=tablet,bus=virtio \
|
||||
# --rng /dev/urandom,model=virtio \
|
||||
# --disk path=/var/lib/libvirt/images/vmd.img,format=raw,bus=virtio,cache=writeback,size=5 \
|
||||
# --location=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/os/ \
|
||||
# --extra-args="inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/flat/flat-dmd.cfg"
|
||||
#
|
||||
# --initrd-inject bmd.cfg --extra-args "inst.ks=file:/bmd.cfg"
|
||||
|
||||
# Generated by pykickstart v3.32
|
||||
#version=DEVEL
|
||||
# X Window System configuration information
|
||||
|
Loading…
Reference in New Issue
Block a user