Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-09-16 | release 2.0_rc5 | Natanael Copa | |
2009-09-16 | setup-disk: add pax_nouderef boot param to vmware guests | Natanael Copa | |
2009-09-16 | release 2.0_rc4 | Natanael Copa | |
2009-09-16 | setup-disk: don't bother sed things we overwrite | Natanael Copa | |
it gives error messages in case syslinux.cfg is not there. | |||
2009-09-15 | setup-alpine: add the hostname to /etc/hosts | Natanael Copa | |
2009-09-03 | release 2.0_rc3 | Natanael Copa | |
2009-09-03 | setup-acf: use mini_httpd's default config and logfile | Natanael Copa | |
2009-09-03 | release 2.0_rc2 | Natanael Copa | |
2009-09-03 | added missing setup-bootable-usb | Natanael Copa | |
2009-09-03 | release 2.0_rc1 | Natanael Copa | |
2009-09-01 | setup-disk: let fdisk create an ms dos signature in case its missing | Natanael Copa | |
2009-09-01 | setup-disk: fix spelling error | Natanael Copa | |
2009-09-01 | setup-acf: added -e option to set email for self signed cert | Natanael Copa | |
2009-08-31 | setup-acf: use FQDN for selfsigned cert | Natanael Copa | |
and make it possible to override the email address | |||
2009-08-22 | alpine-conf: release 2.0_beta6 | Natanael Copa | |
2009-08-22 | setup-disk: default to first disk. improve messages | Natanael Copa | |
2009-08-20 | setup-acf: fix password generation | Natanael Copa | |
2009-08-19 | release 2.0_beta5 | Natanael Copa | |
2009-08-19 | setup-acf: create dir if missing | Natanael Copa | |
2009-08-19 | renamed setup-webconf to setup-acf | Natanael Copa | |
2009-08-19 | setup-webconf: create admin user by default | Natanael Copa | |
2009-08-19 | libalpine: imported some funcs from openbsd installer | Natanael Copa | |
2009-08-19 | setup-hostname: validate the given hostname | Natanael Copa | |
2009-08-19 | lbu: fix bug that gave 'sh: missing ]' | Natanael Copa | |
2009-08-18 | relase 2.0_beta4 | Natanael Copa | |
2009-08-18 | setup-disk: support for -r, raid. new default partitioning | Natanael Copa | |
we create /boot, swap and / by default using -r will create raid1 devices with a single disk. | |||
2009-08-06 | setup-disk: copy apk config to new root | Natanael Copa | |
2009-07-29 | lbu: remove packages.list if exist | Natanael Copa | |
fixes http://redmine.alpinelinux.org/issues/show/94 |