Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ==== release 3.0.6 ====v3.0.6 | Timo Teräs | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | initramfs-init: check that fbplash image exists first | Timo Teräs | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | init: dont use local in global scope | Natanael Copa | 2016-11-24 | 1 | -4/+3 |
| | |||||
* | nlplug-findfs: speed up and simplify boot media findingtteras-work | Timo Teräs | 2016-11-23 | 1 | -116/+105 |
| | |||||
* | nlplug-findfs: fix cold plug triggering | Timo Teräs | 2016-11-23 | 1 | -92/+190 |
| | |||||
* | nlplug-findfs: improve logging about spawned commands | Timo Teräs | 2016-11-21 | 1 | -13/+39 |
| | |||||
* | nlplug-findfs: handle uevent strictly after mdev execution | Timo Teräs | 2016-11-21 | 1 | -52/+101 |
| | |||||
* | nlplug-findfs: convert to kernel style linked lists and track spawned pids | Timo Teräs | 2016-11-21 | 1 | -32/+116 |
| | |||||
* | nlplug-findfs: improve debugging, make device finding async | Timo Teräs | 2016-11-21 | 1 | -53/+59 |
| | |||||
* | nlplug-findfs: accept passphrase of non-zero slots | Timo Teräs | 2016-11-21 | 1 | -1/+1 |
| | | | | ref #6473 | ||||
* | mkinitfs: add nbd support | Carlo Landmeter | 2016-10-28 | 5 | -10/+36 |
| | | | | | this also introduces default behaviour for networking calling configure_ip without setting ip defaults to dhcp | ||||
* | init: make network boot work without apkovl | Kaarle Ritvanen | 2016-10-20 | 1 | -1/+4 |
| | |||||
* | nlplug-findfs: fix erratic behavior and SIGSEGV | 7heo | 2016-09-28 | 1 | -1/+1 |
| | | | | | Likely introduced in the major rehaul done in e4af128b30855b2b29a27c2fd7580b62059bbe51 | ||||
* | nlplug-findfs: test script | 7heo | 2016-09-17 | 1 | -0/+107 |
| | |||||
* | group: sync with alpine-baselayout | Sören Tempel | 2016-08-10 | 1 | -10/+4 |
| | |||||
* | init: recognize ttyAMA as serial console | Timo Teräs | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | build: honor CPPFLAGS | Timo Teräs | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | mkinitfs: add -K flag to copy host keys to new initramfs | Timo Teräs | 2016-07-13 | 1 | -2/+5 |
| | | | | | | this is mainly to copy the developer keys present on build system to the target initramfs. simplifies creating your own initramfs and when your key is not packaged. | ||||
* | nlplug-findfs: refacor crypt device to its own struct | Natanael Copa | 2016-07-04 | 1 | -15/+19 |
| | | | | makes things a bit cleaner | ||||
* | init: add support for ttyMFD and ttyUSB serial console | Natanael Copa | 2016-06-20 | 1 | -2/+2 |
| | | | | and set default speed to 115200. | ||||
* | ==== release 3.0.5 ====v3.0.5 | Natanael Copa | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | nlplug-findfs: increase max delay | Natanael Copa | 2016-06-10 | 1 | -10/+21 |
| | | | | | | | | | Increase timeout to 5sec if we have not found anything so we don't get error too early. If boot repos are found then reduce the event timeout to 250ms. If usb_storage is found, then always add 1 second of delay in addition, to let the usb host settle. | ||||
* | btrfs: remove duplicate crc32 modules | Natanael Copa | 2016-05-30 | 1 | -2/+0 |
| | |||||
* | init: add crc32 modules for raid5 | Natanael Copa | 2016-05-18 | 1 | -0/+2 |
| | | | | They are not pulled in automatically | ||||
* | nlplug-findfs: increase the /sys recursion limit | Timo Teräs | 2016-03-21 | 1 | -2/+2 |
| | | | | | certain platform and usb devices expose things deep down the tree, increase the recursion limit | ||||
* | ==== 3.0.4 ====v3.0.4 | Natanael Copa | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | nlplug-findfs: scan block devices on change | Timo Teräs | 2016-03-11 | 1 | -1/+1 |
| | | | | | | | | raid disks are created zero sized. when mdadm has found all the disks it finally enables it. this causes md devices to be zero sized for some time after their creation, and blkid will not detect them. catch the 'change' notification and rescan block devices for updated blkid. | ||||
* | nlplug-findfs: limit recursion depth | Timo Teräs | 2016-03-11 | 1 | -7/+8 |
| | | | | | | | Based on patch by donoban. Limit recursion depth for repository search to 2 levels (shell script had -maxdepth 3 for finding the file entry, so it's maximum of 2 levels of directories). For sysfs entries deeper search is allowed. ref #5192 | ||||
* | init: support individual splash image per fbdev | Timo Teräs | 2016-02-17 | 1 | -9/+15 |
| | |||||
* | ==== release 3.0.3 ====v3.0.3 | Natanael Copa | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | init: hide kernel messages with 'quiet' | Natanael Copa | 2016-01-18 | 1 | -1/+1 |
| | | | | | this was commented out during nlplug-findfs refactor for debugging purposes. uncomment it again. | ||||
* | init: dont launch emergency shell if http repo is specified | Natanael Copa | 2016-01-18 | 1 | -1/+7 |
| | | | | | | | we we specify a repo with boot option then we should not launch an emergency shell even if no repo was found. This is needed for pxe boot. | ||||
* | nlplug-findfs: allow success even if nothing found | Natanael Copa | 2016-01-18 | 1 | -1/+5 |
| | | | | | add -n option to allow return success even if nothing was found. This is useful for net boot, where apkovl and repositories are on network. | ||||
* | init: set MAC_ADDRESS in the scope where $device exists | Natanael Copa | 2016-01-18 | 1 | -1/+1 |
| | | | | | we need set MAC_ADDRESS where whi know $device, which is a local variable. | ||||
* | init: remove dead code | Natanael Copa | 2016-01-18 | 1 | -17/+0 |
| | |||||
* | ==== release 3.0.2 ====v3.0.2 | Natanael Copa | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | init: fix mount relocation | Natanael Copa | 2016-01-06 | 1 | -21/+21 |
| | | | | | we need to relocate mount based on fstab in initramfs in case there is an apkovl but no fstab. | ||||
* | use $repofile for /tmp/repositories | Timo Teräs | 2016-01-06 | 1 | -9/+9 |
| | | | | | this fixes one typo of that filename. ref #4975 - fixes half of the problem. | ||||
* | init: fix grep to refer to the securetty file | Timo Teräs | 2015-12-22 | 1 | -1/+1 |
| | | | | otherwise it hangs waiting input from stdin | ||||
* | ==== release 3.0.1 ====v3.0.1 | Natanael Copa | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | mkinitfs: compress with gzip -9 | Natanael Copa | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | mkinitfs: add --quiet to cpio calls | Timo Teräs | 2015-12-18 | 1 | -3/+3 |
| | |||||
* | ==== release 3.0.0 ====v3.0.0 | Natanael Copa | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | init: add tty from cmdline to securetty | Natanael Copa | 2015-12-18 | 1 | -4/+9 |
| | |||||
* | mkinitfs: remove missing file warning | Timo Teräs | 2015-12-18 | 1 | -2/+0 |
| | | | | | it is normal that kernel modules or directories are missing in some architectures. don't give unwanted warnings on those. | ||||
* | build: install mmc.modules | Timo Teräs | 2015-12-18 | 1 | -0/+1 |
| | |||||
* | nlplug-findfs: fix usb settle delay | Natanael Copa | 2015-12-16 | 1 | -10/+14 |
| | | | | | | | kernel does not set any "DRIVER" env var in uevent from netlink so we use kmod to find usb_storage driver. We also reduce the timeout to 1 sec, which should be enough. | ||||
* | init: add arch crypto modules | Natanael Copa | 2015-12-15 | 3 | -0/+7 |
| | | | | | we want the faster crypto implementation early for cryptsetup, xfs and btrfs. | ||||
* | init: fix mount relocation | Natanael Copa | 2015-11-25 | 1 | -28/+29 |
| | |||||
* | nlplug-findfs: do not try execute programs that does not exists | Natanael Copa | 2015-11-25 | 1 | -4/+13 |
| | | | | | Avoid printing error message if there are lvm devices but root is not on any of those. |