- 19 Dec, 2019 1 commit
-
-
Sören Tempel authored
Without this change this may result in a warning message to be printed during boot if the rootfstype kernel parameter is not set.
-
- 18 Dec, 2019 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
ref aports#11044
-
- 06 Dec, 2019 1 commit
-
-
- 25 Nov, 2019 1 commit
-
-
Add new feature rpi rtc allowing a hw rtc to be used. The init script in Alpine Linux since v3.9 looks for /dev/rtc, if not found it will switch to swclock. To make this check work on a Rasberry PI with a mounted rtc and the following in usercfg.txt dtoverlay=i2c-rtc,ds3231 we must have rtc drivers available already initramfs.
-
- 09 Oct, 2019 1 commit
-
-
- 23 Aug, 2019 1 commit
-
-
Natanael Copa authored
udhcpc needs af_packet to work. ref aports#10750
-
- 23 Jul, 2019 1 commit
-
-
- 07 Jun, 2019 4 commits
-
-
Natanael Copa authored
-
Right now, when $KOPT_BOOTIF is specified, it can echo a device related to that option and still continue with the loop that checks the operstate. Due to this, it can echo two network interfaces. This commit fixes that so it will only return a single network interface.
-
-
-
- 29 May, 2019 1 commit
-
-
Natanael Copa authored
Handle case when the crypt header is a normal file which is included in initramfs and not a blockdevice.
-
- 08 Apr, 2019 1 commit
-
-
Natanael Copa authored
-
- 05 Apr, 2019 3 commits
-
-
Carlo Landmeter authored
-
Carlo Landmeter authored
Add ssl_client so busybox wget has https support.
-
Carlo Landmeter authored
This provides basic dhcp client support without including all the network drivers/modules like the network feature does.
-
- 13 Mar, 2019 1 commit
-
-
- 08 Feb, 2019 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 06 Feb, 2019 1 commit
-
-
Timo Teräs authored
The configuration option was renamed when parts of our patch were upstreamed to busybox.
-
- 25 Jan, 2019 3 commits
-
-
Natanael Copa authored
grub will set root=ZFS=... when root is zfs but will not add rootfstype, so make a special case for zfs
-
Natanael Copa authored
if search device is prefixed with ZFS= then we search for a label with the zpool name in the zfs path. For example, if search device is "ZFS=tank/alpine/root" then we search for device that is type "zfs_member" and label "tank". This makes it work better with grub which creates a boot cmdline with ZFS=
-
Natanael Copa authored
-
- 23 Jan, 2019 1 commit
-
-
Natanael Copa authored
-
- 21 Jan, 2019 1 commit
-
-
- 03 Jan, 2019 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
-
-
- 08 Nov, 2018 6 commits
-
-
-
BOOTIF can be set by the SYSAPPEND option of PXELINUX. Its primary usecase is telling the OS which interface it was booted from. This fixes netbooting from eth1 or upwards if eth0 is connected to an different network.
-
-
This flag does not exist on most non-x86 platforms.
-
The kernel offers the same functionality through libata.dma=0.
-
Add a xenpci feature needed for xen driver domains that needs PCI devices already in initramfs. This is for instance needed for a xen storage driver domain hosting its rootfs on a pci passthrough SAS controller.
-
- 21 Aug, 2018 4 commits
-
-
Instead of parsing the console= options in the initramfs, we ask the kernel of its interpretation of the console= parameters. The kernel does the console setup as part of its early startup, including the configuration of the baud rate, control bits and flow control. The options and format of the console= parameter are documented here: https://www.kernel.org/doc/html/v4.15/admin-guide/serial-console.html By keeping the settings from the kernel, we avoid baud rate switching between printk and getty output on edge cases. This adds support for additional tty types, like hvc, while removing string parsing code from the initramfs.
-
Previously, datadir was ignored when installing, using the hardcoded default value.
-
-
Previously, configure_ip was only called from code paths of other boot options that require network. This fixes the passing of -n to nlplug-findfs and --no-network to the apk memory bootstrap.
-