Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-03 | setup-apkrepos: whitespace fix | Natanael Copa | |
2011-01-03 | alpine-conf: modify setup-apkrepos to grab different mirror and ↵ | Jeff Bilyk | |
automatically retrieve release Retrieve MIRRORS.txt and get mirror from there, automatically choose release if possible, and if not prompt for desired release | |||
2010-12-28 | alpine-conf: add script to add dl-3 internet repos from setup-alpine script | Jeff Bilyk | |
ref # 487 | |||
2010-12-28 | setup-interfaces: use vi as default editor | Natanael Copa | |
since nano is not shipped with mini iso. | |||
2010-12-03 | lbu: remount LBU_MEDIA as read-write if it was read-only | Natanael Copa | |
ref #477 | |||
2010-12-03 | release 2.5.4 | Natanael Copa | |
2010-11-23 | lbu: fix lbu diff and lbu list for encrypted apkovls | Natanael Copa | |
2010-11-22 | lbu: add support for filenames with spaces in /etc | Natanael Copa | |
ref #472 | |||
2010-11-22 | lbu: fix lbu status for encrypted apkovls | Natanael Copa | |
http://redmine.alpinelinux.org/issues/480 | |||
2010-10-29 | release 2.5.3 | Natanael Copa | |
2010-10-29 | lbu: send pre/post package scripts' output to stderr | Natanael Copa | |
This is so we don't break 'lbu package -' | |||
2010-10-28 | setup-bootable: use stat to calculate needed disk space | Natanael Copa | |
2010-10-21 | fix extremely minor typo | Jeremy Thomerson | |
2010-09-02 | release 2.5.1 | Natanael Copa | |
2010-09-02 | alpine-conf: Fixed setup-disk to add swap to fstab | Matt Smith | |
This patch fixes bug #419: http://redmine.alpinelinux.org/issues/419 Problem exists in Alpine Linux 2.0.0. This patch updates setup-disk to correctly add swap to the fstab and add the swap service to the boot runlevel. | |||
2010-08-24 | setup-disk: add cdrom, usb and floppy to fstab | Natanael Copa | |
2010-08-16 | release 2.5 | Natanael Copa | |
2010-08-16 | setup-interfaces: fix for bb 1.17.1. accept /mask together with address | Natanael Copa | |
And print summary of the interface configuration | |||
2010-08-16 | libalpine: fix ip address validation | Natanael Copa | |
new busybox doesnt support the old way we did it. | |||
2010-07-20 | setup-acf: install openssl | Natanael Copa | |
so we can generate the certificate | |||
2010-06-02 | Merge remote branch 'sdrik/master' | Natanael Copa | |
2010-06-01 | release 2.4 | Natanael Copa | |
2010-06-01 | ignore generated scripts | Natanael Copa | |
2010-06-01 | setup-interface: use tabs. default to dhcp | Natanael Copa | |
2010-05-26 | setup-disk: fix typo in the option handling | Natanael Copa | |
2010-05-26 | setup-bootable: update syslinux.cfg if not usbdisk | Natanael Copa | |
+ misc fixes | |||
2010-05-26 | setup-bootable: use -u for upgrades | Natanael Copa | |
2010-05-26 | removed obsolete files | Natanael Copa | |
2010-05-26 | setup-bootable: renamed from setup-bootable-usb | Natanael Copa | |
2010-05-26 | setup-bootable-usb: improve to it can be used for upgrades | Natanael Copa | |
2010-04-15 | setup-disk: install a /boot/grub/menu.lst if Xen is detected | Cedric Schieli | |
2010-04-07 | setup-disk: generate new fstab | Natanael Copa | |
2010-03-25 | setup-alpine: start cron by default | Natanael Copa | |
2010-02-24 | release 2.3 | Natanael Copa | |
2010-02-23 | lbu: fix for lbu package /dev/null and lbu list | Natanael Copa | |
lbu did bad things with your /dev/null | |||
2010-02-18 | setup-alpine: start acpid by default | Natanael Copa | |
2010-02-15 | release 2.2 | Natanael Copa | |
2010-02-15 | setup-disk: added usage text | Natanael Copa | |
2010-02-15 | exclude albootstrap | Natanael Copa | |
It is old and not used anymore | |||
2010-02-15 | setup-disk: fix proper support for multiple kernel flavors | Natanael Copa | |
2010-02-15 | setup-disk: support for vserver kernel | Natanael Copa | |
2010-02-13 | setup-disk: boot fix for mdadm-3.1.1 | Natanael Copa | |
mdadm 3.1.1 switched to use metadata 1.1 by default. This does not work with extlinux so we set metadata to old default manually for /boot. | |||
2010-02-10 | release 2.1 | Natanael Copa | |
2010-02-10 | setup-disk: use repositories both from running system and apkovl | Natanael Copa | |
2010-02-09 | setup-disk: support for encrypted apkovls and let ovl have precedence | Natanael Copa | |
also, fix issue when /var/lib/apk/installed is included | |||
2010-02-09 | setup-disk: implemeint -o option for restoring from apkovl | Natanael Copa | |
2010-01-11 | lbu: fix the way we check if a dir is mounted or not | Natanael Copa | |
this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is. | |||
2009-12-17 | release 2.0 | Natanael Copa | |
2009-12-17 | lbu: fix issue with lbu status and links | Natanael Copa | |
ref #91 | |||
2009-12-17 | lbu: implement support for lbu package pre/post hooks | Natanael Copa | |
scripts in /etc/lbu/pre-package.d/ will be executed prior creating the tar ball and scripts in /etc/lbu/post-package.d/ will be executed after. if pre-scripts fails, then will package not be created. ref #220 |