make customized setting of plugin_dir work in bootstrap mode
[tools/mic.git] / mic /
2013-09-02 Xiaoning Zhumake customized setting of plugin_dir work in bootstrap...
2013-08-28 Patrick McCartyRemove several CR chars in log messages
2013-08-27 Gui Chendon't exit if parted returns non-zero
2013-08-27 Gui Chenraise error if load mapper device failed
2013-08-26 Gui Chenfix uuid KeyError
2013-08-26 Gui Chenfix kpartx device delay
2013-08-26 Gui Chenfix umount issue
2013-08-22 Huang HaoExit if partition is marked as active but boot flag...
2013-08-20 Huang HaoFix typo in comments and message
2013-08-16 Gui Chenrefine SimpleLockfile with closing lockf immediately
2013-08-16 Gui Chendon't need to clean up extra mounts present
2013-08-15 Gui Chensetup_qemu_emulator: replace open/close with with_statement
2013-08-15 Gui Chenbind mount /lib/modules with 'ro' option
2013-08-15 Gui Chenfix chroot_lock reference
2013-08-14 Gui Cheninitialize installerfw.features
2013-08-14 Gui ChenMerge "remove unused code and check chroot_lock before...
2013-08-14 Gui Chenremove unused code and check chroot_lock before release
2013-08-14 Gui Chentypo fix
2013-08-14 Gui Chenfix bootloader options omitted
2013-08-14 Artem Bityutskiykickstart: add an alias for installerfw
2013-08-14 Artem Bityutskiyraw.py: print a message when compressing the image
2013-08-13 Gui Chenremove myfuser to detect the instance
2013-08-13 Gui Chenfix pylint
2013-08-13 Gui Chenadd docstring for functions
2013-08-13 Gui Chenadd lockfile support for mic/chroot.py module
2013-08-13 Gui Chenkill processes inside instroot chroot
2013-08-13 Gui Chensplit save fs code to savefs_before_chroot
2013-08-13 Gui Chenrewrite chroot arch detecting
2013-08-13 Gui Chenrefactor mic/chroot.py:global_mounts
2013-08-13 Gui Chenrefactor mic/chroot.py
2013-07-02 Artem Bityutskiyliveusb: fix vfat UUID
2013-07-01 Gui Chenimplement '--check-pkgs' to check if packages included...
2013-06-27 Gui Chenintroduce '--check-pkgs' to check packages included
2013-06-27 Artem Bityutskiyraw: support the 'fstab' installerfw attribute
2013-06-27 Artem Bityutskiybaseimager: export partition device node
2013-06-27 Artem Bityutskiyraw: export file-system UUIDs
2013-06-26 Artem BityutskiyVfatDiskMount: fix vfat UUID string
2013-06-26 Artem BityutskiyRevert "VfatDiskMount: do not initialize uuid"
2013-06-26 Artem Bityutskiybaseimager: export INSTALLERFW_MOUNT_PREFIX
2013-06-26 Artem Bityutskiybaseimager: move environment variable definitions
2013-06-26 Artem BityutskiyRevert "baseimager: add a couple of more installer...
2013-06-26 Artem Bityutskiybaseimager: add a couple of more installer FW variables
2013-06-25 Artem BityutskiyExtDiskMount: fix the UUID feature for extX
2013-06-25 Artem BityutskiyVfatDiskMount: do not initialize uuid
2013-06-25 Artem Bityutskiybaseimager: export a number of helful environment variables
2013-06-25 Artem Bityutskiypartitionedfs: preserve the KS partition number
2013-06-25 Artem Bityutskiyraw: add an option to avoid installing extlinux
2013-06-25 Gui Chenkickstart: add the installerfw KS command
2013-06-19 Yeongil JangShow stdout and stderr log of post script using msger
2013-06-16 Ed BartoshReverted c619010d3b5efa9dc0ebec7839b73cbcd59edcb2
2013-05-20 Gui ChenMerge branch 'release-0.19' into devel
2013-05-17 Gui Chenfix empty value in max built-in
2013-05-17 Gui Chentry to wait for mapping device mapper
2013-05-17 Artem Bityutskiygpt_parser: bugfix: correctly update alternate GPT...
2013-05-16 Artem Bityutskiygpt_parser: bugfix: correctly update alternate GPT...
2013-05-16 Gui Chenfix OSError caused by symlink removing
2013-05-16 Gui Chenfix symlink bind mount dirname
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.
next