summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-20modify ln --relative with cd & lntizen_4.0.m1_releasesubmit/tizen_unified/20170313.032716submit/tizen_common/20160121.091645submit/tizen_4.0/20170828.100005submit/tizen_4.0/20170811.094300submit/tizen_3.0_common/20161104.104000accepted/tizen/unified/20170313.043811accepted/tizen/common/20160121.111232accepted/tizen/4.0/unified/20170828.222225accepted/tizen/4.0/unified/20170816.011254accepted/tizen/3.0/common/20161114.110532tizen_4.0tizen_3.0.m2accepted/tizen_unifiedaccepted/tizen_commonaccepted/tizen_4.0_unifiedaccepted/tizen_3.0_commonMyoungJune Park1-2/+2
Change-Id: Id99f4c30b97aee49a6f0372ad569fa946b79e23f Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
2013-09-10changelogtizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.024624submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20140317.190021submit/tizen/20131214.050612submit/tizen/20131214.050235submit/tizen/20130910.221015submit/tizen/20130910.220054submit/tizen/20130910.161923ivi_oct_m2accepted/tizen/mobile/20141021.081815accepted/tizen/ivi/panda/20140318.013443accepted/tizen/ivi/genivi/20140131.030627accepted/tizen/ivi/20140317.200205accepted/tizen/20130910.220335accepted/tizen/20130910.201827tizen_ivi_genivitizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_ivi_pandaaccepted/tizen_iviaccepted/tizen_genericaccepted/tizen_3.0_iviaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/geniviWilliam Douglas1-0/+3
Change-Id: Icb7b2eadba7390fb27c178bfc07dd91127b21ad6 Signed-off-by: William Douglas <william.douglas@intel.com>
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