summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-07-07release 2.0_beta3Natanael Copa
2009-07-07setup-disk: remove linux-grsec-modNatanael Copa
Package no longer exist
2009-06-16setup-disk: load usb storage module in initramfsNatanael Copa
we mignt want boot from usb disks in raid for example...
2009-06-12release 2.0_beta2Natanael Copa
2009-06-12use rc-update quietly. some sysinit/boot svc are added from initramfsNatanael Copa
2009-05-26release 2.0_beta1Natanael Copa
2009-05-25lbu status: only compare filesNatanael Copa
2009-05-23setup-disk: write mbr to correct devices when use raidNatanael Copa
and strip trailing / from mounted partition
2009-05-21libalpine: added die()Natanael Copa
2009-05-21setup-disk: support for raid devices as rootNatanael Copa
2009-05-21setup-disk: initial support for specifying a mounted rootNatanael Copa
nangel helped me with this one
2009-05-15setup-webconf: fixed some issues with 1.9Natanael Copa
2009-05-07check for .git dir before set version from git describeNatanael Copa
2009-05-07install packages quietNatanael Copa
2009-05-06release 2.0_alpha8Natanael Copa
2009-05-06Makefile: fix version numbers and sysconfdirNatanael Copa
2009-05-06implement lbu diff and lbu statusNatanael Copa
2009-05-06improve tempdir creationNatanael Copa
2009-05-06fixed VERSION in makefile and massed up .in filesNatanael Copa
2009-05-06move to .in filesNatanael Copa
2009-05-06setup-disk: create the initramfs image with cdrom supportNatanael Copa
2009-05-01Makefile: install setup-diskNatanael Copa
2009-05-01release 2.0_alpha7Natanael Copa
2009-05-01setup-disk: new scriptNatanael Copa
will install the running system on given disk. So far it can only use *all* disk.
2009-04-20release 2.0_alpha6Natanael Copa
2009-04-20keymaps boot script is handeled by setup-keymapNatanael Copa
2009-04-20switch to openrcNatanael Copa
2009-03-25search for libalpine.sh in /lib tooNatanael Copa
2009-03-19release 2.0_alpha4Natanael Copa
2009-03-19libalpine: use new apk toolsNatanael Copa
2009-03-13release 2.0_alpha3Natanael Copa
2009-03-13Revert "Makefile: default prefix is /usr. added a SHARE_DIR variable"Natanael Copa
This reverts commit aa24561db6ea4e22021013e7ce57583c41415103. Conflicts: Makefile
2009-02-20release 2.0_alpha2Natanael Copa
2009-02-20make dist generate tar.bz2Natanael Copa
2009-02-20lbu: save the /var/lib/apk/world file in lbu packageNatanael Copa
2009-02-20Makefile: default prefix is /usr. added a SHARE_DIR variableNatanael Copa
2009-02-19release 2.0_alpha1Natanael Copa
2009-02-19lbu: make lbu commit work with apk-tools-2.xNatanael Copa