summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)Author
2020-12-14scripts/functions: Fix indentation for recently added functionsBen Hutchings
2020-12-13configure_networking(): Wait for specified network devicedann frazier
2020-12-13Add time_elapsed() function, subsuming $local_top_timedann frazier
2020-09-06Change "panic" parameter handling to work more like the kernelBen Hutchings
2020-06-08scripts/functions: Prevents printf error carry over if wrong console is setGuilherme G. Piccoli
2020-04-28Fix new shellcheck warnings around unquoted parameter expansionBen Hutchings
2019-07-28scripts/functions: Use "reboot -f" to reboot on panicBen Hutchings
2019-02-05scripts/functions: Revert change to _log_msg and make callers format-safeBen Hutchings
2019-02-04scripts/functions: Abort _checkfs_once early if fs type is unknownBen Hutchings
2019-02-04Change get_fstype to be silent on failureBen Hutchings
2018-12-18Replace 'echo -n' by printfBenjamin Drung
2018-12-18Disable shellcheck for desired behaviourBenjamin Drung
2018-12-18Fix (nearly) all issues found by shellcheckBenjamin Drung
2018-12-10scripts/functions: Drop render functionBenjamin Drung
2018-12-10scripts/functions: Fix syntax error: unexpected "(" on panicBenjamin Drung
2018-07-26scripts/functions: Merge information from BOOTIF/DEVICE and ip parametersBen Hutchings
2018-07-26scripts/functions: Fix parsing of device name from ip parameterBen Hutchings
2016-04-17parse_numeric: Do not attempt to canonicalise root device nameBen Hutchings
2016-01-21scripts/functions: Connect panic shell to normal tty deviceBen Hutchings
2016-01-21Merge branch 'benh/keyboard-fixes'Ben Hutchings
2016-01-21scripts/functions: Load HID drivers at break=topBen Hutchings
2016-01-21scripts/functions: Load more USB host controllers drivers on break=topBen Hutchings
2016-01-21scripts/functions: Use more sensible modprobe options at break=topBen Hutchings
2016-01-21scripts/functions: Explicitly load keyboard drivers only at break=topBen Hutchings
2016-01-21Pass filesystem type from /etc/fstab to fsck when checking /usrBen Hutchings
2016-01-21Assume blkid is always installed, and remove fallbacksBen Hutchings
2016-01-18scripts/functions: Fix fsck display optionsBen Hutchings
2015-12-22scripts/functions: Stop resolving symlinks in resolve_deviceBen Hutchings
2015-12-22Defer resolving block device IDs to local_device_setupBen Hutchings
2015-12-15Merge branch 'benh/block-device-ids'Ben Hutchings
2015-12-12initramfs-tools: Support multiple break points using a comma delimiterBen Hutchings
2015-12-11Merge branch 'benh/parse-numeric-fixes'Ben Hutchings
2015-12-09scripts/functions: Handle PARTLABEL= and PARTUUID= block device IDs using blkidBen Hutchings
2015-12-09scripts/functions: Use blkid to resolve LABEL= and UUID= block device IDsBen Hutchings
2015-12-09Only run fsck if enabled in /etc/fstab (pass != 0)Ben Hutchings
2015-12-09Merge branch 'benh/klibc-fixes'Ben Hutchings
2015-12-08parse_numeric: Replace numeric root with canonical device nameBen Hutchings
2015-12-08parse_numeric: Add support for 20-bit minor numbers in 'root' parameterBen Hutchings
2015-12-08parse_numeric: Tighten check for whether 'root' parameter is a numberBen Hutchings
2015-12-06Bug#602331: [PATCH] Run new panic scripts just before dropping to a shellLaurent Bigonville
2015-12-06Support fsck.mode= and fsck.repair= parameters as known by systemd-fsckLaurent Bigonville
2015-12-06scripts/functions: Use shell to create stamp file instead of 'touch'Ben Hutchings
2015-04-13Create stamp files to tell the real init system fsck was successfulBen Hutchings
2015-04-13Remove old comment about running shell on failure of fsckBen Hutchings
2015-04-13Add '.log' to fsck log output file, and document its existenceBen Hutchings
2015-01-27Allow passing arguments to hooks and scriptsBen Hutchings
2015-01-17checkfs: Correct error messages and emergency shell in case of failureBen Hutchings
2015-01-17checkfs: Continue unless fsck reports uncorrectable errorsBen Hutchings
2014-10-13Move get_source, set_initlist, get_prereq_pairs, call_scripts to hook-functionsBen Hutchings
2014-10-13Always generate ORDER files in mkinitramfsBen Hutchings