Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-09 | Update to 032 | William Douglas | 1 | -2/+5 | |
Change-Id: I8b2674e435e74f5f6bd543e5dbc1f9cd2c22005f Signed-off-by: William Douglas <william.douglas@intel.com> | |||||
2013-09-09 | changelog | William Douglas | 1 | -0/+3 | |
Signed-off-by: William Douglas <william.douglas@intel.com> | |||||
2013-09-09 | update to 029 | William Douglas | 2 | -1/+24 | |
Change-Id: Icbd94c12419dc49daadb9fc812c183e1d158d8a8 Signed-off-by: William Douglas <william.douglas@intel.com> | |||||
2013-09-09 | resetting manifest requested domain to floor | Alexandru Cornea | 2 | -0/+11 | |
2013-09-09 | Update package groups | Anas Nashif | 2 | -17/+10 | |
2013-09-09 | update to 025 | Anas Nashif | 1 | -1/+1 | |
2013-09-09 | cleanup spec | Anas Nashif | 1 | -64/+66 | |
2013-09-09 | add packaging | Anas Nashif | 1 | -0/+1 | |
2013-09-09 | add packaging | Anas Nashif | 1 | -0/+228 | |
2013-08-20 | dracut-032upstream/032032upstream | Harald Hoyer | 2 | -5/+53 | |
2013-08-20 | add newline to cmdline config files | Harald Hoyer | 5 | -1/+5 | |
2013-08-20 | dracut.sh: recognize swap entries in fstab with mountpoint "none" | Harald Hoyer | 1 | -1/+2 | |
2013-08-20 | add persistent_policy configuration option | Harald Hoyer | 3 | -2/+8 | |
2013-08-20 | dracut.conf.5.asc: correct ro_mnt documentation | Harald Hoyer | 1 | -1/+1 | |
2013-08-20 | dracut-functions.sh:dracut_module_included() check with spaces | Harald Hoyer | 1 | -1/+1 | |
check also for surrounding spaces in the module strings | |||||
2013-08-20 | dracut.sh: fixed checking for FIPS mode | Harald Hoyer | 1 | -1/+1 | |
2013-08-19 | systemd: pre-pivot hooks runs after /sysroot is mounted | WANG Chao | 1 | -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-19 | dracut.sh: Fix [no-]early-microcode parameter and add documentation. | Daniel Schaal | 3 | -2/+15 | |
[no-]early-microcode was missing from getopt argument list. Let arguments passed by command line override config files. | |||||
2013-08-16 | dracut.sh: add --persistent-policy option | Harald Hoyer | 5 | -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-16 | base/dracut-lib.sh: move warn() definition before usage | Harald Hoyer | 1 | -38/+39 | |
2013-08-16 | dracut.spec: correct License string | Harald Hoyer | 1 | -2/+2 | |
2013-08-15 | dracut.spec: add bash module | Harald Hoyer | 1 | -0/+1 | |
2013-08-15 | add parameter --print-cmdline | Harald Hoyer | 9 | -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-15 | resurrect TEST-14-IMSM | Harald Hoyer | 8 | -17/+20 | |
2013-08-15 | dracut-functions.sh: add find_mp_fsopts | Harald Hoyer | 1 | -0/+16 | |
2013-08-15 | dracut-functions.sh: no more 'echo' | Harald Hoyer | 1 | -17/+17 | |
2013-08-15 | rootfs-block: search all host_devs for a journal device | Harald Hoyer | 2 | -19/+33 | |
2013-08-15 | dracut-functions.sh: add find_dev_fsopts() | Harald Hoyer | 1 | -2/+23 | |
2013-08-15 | Create initramfs without using udevadm | Harald Hoyer | 5 | -76/+63 | |
This enables building a hostonly image, without the udev database populated. | |||||
2013-08-15 | testsuite: fixed network interface names | Harald Hoyer | 6 | -15/+18 | |
2013-08-15 | dracut.spec: dracut-network requires dhclient | Harald Hoyer | 1 | -0/+1 | |
2013-08-14 | TEST-12-RAID-DEG: enter UUID in crypttab rather than md0 | Harald Hoyer | 1 | -1/+2 | |
2013-08-14 | Makefile: do syncheck before creating the archive or rpm | Harald Hoyer | 1 | -2/+2 | |
2013-08-14 | dracut-functions.sh: fixed vercmp() | Harald Hoyer | 1 | -28/+29 | |
2013-08-14 | network: also wait for ethernet interfaces to setup | WANG Chao | 1 | -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-14 | shutdown: fixed killall_proc_mountpoint() | Harald Hoyer | 2 | -5/+10 | |
2013-08-14 | dracut-functions.sh: if no libdirs are set, take the ld.so.cache paths | Harald Hoyer | 1 | -0/+18 | |
2013-08-13 | crypt: only manually activate systemd-cryptsetup, if not in crypttab | Harald Hoyer | 3 | -13/+26 | |
Only additional rd.luks.UUID have to be manually activated. | |||||
2013-08-13 | crypt/crypt-run-generator: also skip if UUID match in crypttab | Harald Hoyer | 2 | -3/+4 | |
2013-08-13 | add bash module | Harald Hoyer | 1 | -0/+20 | |
2013-08-13 | crypt/module-setup.sh: use crypttab in hostonly and don't install cmdline | Harald Hoyer | 1 | -2/+2 | |
2013-08-13 | fs-lib/module-setup.sh: install fsck and fsck.ext* | Harald Hoyer | 1 | -2/+2 | |
2013-08-12 | dracut.sh: always assemble /usr in the initramfs | Harald Hoyer | 1 | -0/+1 | |
2013-08-12 | dracut.sh: always assemble /usr device in initramfs | Harald Hoyer | 1 | -0/+4 | |
2013-08-12 | lsinitrd.sh: fixed modules.txt path | Harald Hoyer | 1 | -1/+1 | |
2013-08-12 | systemd/dracut-initqueue.sh: added missing "then" | Harald Hoyer | 1 | -1/+1 | |
2013-08-12 | base: don't install switch_root, if systemd is used | Harald Hoyer | 1 | -2/+1 | |
2013-08-12 | dracut.sh: fixed typo | Harald Hoyer | 1 | -1/+1 | |
2013-08-12 | dracut.sh: use local lsinitrd.sh for "-l" | Harald Hoyer | 1 | -1/+5 | |
2013-08-12 | dracut-logger.sh: saveguard logger with -- | Harald Hoyer | 1 | -1/+1 | |