summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* setup-disk: fix find_disksNatanael Copa2009-09-291-10/+32
| | | | | The old way did not detect ida/c0d0. The new should detect it. We also filter out md devices.
* release 2.0_rc6v2.0_rc6Natanael Copa2009-09-231-1/+1
|
* setup-disk: rely on mkinitfs's links to kernelNatanael Copa2009-09-231-5/+2
| | | | mkinitfs is supposed to create the links to current kernel
* setup-disk: use uuid in fstab and extlinux.confNatanael Copa2009-09-171-3/+28
| | | | This helps us avoid the issues when disk changes from sda to hda
* release 2.0_rc5v2.0_rc5Natanael Copa2009-09-161-1/+1
|
* setup-disk: add pax_nouderef boot param to vmware guestsNatanael Copa2009-09-161-1/+12
|
* release 2.0_rc4v2.0_rc4Natanael Copa2009-09-161-1/+1
|
* setup-disk: don't bother sed things we overwriteNatanael Copa2009-09-161-3/+0
| | | | it gives error messages in case syslinux.cfg is not there.
* setup-alpine: add the hostname to /etc/hostsNatanael Copa2009-09-151-0/+23
|
* release 2.0_rc3v2.0_rc3Natanael Copa2009-09-031-1/+1
|
* setup-acf: use mini_httpd's default config and logfileNatanael Copa2009-09-031-6/+0
|
* release 2.0_rc2v2.0_rc2Natanael Copa2009-09-031-1/+1
|
* added missing setup-bootable-usbNatanael Copa2009-09-031-0/+52
|
* release 2.0_rc1v2.0_rc1Natanael Copa2009-09-031-1/+2
|
* setup-disk: let fdisk create an ms dos signature in case its missingNatanael Copa2009-09-011-0/+6
|
* setup-disk: fix spelling errorNatanael Copa2009-09-011-1/+1
|
* setup-acf: added -e option to set email for self signed certNatanael Copa2009-09-011-2/+3
|
* setup-acf: use FQDN for selfsigned certNatanael Copa2009-08-311-2/+2
| | | | and make it possible to override the email address
* alpine-conf: release 2.0_beta6v2.0_beta6Natanael Copa2009-08-221-1/+1
|
* setup-disk: default to first disk. improve messagesNatanael Copa2009-08-221-29/+11
|
* setup-acf: fix password generationNatanael Copa2009-08-201-1/+1
|
* release 2.0_beta5v2.0_beta5Natanael Copa2009-08-191-1/+1
|
* setup-acf: create dir if missingNatanael Copa2009-08-191-0/+1
|
* renamed setup-webconf to setup-acfNatanael Copa2009-08-193-2/+2
|
* setup-webconf: create admin user by defaultNatanael Copa2009-08-191-2/+14
|
* libalpine: imported some funcs from openbsd installerNatanael Copa2009-08-191-0/+37
|
* setup-hostname: validate the given hostnameNatanael Copa2009-08-191-3/+27
|
* lbu: fix bug that gave 'sh: missing ]'Natanael Copa2009-08-191-1/+1
|
* relase 2.0_beta4v2.0_beta4Natanael Copa2009-08-181-1/+1
|
* setup-disk: support for -r, raid. new default partitioningNatanael Copa2009-08-181-49/+210
| | | | | we create /boot, swap and / by default using -r will create raid1 devices with a single disk.
* setup-disk: copy apk config to new rootNatanael Copa2009-08-061-2/+5
|
* lbu: remove packages.list if existNatanael Copa2009-07-291-2/+8
| | | | fixes http://redmine.alpinelinux.org/issues/show/94
* release 2.0_beta3v2.0_beta3Natanael Copa2009-07-071-1/+1
|
* setup-disk: remove linux-grsec-modNatanael Copa2009-07-071-1/+1
| | | | Package no longer exist
* setup-disk: load usb storage module in initramfsNatanael Copa2009-06-161-1/+1
| | | | we mignt want boot from usb disks in raid for example...
* release 2.0_beta2v2.0_beta2Natanael Copa2009-06-121-1/+1
|
* use rc-update quietly. some sysinit/boot svc are added from initramfsNatanael Copa2009-06-123-16/+7
|
* release 2.0_beta1v2.0_beta1Natanael Copa2009-05-261-1/+1
|
* lbu status: only compare filesNatanael Copa2009-05-251-1/+2
|
* setup-disk: write mbr to correct devices when use raidNatanael Copa2009-05-231-3/+9
| | | | and strip trailing / from mounted partition
* libalpine: added die()Natanael Copa2009-05-211-1/+6
|