Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ==== release 2.8.2 ====v2.8.2 | Natanael Copa | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | lbu: do not edit users config | Natanael Copa | 2011-08-11 | 1 | -3/+13 |
| | | | | | | | | | | Cope with empty lines in include/exclude without editing the file ref #713 (cherry picked from commit 8d795d1760f28bedfe605515c7c770389768b5fb) Conflicts: lbu.in | ||||
* | setup-dns: only output search domain if there was one entered | Jeff Bilyk | 2011-08-11 | 1 | -1/+3 |
| | | | | (cherry picked from commit 37033af8f9df2703a1e1cf922968752309690796) | ||||
* | setup-disk: fix data-only mode with no lvm and no raid | Natanael Copa | 2011-06-07 | 1 | -2/+2 |
| | | | | ref #678 | ||||
* | release 2.8.1v2.8.1 | Natanael Copa | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | setup-alpine: Use 'none' as default disk | Natanael Copa | 2011-06-06 | 2 | -3/+6 |
| | | | | ref #674 | ||||
* | setup-disk: install syslinux when installing on mounted dir | Natanael Copa | 2011-06-06 | 1 | -1/+2 |
| | | | | ref #673 | ||||
* | setup-disk: add raidmodules to /etc/modules if needed | Natanael Copa | 2011-05-03 | 1 | -0/+8 |
| | |||||
* | setup-apkrepos: avoid double // in url | Natanael Copa | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | release 2.8.0v2.8.0 | Natanael Copa | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | setup-disk: allow entering more than one disk at prompt | Natanael Copa | 2011-05-02 | 1 | -9/+27 |
| | | | | So you can specify more than one disk | ||||
* | setup-disk: some bugfixes | Natanael Copa | 2011-05-02 | 1 | -3/+5 |
| | | | | | | | - always install syslinux - add lvm to runlevel boot - fix local variable $size - dont display the /dev/ prefix on disk info | ||||
* | release 2.8.0_pre4v2.8.0_pre4 | Natanael Copa | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | setup-disk: improve help text | Natanael Copa | 2011-04-29 | 1 | -12/+12 |
| | |||||
* | setup-disk: show more info about disk | Natanael Copa | 2011-04-29 | 1 | -3/+6 |
| | |||||
* | setup-disk: don't complain about invalid disk mode when disk is 'none' | Natanael Copa | 2011-04-27 | 1 | -0/+4 |
| | | | | | and fix help to include LVM option ref #592 | ||||
* | release 2.8.0_pre3v2.8.0_pre3 | Natanael Copa | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | setup-interfaces: add hostname to dhcp | Natanael Copa | 2011-04-19 | 1 | -4/+14 |
| | | | | for dynamic dns | ||||
* | setup-disk, setup-timezone: improved messages | Matt Smith | 2011-04-14 | 2 | -11/+12 |
| | |||||
* | setup-alpine: start urandom at boot, run setup-disk | Natanael Copa | 2011-04-13 | 1 | -0/+2 |
| | |||||
* | setup-interfaces: order the configured interfaces | Natanael Copa | 2011-04-13 | 1 | -10/+14 |
| | | | | | The interfaces should come in order the user configures them and put lo first of all. | ||||
* | release 2.8.0_pre2v2.8.0_pre2 | Natanael Copa | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | setup-disk: use the term 'sys' instead of 'root'. | Natanael Copa | 2011-04-11 | 1 | -6/+13 |
| | | | | It makes more sense to talk about a system disk and data disk. | ||||
* | setup-disk: fix mbr when creating partitions | Natanael Copa | 2011-04-11 | 1 | -27/+10 |
| | | | | | We only want fiddle with MBR if we use new disks and not if we install on a mounted root | ||||
* | setup-disk: remove obsolete code | Natanael Copa | 2011-04-08 | 1 | -122/+0 |
| | |||||
* | setup-disk: only enable LVM if -L is specified | Natanael Copa | 2011-04-08 | 1 | -9/+89 |
| | |||||
* | setup-disk: support for lvm on top of raid | Natanael Copa | 2011-04-08 | 1 | -17/+115 |
| | |||||
* | setup-disk: add -m option for sepcifying install mode | Natanael Copa | 2011-04-08 | 1 | -34/+52 |
| | | | | | | So we dont need to ask. Also fix help message. | ||||
* | setup-disk: automatically set up raid if multiple disks are specified | Natanael Copa | 2011-04-08 | 1 | -72/+136 |
| | | | | | | If you run 'setup-disk /dev/sda /dev/sdb ...' then automatically set up raid, even if no -r option was specified. If more than 2 disks are specified then use raid5, otherwise use raid1. | ||||
* | setup-disk: use new apk-tools locations | Natanael Copa | 2011-04-07 | 1 | -2/+2 |
| | |||||
* | release 2.8.0_pre1v2.8.1_pre1v2.8.0_pre1 | Natanael Copa | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | setup-disk: explain that no disks was found unless -q (quiet) | Natanael Copa | 2011-04-07 | 1 | -3/+7 |
| | |||||
* | setup-disk: restart syslog after setting up data-only disk | Natanael Copa | 2011-04-07 | 1 | -0/+1 |
| | |||||
* | setup-timezone: abort if tzdata does not install | Natanael Copa | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | setup-disk: implement data-only setup | Natanael Copa | 2011-04-07 | 1 | -9/+186 |
| | |||||
* | require root to run setup-alpine-web | Jeremy Thomerson | 2011-03-31 | 1 | -0/+6 |
| | |||||
* | setup-disk: change questions asked | Natanael Copa | 2011-03-25 | 1 | -26/+32 |
| | | | | ask first what disk to use, and then after how to use it. | ||||
* | setup-disk: unbreak the possibility to add a device as parameter | Natanael Copa | 2011-03-25 | 1 | -2/+2 |
| | |||||
* | setup-disk: use ext4 for / and /boot by default | Natanael Copa | 2011-03-24 | 1 | -5/+6 |
| | | | | ref #558 | ||||
* | setup-disk: have '?' to display help | Natanael Copa | 2011-03-24 | 1 | -29/+60 |
| | | | | And initial work for data-only disk support. | ||||
* | release 2.7.2v2.7.2 | Natanael Copa | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Revert "release 2.7.1" | Natanael Copa | 2011-03-16 | 1 | -5/+2 |
| | | | | This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73. | ||||
* | release 2.7.1v2.7.1 | Natanael Copa | 2011-03-16 | 1 | -2/+5 |
| | |||||
* | setup-alpine: enable setup-timezone again | Natanael Copa | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | setup-timezone: rewrite | Natanael Copa | 2011-03-16 | 1 | -112/+65 |
| | |||||
* | release 2.7.0v2.7.0 | Natanael Copa | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | setup-bootable: initial support for extract iso on the fly | Natanael Copa | 2011-03-10 | 1 | -19/+40 |
| | | | | code is a bit messy. needs a cleanup. but its a start. | ||||
* | uniso: try handle shared extents | Natanael Copa | 2011-03-10 | 1 | -1/+48 |
| | | | | | We check if its shared with previous file. If it is, we try create a hardlink or we clone it. This should work in most cases. | ||||
* | setup-alpine: do not call setup-timezone | Natanael Copa | 2011-03-08 | 1 | -1/+1 |
| | | | | We need to fix it first. | ||||
* | release 2.6.1v2.6.1 | Natanael Copa | 2011-03-03 | 1 | -1/+1 |
| |