- Jan 07, 2014
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
ref #2529
-
- Dec 02, 2013
-
-
Natanael Copa authored
ref #2445
-
- Nov 18, 2013
-
-
Natanael Copa authored
-
- Nov 07, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
- Don't redirect apk stdout ouput to /dev/null. recent apk has the progressbar on stdout. - Fix noquiet boot option - Dont't display Init version by default as it gests confused with Alpine release.
-
- Sep 06, 2013
-
-
Kaarle Ritvanen authored
-
- Aug 07, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
Needed for usb keyboards
-
- Jul 12, 2013
-
-
Natanael Copa authored
-
- May 06, 2013
-
-
Natanael Copa authored
Add support for the following formats for apkovl boot option: apkovl=sda1:ext4:/mydir/host.apkovl.tar.gz apkovl=sda1:/mydir/host.apkovl.tar.gz apkovl=/mydir/host.alpkovl.tar.gz
-
- May 02, 2013
-
-
Natanael Copa authored
Use the format: apkovl=http://<server>/path/host.apkovl.tar.gz when using apkovl from http.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
instead, check if OVL_DEV is an URI
-
Natanael Copa authored
-
Natanael Copa authored
Use ALPINE_DEV_FS to detect nfs instead of adding an additional variable
-
Natanael Copa authored
-
- Apr 11, 2013
-
-
This supports network boot over NFS providing the correct kernel modules and udhcpc hook script are incorporated to the initrd (tweak mkinitfs config). The init script can now obtain an IP using udhcpc if you specify ip=dhcp. This replaces kernel-level DHCP. Downloading an ovl via http now works also. Use ovl_dev=http://... You can now specify a repository at a different location than at the alpine_dev. Use alpine_repo=http://nl.alpinelinux.org/... By default, or if alpine_repo=auto, a repository will be searched for on the alpine_dev, as usual. alpine_dev can now be an NFS share using alpine_dev=nfs:IP:EXPORT The NFS share is currently necessarily mounted using -o nolock. To boot over PXE you might use ip=dhcp alpine_dev=nfs:1.2.3.4:/... ovl_dev=http://.../foo.apkovl.tar.gz You can use {MAC} and {UUID} in opk_dev. They will be substituted. Ensure you put the value of opk_dev in quotes, e.g. opk_dev="http://.../?mac={MAC}" Example file and driver list for PXE boot: kernel/drivers/net/ethernet/* kernel/net/packet/af_packet.ko kernel/fs/nfs/* kernel/fs/lockd/* kernel/net/sunrpc/* usr/share/udhcpc/default.script
-
- Mar 14, 2013
-
-
Natanael Copa authored
-
- Mar 09, 2013
-
-
Natanael Copa authored
-
- Feb 28, 2013
-
-
-
Natanael Copa authored
Will cause an infinite loop This reverts commit 7610f392.
-
- Feb 27, 2013
-
-
Natanael Copa authored
We only set KOPT_* for the args we actually use and ignore the rest.
-
- Feb 26, 2013
-
-
Natanael Copa authored
It is default console and should not be added to inittab
-
- Nov 14, 2012
-
-
Natanael Copa authored
-
- May 17, 2012
-
-
Natanael Copa authored
We can not only use /etc/apk/world since it will always be there due to previous apk add --initdb. Instead, clean up the /var/lib/apk/world after upgrade This reverts commit 8981ccbf. Conflicts: initramfs-init.in
-
- May 02, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
The /etc/init.d/rc[SLK] have been replaced with openrc but users might have references to the old scripts in their /etc/inittab. We fix this from initramfs init.
-
- Apr 30, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
We should not read /var/lib/apk/world if /etc/apk/world exists.
-
Natanael Copa authored
-
- Mar 07, 2012
-
-
Natanael Copa authored
-
- Jan 04, 2012
-
-
Natanael Copa authored
This solves problem when UUID is used in syslinux.cfg when booting USB devices. The generated repositories had /media/$UUID/apks but the /media/$UUID got relocated to /media/usb
-
- Nov 01, 2011
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 27, 2011
-
-
Natanael Copa authored
will enable lots of verbose debugging
-