summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-02-05scripts/nfs: Use "sleep" instead of /bin/sleepBen Hutchings
2019-02-05scripts/local-premount/resume: Report when we are resumingBen Hutchings
2019-02-05scripts/functions: Revert change to _log_msg and make callers format-safeBen Hutchings
2019-02-04scripts/local: Handle rootfstype=auto the same as if type is unspecifiedBen Hutchings
2019-02-04{hooks,scripts}/keymap: Use setupcon --setup-dirBen Hutchings
2019-02-04scripts/{local,nfs}: Remove redundant modprobe of filesystem modulesBen Hutchings
2019-02-04scripts/local: Explicitly check for missing root parameter and mount failureBen 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
2017-04-08scripts/local-premount/resume: Use local_device_setup for resume deviceBen Hutchings
2017-04-08scripts/local-premount/resume: Check for kernel resume interface earlierBen Hutchings
2017-04-08scripts/local: Add option for local_device_setup to return failureBen Hutchings
2017-04-08scripts/local: Apply a single time limit to all device discoveryBen Hutchings
2017-04-07scripts/local: local_device_setup should not assume devices hold file systemsBen 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-22scripts/local: Name parameters to local_device_setupBen Hutchings
2015-12-22scripts/local: Remove residual support for separate /etc filesystemBen 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-10Merge branch 'benh/block-sysfs-generic'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-09scripts/nfs: Check return value from nfs_mount_root_implSalvatore Bonaccorso
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-06sripts/local: Remove obsolete hint about ATA device renamingBen 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