summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-28setup-interfaces: use vi as default editorNatanael Copa
since nano is not shipped with mini iso.
2010-12-03lbu: remount LBU_MEDIA as read-write if it was read-onlyNatanael Copa
ref #477
2010-12-03release 2.5.4Natanael Copa
2010-11-23lbu: fix lbu diff and lbu list for encrypted apkovlsNatanael Copa
2010-11-22lbu: add support for filenames with spaces in /etcNatanael Copa
ref #472
2010-11-22lbu: fix lbu status for encrypted apkovlsNatanael Copa
http://redmine.alpinelinux.org/issues/480
2010-10-29release 2.5.3Natanael Copa
2010-10-29lbu: send pre/post package scripts' output to stderrNatanael Copa
This is so we don't break 'lbu package -'
2010-10-28setup-bootable: use stat to calculate needed disk spaceNatanael Copa
2010-10-21fix extremely minor typoJeremy Thomerson
2010-09-02release 2.5.1Natanael Copa
2010-09-02alpine-conf: Fixed setup-disk to add swap to fstabMatt 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-24setup-disk: add cdrom, usb and floppy to fstabNatanael Copa
2010-08-16release 2.5Natanael Copa
2010-08-16setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa
And print summary of the interface configuration
2010-08-16libalpine: fix ip address validationNatanael Copa
new busybox doesnt support the old way we did it.
2010-07-20setup-acf: install opensslNatanael Copa
so we can generate the certificate
2010-06-02Merge remote branch 'sdrik/master'Natanael Copa
2010-06-01release 2.4Natanael Copa
2010-06-01ignore generated scriptsNatanael Copa
2010-06-01setup-interface: use tabs. default to dhcpNatanael Copa
2010-05-26setup-disk: fix typo in the option handlingNatanael Copa
2010-05-26setup-bootable: update syslinux.cfg if not usbdiskNatanael Copa
+ misc fixes
2010-05-26setup-bootable: use -u for upgradesNatanael Copa
2010-05-26removed obsolete filesNatanael Copa
2010-05-26setup-bootable: renamed from setup-bootable-usbNatanael Copa
2010-05-26setup-bootable-usb: improve to it can be used for upgradesNatanael Copa
2010-04-15setup-disk: install a /boot/grub/menu.lst if Xen is detectedCedric Schieli
2010-04-07setup-disk: generate new fstabNatanael Copa
2010-03-25setup-alpine: start cron by defaultNatanael Copa
2010-02-24release 2.3Natanael Copa
2010-02-23lbu: fix for lbu package /dev/null and lbu listNatanael Copa
lbu did bad things with your /dev/null
2010-02-18setup-alpine: start acpid by defaultNatanael Copa
2010-02-15release 2.2Natanael Copa
2010-02-15setup-disk: added usage textNatanael Copa
2010-02-15exclude albootstrapNatanael Copa
It is old and not used anymore
2010-02-15setup-disk: fix proper support for multiple kernel flavorsNatanael Copa
2010-02-15setup-disk: support for vserver kernelNatanael Copa
2010-02-13setup-disk: boot fix for mdadm-3.1.1Natanael 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-10release 2.1Natanael Copa
2010-02-10setup-disk: use repositories both from running system and apkovlNatanael Copa
2010-02-09setup-disk: support for encrypted apkovls and let ovl have precedenceNatanael Copa
also, fix issue when /var/lib/apk/installed is included
2010-02-09setup-disk: implemeint -o option for restoring from apkovlNatanael Copa
2010-01-11lbu: fix the way we check if a dir is mounted or notNatanael Copa
this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is.
2009-12-17release 2.0Natanael Copa
2009-12-17lbu: fix issue with lbu status and linksNatanael Copa
ref #91
2009-12-17lbu: implement support for lbu package pre/post hooksNatanael 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
2009-10-12release 2.0_rc9Natanael Copa
2009-10-12setup-disk: fix for detecting cciss disksNatanael Copa
see #179
2009-10-09setup-acf: set permissions on /etc/acf/passwdNatanael Copa