Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-10-12 | release 2.0_rc9 | Natanael Copa | |
2009-10-12 | setup-disk: fix for detecting cciss disks | Natanael Copa | |
see #179 | |||
2009-10-09 | setup-acf: set permissions on /etc/acf/passwd | Natanael Copa | |
2009-10-05 | release 2.0_rc8 | Natanael Copa | |
2009-10-05 | setup-disk: do not use UUID for raid devices | Natanael Copa | |
This fixes #177, the issues with "No operating system found" on boot | |||
2009-10-05 | setup-disk: fix for detecting disk from given partition | Natanael Copa | |
This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1 | |||
2009-09-30 | setup-disk: check if the devce itself is mounted | Natanael Copa | |
this will filter out loop0 device | |||
2009-09-30 | release 2.0_rc7 | Natanael Copa | |
2009-09-29 | lbu: try handle full media | Natanael Copa | |
try avoid ending up with a lbu media without any apkovl. | |||
2009-09-29 | setup-disk: fix find_disks | Natanael Copa | |
The old way did not detect ida/c0d0. The new should detect it. We also filter out md devices. | |||
2009-09-23 | release 2.0_rc6 | Natanael Copa | |
2009-09-23 | setup-disk: rely on mkinitfs's links to kernel | Natanael Copa | |
mkinitfs is supposed to create the links to current kernel | |||
2009-09-17 | setup-disk: use uuid in fstab and extlinux.conf | Natanael Copa | |
This helps us avoid the issues when disk changes from sda to hda |