summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-10-05release 2.0_rc8Natanael Copa
2009-10-05setup-disk: do not use UUID for raid devicesNatanael Copa
This fixes #177, the issues with "No operating system found" on boot
2009-10-05setup-disk: fix for detecting disk from given partitionNatanael Copa
This should fix detecting /dev/cciss/c0d0 from /dev/cciss/c0d0p1
2009-09-30setup-disk: check if the devce itself is mountedNatanael Copa
this will filter out loop0 device
2009-09-30release 2.0_rc7Natanael Copa
2009-09-29lbu: try handle full mediaNatanael Copa
try avoid ending up with a lbu media without any apkovl.
2009-09-29setup-disk: fix find_disksNatanael Copa
The old way did not detect ida/c0d0. The new should detect it. We also filter out md devices.
2009-09-23release 2.0_rc6Natanael Copa
2009-09-23setup-disk: rely on mkinitfs's links to kernelNatanael Copa
mkinitfs is supposed to create the links to current kernel
2009-09-17setup-disk: use uuid in fstab and extlinux.confNatanael Copa
This helps us avoid the issues when disk changes from sda to hda
2009-09-16release 2.0_rc5Natanael Copa
2009-09-16setup-disk: add pax_nouderef boot param to vmware guestsNatanael Copa
2009-09-16release 2.0_rc4Natanael Copa
2009-09-16setup-disk: don't bother sed things we overwriteNatanael Copa
it gives error messages in case syslinux.cfg is not there.
2009-09-15setup-alpine: add the hostname to /etc/hostsNatanael Copa
2009-09-03release 2.0_rc3Natanael Copa
2009-09-03setup-acf: use mini_httpd's default config and logfileNatanael Copa
2009-09-03release 2.0_rc2Natanael Copa
2009-09-03added missing setup-bootable-usbNatanael Copa
2009-09-03release 2.0_rc1Natanael Copa
2009-09-01setup-disk: let fdisk create an ms dos signature in case its missingNatanael Copa
2009-09-01setup-disk: fix spelling errorNatanael Copa
2009-09-01setup-acf: added -e option to set email for self signed certNatanael Copa
2009-08-31setup-acf: use FQDN for selfsigned certNatanael Copa
and make it possible to override the email address
2009-08-22alpine-conf: release 2.0_beta6Natanael Copa
2009-08-22setup-disk: default to first disk. improve messagesNatanael Copa
2009-08-20setup-acf: fix password generationNatanael Copa
2009-08-19release 2.0_beta5Natanael Copa
2009-08-19setup-acf: create dir if missingNatanael Copa
2009-08-19renamed setup-webconf to setup-acfNatanael Copa
2009-08-19setup-webconf: create admin user by defaultNatanael Copa
2009-08-19libalpine: imported some funcs from openbsd installerNatanael Copa
2009-08-19setup-hostname: validate the given hostnameNatanael Copa
2009-08-19lbu: fix bug that gave 'sh: missing ]'Natanael Copa
2009-08-18relase 2.0_beta4Natanael Copa
2009-08-18setup-disk: support for -r, raid. new default partitioningNatanael Copa
we create /boot, swap and / by default using -r will create raid1 devices with a single disk.
2009-08-06setup-disk: copy apk config to new rootNatanael Copa
2009-07-29lbu: remove packages.list if existNatanael Copa
fixes http://redmine.alpinelinux.org/issues/show/94