summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09Update to 032William Douglas1-2/+5
Change-Id: I8b2674e435e74f5f6bd543e5dbc1f9cd2c22005f Signed-off-by: William Douglas <william.douglas@intel.com>
2013-09-09changelogWilliam Douglas1-0/+3
Signed-off-by: William Douglas <william.douglas@intel.com>
2013-09-09update to 029William Douglas2-1/+24
Change-Id: Icbd94c12419dc49daadb9fc812c183e1d158d8a8 Signed-off-by: William Douglas <william.douglas@intel.com>
2013-09-09resetting manifest requested domain to floorAlexandru Cornea2-0/+11
2013-09-09Update package groupsAnas Nashif2-17/+10
2013-09-09update to 025Anas Nashif1-1/+1
2013-09-09cleanup specAnas Nashif1-64/+66
2013-09-09add packagingAnas Nashif1-0/+1
2013-09-09add packagingAnas Nashif1-0/+228
2013-08-20dracut-032upstream/032032upstreamHarald Hoyer2-5/+53
2013-08-20add newline to cmdline config filesHarald Hoyer5-1/+5
2013-08-20dracut.sh: recognize swap entries in fstab with mountpoint "none"Harald Hoyer1-1/+2
2013-08-20add persistent_policy configuration optionHarald Hoyer3-2/+8
2013-08-20dracut.conf.5.asc: correct ro_mnt documentationHarald Hoyer1-1/+1
2013-08-20dracut-functions.sh:dracut_module_included() check with spacesHarald Hoyer1-1/+1
check also for surrounding spaces in the module strings
2013-08-20dracut.sh: fixed checking for FIPS modeHarald Hoyer1-1/+1
2013-08-19systemd: pre-pivot hooks runs after /sysroot is mountedWANG Chao1-1/+1
If rootflags=nofail, sysroot.mount won't strictly run "Before" initrd-root-fs.target. So we need to order dracut-pre-pivot after sysroot.mount.
2013-08-19dracut.sh: Fix [no-]early-microcode parameter and add documentation.Daniel Schaal3-2/+15
[no-]early-microcode was missing from getopt argument list. Let arguments passed by command line override config files.
2013-08-16dracut.sh: add --persistent-policy optionHarald Hoyer5-6/+46
--persistent-policy <policy>: Use <policy> to address disks and partitions. <policy> can be any directory name found in /dev/disk. E.g. "by-uuid", "by-label"
2013-08-16base/dracut-lib.sh: move warn() definition before usageHarald Hoyer1-38/+39
2013-08-16dracut.spec: correct License stringHarald Hoyer1-2/+2
2013-08-15dracut.spec: add bash moduleHarald Hoyer1-0/+1
2013-08-15add parameter --print-cmdlineHarald Hoyer9-95/+169
This prints the kernel command line parameters for the current disk layout. $ dracut --print-cmdline rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471 rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered rootfstype=ext4
2013-08-15resurrect TEST-14-IMSMHarald Hoyer8-17/+20
2013-08-15dracut-functions.sh: add find_mp_fsoptsHarald Hoyer1-0/+16
2013-08-15dracut-functions.sh: no more 'echo'Harald Hoyer1-17/+17
2013-08-15rootfs-block: search all host_devs for a journal deviceHarald Hoyer2-19/+33
2013-08-15dracut-functions.sh: add find_dev_fsopts()Harald Hoyer1-2/+23
2013-08-15Create initramfs without using udevadmHarald Hoyer5-76/+63
This enables building a hostonly image, without the udev database populated.
2013-08-15testsuite: fixed network interface namesHarald Hoyer6-15/+18
2013-08-15dracut.spec: dracut-network requires dhclientHarald Hoyer1-0/+1
2013-08-14TEST-12-RAID-DEG: enter UUID in crypttab rather than md0Harald Hoyer1-1/+2
2013-08-14Makefile: do syncheck before creating the archive or rpmHarald Hoyer1-2/+2
2013-08-14dracut-functions.sh: fixed vercmp()Harald Hoyer1-28/+29
2013-08-14network: also wait for ethernet interfaces to setupWANG Chao1-1/+7
We only wait for master interfaces for bridge/bonding/team/vlan case. If none of these complex network is configured, we should wait for ethernet interface (bootdev) instead.
2013-08-14shutdown: fixed killall_proc_mountpoint()Harald Hoyer2-5/+10
2013-08-14dracut-functions.sh: if no libdirs are set, take the ld.so.cache pathsHarald Hoyer1-0/+18
2013-08-13crypt: only manually activate systemd-cryptsetup, if not in crypttabHarald Hoyer3-13/+26
Only additional rd.luks.UUID have to be manually activated.
2013-08-13crypt/crypt-run-generator: also skip if UUID match in crypttabHarald Hoyer2-3/+4
2013-08-13add bash moduleHarald Hoyer1-0/+20
2013-08-13crypt/module-setup.sh: use crypttab in hostonly and don't install cmdlineHarald Hoyer1-2/+2
2013-08-13fs-lib/module-setup.sh: install fsck and fsck.ext*Harald Hoyer1-2/+2
2013-08-12dracut.sh: always assemble /usr in the initramfsHarald Hoyer1-0/+1
2013-08-12dracut.sh: always assemble /usr device in initramfsHarald Hoyer1-0/+4
2013-08-12lsinitrd.sh: fixed modules.txt pathHarald Hoyer1-1/+1
2013-08-12systemd/dracut-initqueue.sh: added missing "then"Harald Hoyer1-1/+1
2013-08-12base: don't install switch_root, if systemd is usedHarald Hoyer1-2/+1
2013-08-12dracut.sh: fixed typoHarald Hoyer1-1/+1
2013-08-12dracut.sh: use local lsinitrd.sh for "-l"Harald Hoyer1-1/+5
2013-08-12dracut-logger.sh: saveguard logger with --Harald Hoyer1-1/+1