summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: rawcopy: make source filenames uniqueEd Bartosh2016-07-061-1/+1
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-06-291-1/+1
* wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu2016-06-291-2/+2
* wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu2016-06-291-21/+32
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17
* Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton2016-04-131-1/+1
* wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock2016-04-091-1/+1
* wic/isoimage-isohybrid.py: change cpio generated uid&gid to rootIoan-Adrian Ratiu2016-04-031-2/+2
* wic/isoimage-isohybrid.py: use glob to find initramfs locationIoan-Adrian Ratiu2016-04-031-2/+2
* wic: fix type of no-table optionEd Bartosh2016-03-281-1/+1
* wic: don't throw away our created swap partitionChristopher Larson2016-02-281-0/+1
* wic: fix processing of --use-uuidEd Bartosh2016-02-151-0/+3
* isoimage-isohybrid.py: fix cpio working directoryIoan-Adrian Ratiu2016-02-071-1/+1
* wic: isoimage-isohybrid: check for syslinux-nativeMihaly Varga2016-02-041-2/+5
* wic: default to empty bootloader configMaciej Borzecki2016-02-041-0/+4
* wic: pylinted ksparser moduleEd Bartosh2016-01-201-4/+11
* wic: add help for 'include' commandEd Bartosh2016-01-201-0/+14
* wic: move parts of canned .wks into common.wks.incEd Bartosh2016-01-204-9/+6
* wic: implement search of includesEd Bartosh2016-01-201-2/+14
* wic: refactor get_boot_configEd Bartosh2016-01-201-9/+7
* wic: ksparser: add support for includeEd Bartosh2016-01-201-1/+6
* wic: do not remove build dir in source pluginsEd Bartosh2016-01-204-7/+3
* wic: use unique partition numberEd Bartosh2016-01-201-1/+3
* wic: move wks parsing code to KickStart._parseEd Bartosh2016-01-201-0/+3
* wic: rename kickstarter.py -> ksparser.pyEd Bartosh2016-01-192-1/+1
* wic: override ArgumentParser.errorEd Bartosh2016-01-191-1/+9
* wic: removed unused importsEd Bartosh2016-01-194-4/+3
* wic: improve processing of parseing errorsEd Bartosh2016-01-191-3/+8
* wic: catch KickStartErrorEd Bartosh2016-01-191-2/+5
* wic: add custom exception KickStartErrorEd Bartosh2016-01-191-0/+3
* wic/help.py: document requirements for valid fstab generationJoshua Lock2016-01-181-0/+7
* wic: get rid of 2 gettersEd Bartosh2016-01-183-8/+9
* wic: get rid of set_size and set_source_file settersEd Bartosh2016-01-183-7/+7
* wic: get rid of get_rootfs and set_rootfsEd Bartosh2016-01-184-18/+18
* wic: get rid of get_timeout getterEd Bartosh2016-01-184-32/+16
* wic: adjust code for new data structureEd Bartosh2016-01-184-12/+12
* wic: remove pykickstart codeEd Bartosh2016-01-1819-3264/+0
* wic: use new kickstart parserEd Bartosh2016-01-182-3/+3
* wic: add kickstart parser moduleEd Bartosh2016-01-181-0/+120
* wic: add partition moduleEd Bartosh2016-01-181-0/+410
* wic: rawcopy: Copy source file to build folderNoor Ahsan2016-01-071-3/+4
* wic/help.py: document that mountpoint is optional for part commandJoshua Lock2015-12-221-1/+4
* directdisk-bootloader-config.wks: Add example for custom bootloader configMariano Lopez2015-12-092-0/+21
* wic/help.py: Document the new option "configfile"Mariano Lopez2015-12-091-0/+6
* wic: Allow to use a custom config for bootloadersMariano Lopez2015-12-092-46/+93
* wic/utils/misc.py: Added function to search for files in canned-wksMariano Lopez2015-12-091-0/+39
* wic: Prepare wicboot to allow custom bootloader configMariano Lopez2015-12-092-0/+12
* wic: exec_native_cmd: implement support for pseudoEd Bartosh2015-12-012-10/+14
* wic/utils/oe/misc.py: Preserve PATH when running native toolsRandy Witt2015-10-271-4/+16
* wic: fix partition size calculationEd Bartosh2015-09-231-2/+1