index
:
mkinitcpio
master
working
Main repo at http://projects.archlinux.org/mkinitcpio.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init_functions
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-02
init_functions: fix missing * in fsck message
Dave Reisner
1
-1
/
+1
2012-03-28
fsck: leverage blank /etc/fstab included by base
Dave Reisner
1
-1
/
+1
2012-03-24
init_functions: fix tag resolution w/o udev rules
Dave Reisner
1
-10
/
+9
2012-03-24
init_functions: support fsck.mode= cmdline parameter
Dave Reisner
1
-0
/
+6
2012-03-24
init_functions: avoid special treatment for forcefsck
Dave Reisner
1
-2
/
+1
2012-03-04
init: add informational output about mounting
Dave Reisner
1
-0
/
+1
2012-03-04
init_functions: lazily resolve UUID/LABEL tags
Dave Reisner
1
-5
/
+22
2012-01-29
init: use fastboot, not skip to avoid fsck
Dave Reisner
1
-0
/
+5
2012-01-29
init_functions: avoid using fsck_ret to check 0
Dave Reisner
1
-7
/
+7
2012-01-13
Update PS1 ramfs -> rootfs
Gerardo Exequiel Pozzi
1
-1
/
+1
2011-12-01
init_functions: redirect poll_device output to stderr
Dave Reisner
1
-1
/
+1
2011-11-29
init_functions: rephrase bailout message
Dave Reisner
1
-1
/
+1
2011-11-15
init_functions: simplify parse_cmdline
Dave Reisner
1
-21
/
+19
2011-11-15
fsck: implement basic fsck support
Dave Reisner
1
-4
/
+65
2011-11-15
init_functions: resolve M:m to device file
Dave Reisner
1
-3
/
+19
2011-11-15
init_functions: generalize resolve_device
Dave Reisner
1
-41
/
+49
2011-11-15
init_functions: move root resolution to separate function
Dave Reisner
1
-1
/
+5
2011-11-15
init: use util-linux's /bin/mount
Dave Reisner
1
-13
/
+2
2011-11-15
init_functions: refactor poll_device
Dave Reisner
1
-11
/
+12
2011-10-22
init_functions: avoid setting var without LHS
0.7.5
Dave Reisner
1
-0
/
+1
2011-10-22
init_functions: replace grep/sed with PEs
Dave Reisner
1
-12
/
+13
2011-10-22
init_functions: tighten up mount option gathering
Dave Reisner
1
-26
/
+16
2011-10-01
init_functions: use constants on LHS of tests
Dave Reisner
1
-3
/
+3
2011-06-30
init_functions/default_mount_handler: use -l option for blkid to avoid syntax...
Thomas Bächler
1
-1
/
+1
2011-06-25
init: declare PATH, remove absolute paths
Dave Reisner
1
-3
/
+3
2011-06-16
use consistent vim modelines
Dave Reisner
1
-0
/
+2
2011-06-07
default_mount_handler: Only try to manually create the root device if devtmpf...
Thomas Bächler
1
-1
/
+1
2011-06-07
init_functions: simplify mount case of root=/dev/*
Dave Reisner
1
-9
/
+5
2011-06-07
init_functions: support {LABEL,UUID}= syntax
Dave Reisner
1
-0
/
+9
2011-04-14
Rewrite parse_cmdline (again)
Thomas Bächler
1
-21
/
+38
2011-04-10
Fix problems in parsing the kernel command line
Thomas Bächler
1
-0
/
+25
2011-03-27
poll_device: use 'echo' instead of 'msg'.
Thomas Bächler
1
-1
/
+1
2011-02-08
Revert "mkinitcpio: mount real root device instead of symlink"
Thomas Bächler
1
-3
/
+0
2011-01-31
poll_device: Remove -h
Thomas Bächler
1
-2
/
+2
2010-07-12
mkinitcpio: mount real root device instead of symlink
Dave Reisner
1
-0
/
+3
2010-05-08
Port 83ef38409182a9c024809553dff8c872902d0889 to init_functions too, to remov...
Thomas Bächler
1
-1
/
+1
2010-02-21
poll_device: do not wait for a device to appear if udevd is not running
Thomas Bächler
1
-5
/
+7
2010-02-21
Allow the second parameter of poll_device to be 0 - this fixes rootdelay=0
Thomas Bächler
1
-1
/
+1
2010-02-20
default_mount_hook: Use major and minor variables instead of a single rootdev...
Thomas Bächler
1
-7
/
+9
2010-02-20
Use $(( )) instead of printf "%d"
Benjamin Richter
1
-2
/
+2
2010-02-20
Cosmetic change: 'msg' function does not support '\n'
Thomas Bächler
1
-1
/
+1
2010-02-20
Use only a single loop for searching /sys/block
Benjamin Richter
1
-12
/
+8
2010-02-16
launch_interactive_shell: add "export" for PS1
Thomas Bächler
1
-1
/
+1
2010-02-16
Remove the special handling for the default mount procedure, move it into a m...
Thomas Bächler
1
-0
/
+68
2010-02-15
If we could not mount the real root device, or the init program did not exist...
Thomas Bächler
1
-1
/
+3
2010-02-07
Remove an extra whitespace from the emergency shell prompt
Thomas Bächler
1
-1
/
+1
2010-01-29
Nicer shell prompt in the break/emergency shell
Thomas Bächler
1
-0
/
+4
2009-08-05
Do not rely on -L test; use -h instead.
Loui Chang
1
-2
/
+2
2009-06-07
Don't only check for block devices, but also for symbolic links.
Thomas Bächler
1
-2
/
+2
2009-06-06
Add common poll_device function
Thomas Bächler
1
-0
/
+15
[next]