fix relative symbolic link in bind mount
[tools/mic.git] / mic /
2013-05-15 Gui Chenfix relative symbolic link in bind mount
2013-05-15 Gui Chentypo fix
2013-05-15 Gui Chenfix '/var/lock' non-existent throw traceback
2013-05-15 Gui Chenfix symlink bind mount left issue
2013-05-10 Artem Bityutskiyraw: use bmap creation code from bmap-tools
2013-05-07 Artem Bityutskiymisc: add get_block_size helper function
2013-04-19 Artem Bityutskiygpt_parser: update class commentary
2013-04-19 Artem Bityutskiypartitinedfs.py: implement the --part-type option
2013-04-19 Artem Bityutskiypartition.py: add --part-type option
2013-04-19 Artem Bityutskiygpt_parser: add parition modification functinality
2013-04-19 Artem Bityutskiygpt_parser: introduce more useful dict keys
2013-04-19 Artem Bityutskiygpt_parser: rename the parts_cnt dict key
2013-04-19 Artem Bityutskiygpt_parser: implement partition table CRC checking
2013-04-19 Artem Bityutskiygpt_parser: improve naming some more
2013-04-19 Artem Bityutskiygpt_parser: add 'primary' dictionary key
2013-04-19 Artem Bityutskiygpt_parser: return a dict from get_partitions
2013-04-19 Artem Bityutskiygpt_parser: return a dict from read_headers
2013-04-19 Artem Bityutskiygpt_parser: spelling fixes
2013-04-19 Artem Bityutskiygpt_parser: use _read_disk helper in get_partitions
2013-04-19 Artem Bityutskiygpt_parser: introduce a helpful _GPT_HEADER_SIZE constant
2013-04-19 Artem Bityutskiygpt_parser: introduce a _disk_read helper
2013-04-19 Artem Bityutskiygpt_parser: add an index element to the partition record
2013-04-19 Artem Bityutskiygpt_parse: use _ prefix for private class members
2013-04-19 Artem Bityutskiygpt_parser: add backup partition table reading support
2013-04-19 Artem Bityutskiygpt_parser: harmonize naming a bit
2013-04-19 Artem Bityutskiygpt_parser: add backup GPT header reading support
2013-04-19 Artem Bityutskiygpt_parser: move the GPT header validation to a separat...
2013-04-19 Artem Bityutskiygpt_parser: validate GPT header CRC32
2013-04-19 Artem Bityutskiygpt_parser: validate header size
2013-04-19 Artem Bityutskiygpt_parser: validate GPT header revision
2013-04-19 Artem Bityutskiygpt_parser: use _ for private variables
2013-04-10 Gui Chenfix bug autologinuser always set
2013-03-27 Gui Chenmount tmpdir as tmpfs to accelerate performance
2013-03-25 Gui Chenstrip slash after release option
2013-03-24 Gui Chengenerate bmap file outside __imgdir
2013-03-24 Gui Chenchange naming for release option
2013-03-14 Huang HaoPrint warning when failed to temp ks in normalize_ksfile().
2013-03-12 Huang HaoRemove useless try and reraise blocks.
2013-03-12 Huang HaoChange default mutable arguments of Mic_RepoData.__init__.
2013-03-12 Huang HaoChange default parameters from mutable type into immutable.
2013-03-12 Huang HaoRefactor function safecopy().
2013-03-11 Huang HaoReraise exception in bootstrap_mic() but keep original...
2013-03-06 Huang HaoRefactor get_mic_binpath() to avoid catch all exceptions.
2013-03-05 Huang HaoUniform import statements to absolute import.
2013-03-04 Gui ChenMerge branch 'release-0.17' into devel
2013-02-28 Huang HaoFix import error of kickstart.custom_commands
2013-02-28 Huang HaoKeep error info from exception URLGrabError.
2013-02-28 Huang HaoGive reason when failed to load plugin module.
2013-02-24 Gui Chenimager.livecd: cleanup anaconda related code
2013-02-24 Gui Chenimager.loop: fix undefined 'part'
2013-02-24 Gui Chenutils.fs_related: fix undefined 'out'
2013-02-25 Huang HaoFix bug that "disk" is undefined.
2013-02-22 Huang HaoRemove import warnings of utils.runner module
2013-02-22 Huang HaoRemove import warnings of imager.fs module
2013-02-22 Huang HaoRemove warnings of import statements of module util...
2013-02-21 Gui Chenmove vcs info from .vcs file to .packages file
2013-02-21 Gui Chendon't copy vmlinuz to /boot/extlinux
2013-02-19 Artem Bityutskiyraw: use relative path to the kernel image in extlinux...
2013-02-19 Artem Bityutskiypartitionedfs: do not try to mount partitions without...
2013-02-19 Artem Bityutskiyraw: allow partitions without a file-system
2013-02-19 Artem Bityutskiykickstart: allow partitions without mount points
2013-02-19 Artem Bityutskiypartitionedfs: fix extended partitions support
2013-02-19 Artem Bityutskiyparitionedfs: do not create extended parition in case...
2013-02-19 Artem Bityutskiyparitionedfs: partially fix extended paritions support
2013-02-19 Huang HaoFix bad indents
2013-02-19 Gui ChenMerge "paritionedfs: remove the 'extended' key from...
2013-02-19 Gui ChenMerge "partitionedfs: simplify the code a tiny bit...
2013-02-19 Gui ChenMerge "partitionedfs: improve debugging prints" into...
2013-02-19 Gui ChenMerge "partitionedfs: remove bogus alignment check...
2013-02-19 Huang HaoPass command line info to CreatorError in get_file_size()
2013-02-18 Artem Bityutskiyparitionedfs: remove the 'extended' key from disk dicti...
2013-02-18 Artem Bityutskiypartitionedfs: simplify the code a tiny bit
2013-02-18 Artem Bityutskiypartitionedfs: improve debugging prints
2013-02-18 Artem Bityutskiypartitionedfs: remove bogus alignment check
2013-02-18 Huang HaoAdd global declaration to var _LOOP_RULE_PTH
2013-02-16 Markus LehtonenMake sure that urlgrabber gets URLs as strings
2013-02-05 Gui Chenroll back to original naming for release
2013-02-05 Gui Chenremove suffix when release specified
2013-01-29 Artem Bityutskiypartitionedfs: do not use blkid for PARTUUID
2013-01-29 Artem BityutskiyAdd a simple GPT partitions parser
2013-01-29 Artem Bityutskiyraw.py: remove unused variable
2013-01-27 Gui Chenfix .vcs file not included in output showing
2013-01-27 Gui Chensome minor fixes
2013-01-27 Gui Chenadd option '--fstab-entry' to set the entry in /etc...
2013-01-27 Gui Chengive hints when overwriting loop images
2013-01-23 Gui ChenRevert "raw.py: switch to the BmapCreate module"
2013-01-23 Gui Chenput the recording stuff before pkg_manager.close
2013-01-22 Gui Chendon't throw exception if get_partuuid failed
2013-01-22 Gui Chencorrect empty prefix string produce '-'
2013-01-21 Gui Chencompatible with old style in name prefix
2013-01-21 Gui Chenclean up the loop devices not released
2013-01-21 Gui Chenadd pidfile for each used loop device
2013-01-21 Gui Chencleanup also when sys loop device used
2013-01-21 Gui Chenfix the failure if ks under / dir in easy way
2013-01-21 Gui Chenclean up the mess message of directory not empty
2013-01-21 Gui Chendon't setup emulator for arm image twice
2013-01-21 Gui Chenregister arm binfmt in every time
2013-01-21 Gui Chensync /etc/passwd to save user info to bootstrap
2013-01-21 Gui Chenverify if logfile is a file
2013-01-21 Gui Chenadd debuginfo rpm install option
next