]> git.ipfire.org Git - thirdparty/dracut.git/history - modules.d/99base/dracut-lib.sh
use "rm --" to guard against filenames beginning with "-"
[thirdparty/dracut.git] / modules.d / 99base / dracut-lib.sh
2013-06-28  Harald Hoyeruse "rm --" to guard against filenames beginning with "-"
2013-06-12  Harald Hoyerrename kernel command line param action_on_fail to...
2013-05-30  Harald Hoyerbase/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT
2013-04-30  WANG Chao_emergency_shell: Show current working directory correc...
2013-04-25  Harald Hoyerfixed fips mode
2013-04-18  Harald Hoyerbase/dracut-lib.sh: do not setdebug, if not in initramfs
2013-04-11  Harald HoyerDo not call plymouth with full path
2013-04-09  Baoquan HeLet user specify the action after fail
2013-04-05  Harald Hoyerbase/dracut-lib.sh:wait_for_dev()/cancel_wait_for_dev...
2013-04-04  Harald Hoyerbase/dracut-lib.sh: add dev_unit_name()
2013-03-13  dyoung@redhat.comprint memdebug to stderr
2013-03-13  Harald Hoyersystemd: local-fs.target is now root-fs.target and...
2013-03-06  Harald Hoyerbase/dracut-lib.sh: reset /etc/profile
2013-03-06  Harald Hoyerbase/dracut-lib.sh: extend wait_for_dev() for systemd
2013-01-23  Dave YoungAdd memory usage trace to diffrent hook points
2013-01-23  dyoung@redhat.comadd function getargnum
2013-01-22  Harald Hoyershutdown: kill all processes and report remaining ones
2013-01-22  Harald Hoyerdracut-lib.sh: force hide plymouth in shutdown emergenc...
2012-12-14  dyoung@redhat.comMove wait for if functions to net lib
2012-11-21  Harald HoyerAdd sosreport script and generate /run/initramfs/sosrep...
2012-10-04  Harald Hoyersystemd: rename emergency.service to dracut-emergency...
2012-10-03  Harald Hoyersystemd: improve the emergency shell
2012-09-28  Harald Hoyerbase/dracut-lib.sh: better error message for deprecated...
2012-09-20  Harald Hoyerfallback to old ismounted, if findmnt is not installed
2012-09-19  Dave Youngismounted fix
2012-09-06  Will Woodshide 'setsid --help' output in emergency_shell()
2012-08-24  Will Woodsmake splitsep preserve backslashes (RHBZ#851295)
2012-08-01  Harald Hoyerbase/dracut-lib.sh: make use of DRACUT_SYSTEMD
2012-08-01  Dave Youngsplit emergency_shell function
2012-07-31  Harald Hoyerbase/dracut-lib.sh:ismounted() check for block device...
2012-07-31  Harald Hoyerbase/dracut-lib.sh: fixed ismounted() for "/dev"
2012-07-30  Harald Hoyerbase/dracut-lib.sh: fixed ismounted(<mountpoint>)
2012-07-30  Harald Hoyerset DRACUT_SYSTEMD for systemd mode in the initramfs
2012-07-30  Will Woodsdracut-lib: add find_mount, use it to implement ismounted
2012-07-30  Will Woodsadd comment for getargbool()
2012-07-26  Amadeusz Żołnowskidracut-lib: new functions: listlist and are_lists_eq
2012-07-25  Harald Hoyerdeprecate old command line options
2012-06-29  Harald Hoyerwatchdog: stop watchdog in emergency_shell
2012-06-29  Amadeusz Żołnowskidracut-lib.sh: Use "$*" instead of "$@" in warn, info...
2012-06-20  Harald Hoyerbase/dracut-lib.sh: for systemd start emergency.service
2012-06-20  Harald Hoyerbase/dracut-lib.sh: change output of info() and warn...
2012-06-18  Harald Hoyeradd 04watchdog dracut module
2012-05-29  Will Woodsdo emergency_shell in die() if rd.debug=1
2012-05-29  Will Woodsdon't wait_for_loginit in emergency_shell()
2012-05-29  Will Woodsdracut-lib.sh: add copytree(), use it where applicable
2012-05-09  Harald Hoyerbase/dracut-lib.sh: export UDEVVERSION
2012-05-09  Harald Hoyerbase/init.sh: set DRACUT_QUIET only in dracut-lib.sh
2012-05-02  Will Woodsfix _getcmdline arg-duplicating bug with /etc/cmdline*
2012-04-23  Harald Hoyerbase/dracut-lib.sh: add arguments for source_hook(...
2012-04-23  Harald Hoyerbase: add export_n() function
2012-04-23  Harald Hoyerbase: add debug_on() and debug_off() functions
2012-04-16  Will Woodsshutdown: use emergency_shell from dracut-lib
2012-04-16  Will WoodsMake splitsep work as documented with less vars than...
2012-04-16  Will Woodsdracut-lib: add str_ends, to go along with str_starts
2012-04-05  Harald Hoyeradd s390 cms setup
2012-04-05  Harald Hoyeradd mtu and macaddr to ip=
2012-04-03  Harald Hoyerdracut-lib.sh: emergency_shell() test for setsit -...
2012-03-15  Will WoodsMake sure 'set -x' gets turned back on in wait_for_loginit
2012-03-15  Will Woodsfix "execvp: No such file or directory" in emergency_shell
2012-03-14  Harald Hoyerremove openvt and use "setsid -c", if possible
2012-03-08  Harald Hoyermove wait_for_loginit() to dracut-lib.sh
2012-03-02  Will Woodsmove emergency_shell to dracut-lib.sh
2012-02-16  Dave Youngadd function wait_for_route_ok
2012-02-13  Harald Hoyershutdown on demand
2012-01-13  Will Woodsinterpret 'off' as false in getargbool
2012-01-09  Colin Guthrieresume: Fix failure when invalid device passed via...
2011-12-15  Harald Hoyer99base/dracut-lib.sh: added inst_mount_hook add_mount_point
2011-12-15  Harald Hoyer99base/dracut-lib.sh: killproc, prefix local variables
2011-12-15  Harald Hoyer99fs-lib/fs-lib.sh: accept "UUID=" and "LABEL=" for...
2011-11-15  Harald Hoyer99base/dracut-lib.sh: wait_for_if_up() extend wait...
2011-11-15  Harald Hoyerdracut-lib.sh: add killproc()
2011-11-15  Harald Hoyeradd wait_for_dev() and wait_for_mount()
2011-10-20  Harald Hoyer99base/dracut-lib.sh: add /etc/cmdline/*.conf parsing
2011-10-19  Michal Soltyscheck root candidates more carefully
2011-10-18  Will Woodsdracut-lib.sh: fix dropped backslashes in CMDLINE
2011-09-22  Michal Soltysstr_replace() fix
2011-08-11  Michal Soltysimplement fs-lib, squash a few bugs that were part...
2011-08-11  Harald Hoyerdracut-lib.sh: fixed getargs() for empty arguments
2011-08-10  Harald Hoyerdracut-lib.sh: getarg() echo with "" to prevent wildcar...
2011-07-22  Harald Hoyer99base/dracut-lib.sh: don't be quiet on rd.debug
2011-07-20  Harald Hoyer99base/dracut-lib.sh: fix previous getargs patch
2011-07-20  Harald Hoyerdracut-lib.sh: fixed getargs()
2011-05-20  Michal Soltysdracut-lib.sh: Add det_fs() and wrap_fsck()
2011-05-20  Michal Soltysdracut-lib.sh: add vwarn() function
2011-05-11  Harald Hoyerdracut-lib.sh: warn, even if "quiet" is set
2011-05-10  Harald Hoyerremoved trailing whitespaces
2011-04-11  Harald Hoyerbase/dracut-lib.sh: add ismounted()
2011-04-11  Harald Hoyerbase/dracut-lib.sh: turn on PS4 for bash debugging
2011-04-08  Harald Hoyerbase/dracut-lib.sh:incol2() return 1 on error
2011-04-08  Harald Hoyerinit: move /.die to /run/initramfs/.die
2011-04-08  Harald Hoyermkdir always with -m 0755
2011-03-31  Harald Hoyerbase/dracut-lib.sh: changed kmgs log levels
2011-03-29  Harald Hoyerbase/dracut-lib.sh: relax getargbool value parsing
2011-03-25  Harald Hoyerbase/dracut-lib.sh: s/RDDEBUG/RD_DEBUG/g
2011-03-25  Harald HoyerMove all hooks to "$hookdir"
2011-03-07  Harald Hoyerdracut-lib: improve die() logging
2011-02-23  Harald Hoyeradd missing shebang
2010-11-16  Amadeusz Żołnowskidracut-lib.sh: splitsep fix
2010-11-12  Amadeusz Żołnowski99base/dracut-lib.sh: 5 new functions & 1 modified
2010-10-28  Harald Hoyernew parameter option names with "rd.*" namespace
next