disable unsupported iso - create /init - include support for another initial manifest
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
0d78ab313f
commit
11ba4640b4
3 changed files with 87 additions and 37 deletions
|
|
@ -101,9 +101,9 @@ def commandline():
|
|||
parser['preos'].add_argument('-r', '--replace-manifest',
|
||||
help='Instead of appending to the built in manifest, replace the internal manifest',
|
||||
action="store_true")
|
||||
parser['preos'].add_argument('-I', '--iso-boot',
|
||||
help='Create ISO for booting in given location')
|
||||
parser['preos'].add_argument('-p', '--pxe-boot',
|
||||
# parser['preos'].add_argument('-I', '--iso-boot-dir',
|
||||
# help='Create ISO for booting in given location')
|
||||
parser['preos'].add_argument('-p', '--pxe-boot-dir',
|
||||
help='Create PXE files for booting in given location')
|
||||
parser['preos'].add_argument('target_dir', nargs=1,
|
||||
help='Select target directory')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue