summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2.5.3v2.5.3Natanael Copa2010-10-291-1/+1
|
* lbu: send pre/post package scripts' output to stderrNatanael Copa2010-10-291-2/+2
| | | | This is so we don't break 'lbu package -'
* setup-bootable: use stat to calculate needed disk spacev2.5.2Natanael Copa2010-10-281-5/+10
|
* fix extremely minor typoJeremy Thomerson2010-10-211-1/+1
|
* release 2.5.1v2.5.1Natanael Copa2010-09-021-1/+1
|
* alpine-conf: Fixed setup-disk to add swap to fstabMatt Smith2010-09-021-6/+23
| | | | | | | | | | 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.
* setup-disk: add cdrom, usb and floppy to fstabNatanael Copa2010-08-241-0/+5
|
* release 2.5v2.5Natanael Copa2010-08-161-1/+1
|
* setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa2010-08-162-10/+21
| | | | And print summary of the interface configuration
* libalpine: fix ip address validationNatanael Copa2010-08-161-1/+1
| | | | new busybox doesnt support the old way we did it.
* setup-acf: install opensslNatanael Copa2010-07-201-1/+1
| | | | so we can generate the certificate
* Merge remote branch 'sdrik/master'Natanael Copa2010-06-021-3/+21
|\
| * setup-disk: install a /boot/grub/menu.lst if Xen is detectedv2.3_git1Cedric Schieli2010-04-151-3/+21
| |
* | release 2.4v2.4Natanael Copa2010-06-011-1/+1
| |
* | ignore generated scriptsNatanael Copa2010-06-011-0/+16
| |
* | setup-interface: use tabs. default to dhcpNatanael Copa2010-06-011-4/+5
| |
* | setup-disk: fix typo in the option handlingNatanael Copa2010-05-261-1/+1
| |
* | setup-bootable: update syslinux.cfg if not usbdiskNatanael Copa2010-05-261-23/+67
| | | | | | | | + misc fixes
* | setup-bootable: use -u for upgradesNatanael Copa2010-05-261-17/+21
| |
* | removed obsolete filesNatanael Copa2010-05-264-136/+0
| |
* | setup-bootable: renamed from setup-bootable-usbNatanael Copa2010-05-262-1/+1
| |
* | setup-bootable-usb: improve to it can be used for upgradesNatanael Copa2010-05-261-14/+126
|/
* setup-disk: generate new fstabNatanael Copa2010-04-071-2/+5
|
* setup-alpine: start cron by defaultNatanael Copa2010-03-251-0/+1
|
* release 2.3v2.3Natanael Copa2010-02-241-1/+1
|
* lbu: fix for lbu package /dev/null and lbu listNatanael Copa2010-02-231-0/+3
| | | | lbu did bad things with your /dev/null
* setup-alpine: start acpid by defaultNatanael Copa2010-02-181-0/+1
|
* release 2.2v2.2Natanael Copa2010-02-151-1/+1
|
* setup-disk: added usage textNatanael Copa2010-02-151-1/+18
|
* exclude albootstrapNatanael Copa2010-02-151-2/+1
| | | | It is old and not used anymore
* setup-disk: fix proper support for multiple kernel flavorsNatanael Copa2010-02-151-10/+12
|
* setup-disk: support for vserver kernelNatanael Copa2010-02-151-1/+5
|
* setup-disk: boot fix for mdadm-3.1.1Natanael Copa2010-02-131-2/+4
| | | | | 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.
* release 2.1v2.1Natanael Copa2010-02-101-1/+1
|
* setup-disk: use repositories both from running system and apkovlNatanael Copa2010-02-101-2/+6
|
* setup-disk: support for encrypted apkovls and let ovl have precedenceNatanael Copa2010-02-091-5/+48
| | | | also, fix issue when /var/lib/apk/installed is included
* setup-disk: implemeint -o option for restoring from apkovlNatanael Copa2010-02-091-4/+15
|
* lbu: fix the way we check if a dir is mounted or notNatanael Copa2010-01-111-1/+1
| | | | | this works around an issue when lbu wrongly assumes /media/usb is mounted when /media/usbdisk is.
* release 2.0v2.0Natanael Copa2009-12-171-1/+1
|
* lbu: fix issue with lbu status and linksNatanael Copa2009-12-171-4/+7
| | | | ref #91
* lbu: implement support for lbu package pre/post hooksNatanael Copa2009-12-171-0/+10
| | | | | | | | | 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
* release 2.0_rc9v2.0_rc9Natanael Copa2009-10-121-1/+1
|
* setup-disk: fix for detecting cciss disksNatanael Copa2009-10-121-2/+4
| | | | see #179
* setup-acf: set permissions on /etc/acf/passwdNatanael Copa2009-10-091-0/+1
|
* release 2.0_rc8v2.0_rc8Natanael Copa2009-10-051-1/+1
|
* setup-disk: do not use UUID for raid devicesNatanael Copa2009-10-051-0/+3
| | | | This fixes #177, the issues with "No operating system found" on boot
* setup-disk: fix for detecting disk from given partitionNatanael Copa2009-10-051-5/+13
| | | | This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1
* setup-disk: check if the devce itself is mountedNatanael Copa2009-09-301-0/+1
| | | | this will filter out loop0 device
* release 2.0_rc7v2.0_rc7Natanael Copa2009-09-301-1/+1
|
* lbu: try handle full mediaNatanael Copa2009-09-291-3/+18
| | | | try avoid ending up with a lbu media without any apkovl.