Code Monkey home page Code Monkey logo

Comments (3)

tcler avatar tcler commented on August 19, 2024

seems some compose named like RHEL-x.y.z-updates-.d. released without guest image. please try:
vm create RHEL-8.9.?-2% -n test1 --xdisk 20 --xdisk 20 --xdisk 20 --xdisk 20 --xdisk 20 --xdisk 20 --nointeract -f

you will get expected result:

 ~]$ vm exec test1 -- lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sr0     11:0    1  374K  0 rom  
vda    252:0    0   64G  0 disk 
├─vda1 252:1    0    1M  0 part 
├─vda2 252:2    0  100M  0 part /boot/efi
└─vda3 252:3    0 63.9G  0 part /
vdb    252:16   0   20G  0 disk 
vdc    252:32   0   20G  0 disk 
vdd    252:48   0   20G  0 disk 
vde    252:64   0   20G  0 disk 
vdf    252:80   0   20G  0 disk 
vdg    252:96   0   20G  0 disk 

from kiss-vm-ns.

tcler avatar tcler commented on August 19, 2024

just added new option --ks-only-use option to kiss-vm for installing with location:

[jiyin@fs-qe kiss-vm-ns]$ vm create RHEL-7.9  -n testvm --nointeract -L --xdisk 20 --xdisk 20 --ks-only-use=vda -f
.
.
[jiyin@fs-qe kiss-vm-ns]$ vm exec testvm -- lsblk
NAME          MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda           252:0    0  64G  0 disk
|-vda1        252:1    0   1G  0 part /boot
`-vda2        252:2    0  63G  0 part
  |-rhel-root 253:0    0  41G  0 lvm  /
  |-rhel-swap 253:1    0   2G  0 lvm  [SWAP]
  `-rhel-home 253:2    0  20G  0 lvm  /home
vdb           252:16   0  20G  0 disk
vdc           252:32   0  20G  0 disk

from kiss-vm-ns.

tcler avatar tcler commented on August 19, 2024

9e408f3

from kiss-vm-ns.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.