Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disks | Natanael Copa | 2011-11-07 | 1 | -6/+9 | |
| | ||||||
* | ==== release 2.9.3 ====v2.9.3 | Natanael Copa | 2011-10-28 | 1 | -1/+1 | |
| | ||||||
* | setup-alpine: do not ask for ntp if qemu guest | Natanael Copa | 2011-10-28 | 1 | -1/+7 | |
| | ||||||
* | setup-alpine: implement -q for quick mode | Natanael Copa | 2011-10-28 | 1 | -3/+11 | |
| | | | | less questions | |||||
* | setup-sshd: minor tweaking of prompt | Natanael Copa | 2011-10-28 | 1 | -1/+1 | |
| | ||||||
* | setup-ntp: minor tweaking of prompt | Natanael Copa | 2011-10-28 | 1 | -1/+1 | |
| | ||||||
* | setup-bootable: do not remove :vfat from syslinux.cfg | Natanael Copa | 2011-10-27 | 1 | -1/+1 | |
| | | | | When we replace alpine_dev we should not remove the :<filesystem> | |||||
* | ==== release 2.9.2 ====v2.9.2 | Natanael Copa | 2011-10-26 | 1 | -1/+1 | |
| | ||||||
* | setup-apkcache: add help text | Natanael Copa | 2011-10-26 | 1 | -1/+17 | |
| | ||||||
* | setup-lbu: fix prompt | Natanael Copa | 2011-10-26 | 1 | -2/+5 | |
| | | | | | | - encapsulate the alternatives in '' - strip whitespacee from alternatives and separate with , - fix prompt | |||||
* | setup-apkcache: fix prompt | Natanael Copa | 2011-10-26 | 1 | -1/+1 | |
| | | | | we encapsulate 'none' within '' everywhere else | |||||
* | setup-apkcache: search fstab for mount point first | Natanael Copa | 2011-10-26 | 1 | -1/+20 | |
| | | | | ref #786 | |||||
* | setup-disk: fix swap size calculation | Natanael Copa | 2011-10-26 | 1 | -6/+24 | |
| | | | | | | | | use 2 * total ram or maximum 1/4 of the smallest disk. don't use more than 4G swap if swap is smaller than 64MB then don't bother create swap at all. ref #732 | |||||
* | ==== release 2.9.1 ====v2.9.1 | Natanael Copa | 2011-10-24 | 1 | -1/+1 | |
| | ||||||
* | Use 'apk <cmd>' instead of apk_<cmd> | Natanael Copa | 2011-10-24 | 7 | -8/+8 | |
| | ||||||
* | setup-disk: use update-extlinux to generate the extlinux.conf | Natanael Copa | 2011-10-24 | 1 | -31/+17 | |
| | ||||||
* | ==== release 2.9.0 ====v2.9.0 | Natanael Copa | 2011-10-06 | 1 | -1/+1 | |
| | ||||||
* | setup-ntp: cleanup a bit | Natanael Copa | 2011-10-06 | 1 | -29/+25 | |
| | ||||||
* | setup-sshd: clean up code a bit | Natanael Copa | 2011-10-06 | 1 | -16/+16 | |
| | ||||||
* | setup-bootable: revert the cache logic | Natanael Copa | 2011-10-06 | 1 | -32/+0 | |
| | | | | | | | | | | It was broken. This reverts: 70b1a6716dc5e2ed4a4b92d908691f86924c3753 a234ec98b8a4be9fa7ebd8e37cce4d58ec1c5473 c67ff2550962e8857d9a7c3859fc5003324e418a 0b3ae89a2abdaccea8eac0a089c1e1fd589c5c3e | |||||
* | setup-bootable: use force UUID in syslinux.cfg, even for upgraders | Natanael Copa | 2011-09-30 | 1 | -1/+13 | |
| | | | | The -k option is to not use UUID | |||||
* | lbu: implement LBU_BACKUPDIR | Natanael Copa | 2011-09-27 | 2 | -15/+27 | |
| | | | | | This allows users to do lbu commit into a dir without trying to mount anything. | |||||
* | setup-apkcache: bugfix | Natanael Copa | 2011-09-13 | 1 | -1/+2 | |
| | ||||||
* | setup-interfaces: cleanup | Natanael Copa | 2011-09-13 | 1 | -11/+14 | |
| | | | | | we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code | |||||
* | setup-alpine: dont display error message if disk is 'none' | Natanael Copa | 2011-09-13 | 1 | -1/+5 | |
| | ||||||
* | setup-alpine: start networking in background early | Natanael Copa | 2011-09-13 | 1 | -0/+2 | |
| | | | | | | | It might take a few seconds to start the networking so we can do that while user enter info about timezone and enters the password. This reduces the waiting time. | |||||
* | setup-apkrepos: only ask for repository one time | Natanael Copa | 2011-09-13 | 1 | -1/+1 | |
| | ||||||
* | setup-apkcache: new setup tool | Natanael Copa | 2011-09-13 | 5 | -87/+124 | |
| | | | | | A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool. | |||||
* | minor typo correction in setup-timezone.in | Jeremy Thomerson | 2011-09-09 | 1 | -1/+1 | |
| | ||||||
* | setup-lbu: use UUID when UUID was used as alpine_dev | Natanael Copa | 2011-08-19 | 1 | -2/+12 | |
| | ||||||
* | setup-lbu: filter out codepage mount option from fstab | Natanael Copa | 2011-08-19 | 1 | -4/+9 | |
| | | | | If the codepage option is there mount will fail. | |||||
* | setup-lbu: new app | Natanael Copa | 2011-08-19 | 3 | -0/+125 | |
| | | | | This is to replace setup-apklbu in the long run. | |||||
* | 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 | |||||
* | setup-alpine: populate setup script answer file example | Jeff Bilyk | 2011-08-07 | 1 | -11/+44 | |
| | ||||||
* | setup-interfaces: add an option to read custom /etc/network/interfaces from ↵ | Jeff Bilyk | 2011-08-07 | 1 | -59/+84 | |
| | | | | stdin | |||||
* | setup-dns: remove test data | Jeff Bilyk | 2011-08-07 | 1 | -1/+1 | |
| | ||||||
* | setup-dns: command line options for unattended mode | Jeff Bilyk | 2011-08-07 | 1 | -9/+41 | |
| | ||||||
* | setup-apkrepos: add option to just add random mirror and don't prompt anymore | Jeff Bilyk | 2011-08-06 | 1 | -14/+43 | |
| | ||||||
* | setup-apklbu: work better in unattended / silent mode | Jeff Bilyk | 2011-08-06 | 1 | -3/+6 | |
| | ||||||
* | setup-sshd: cleanups and add command line options | Jeff Bilyk | 2011-08-05 | 1 | -10/+19 | |
| | ||||||
* | setup-ntp: allow specifying ntp daemon from command line | Jeff Bilyk | 2011-08-05 | 1 | -27/+32 | |
| | ||||||
* | setup-timezone: command line options for posixtz format and tzdata format | Jeff Bilyk | 2011-08-05 | 1 | -0/+35 | |
| | ||||||
* | setup-keymap: add option for variant from command-line | Jeff Bilyk | 2011-08-05 | 1 | -8/+16 | |
| | ||||||
* | setup-hostname: add an option to specify hostname | Jeff Bilyk | 2011-08-05 | 1 | -3/+29 | |
| | ||||||
* | lbu: fix sed command | Jeff Bilyk | 2011-08-01 | 1 | -2/+2 | |
| | | | | fix #615 | |||||
* | lbu: strip empty lines from /etc/lbu/include and exclude files before committing | Jeff Bilyk | 2011-08-01 | 1 | -2/+2 | |
| | ||||||
* | setup-apklbu: add an apk cache sync after setting up APK cache | Jeff Bilyk | 2011-08-01 | 1 | -0/+1 | |
| | ||||||
* | setup-alpine: fix non-working syntax | Jeff Bilyk | 2011-07-31 | 1 | -1/+1 | |
| | ||||||
* | README: rewrite since alpine-conf includes more than just LBU now | Jeff Bilyk | 2011-07-31 | 1 | -13/+16 | |
| | ||||||
* | setup-alpine: first cut at implementing answers file support for setting up ↵ | Jeff Bilyk | 2011-07-31 | 1 | -11/+52 | |
| | | | | Alpine |