Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setup-interfaces: cleanup | Natanael Copa | 2012-03-21 | 1 | -20/+47 | |
| | | | | | | | - Support the ROOT env var - use unconfigured_* functions to keep the state of which interfaces are configured - Support env var INTERFACES so we can override the autodetection | |||||
* | libalpine: add yesno function | Natanael Copa | 2012-03-21 | 1 | -0/+8 | |
| | ||||||
* | libalpine: add available_ifaces | Natanael Copa | 2012-03-21 | 1 | -0/+21 | |
| | | | | | a sorted list of available network interfaces thats not a part of any bridge or bond | |||||
* | libalpine: add various functions from openbsd installer | Natanael Copa | 2012-03-21 | 1 | -7/+119 | |
| | | | | | | | | isin - is element in list rmel - remove element from list ask - Ask a question and read response ask_until - repeat a question til a non-blank response ask_which - repeat a question til a listed option is entered | |||||
* | setup-proxy: (over?)simplify | Natanael Copa | 2012-03-05 | 1 | -49/+52 | |
| | | | | | | | | We want avoid asking questions and in the proxy case most people will pick 'none'. For those who needs proxy there is still a possibility to specify the entire proxy url in one shot, rather than asking lot of questions. | |||||
* | setup-disk: improve the usage help text | Natanael Copa | 2012-03-05 | 1 | -3/+4 | |
| | | | | Thanks to Jim Pryor for the very useful feedback. | |||||
* | setup-disk: cleanup. init_progs always installs syslinux | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: use SYSROOT env var instead of hardcoded /mnt | Natanael Copa | 2012-03-05 | 1 | -6/+9 | |
| | ||||||
* | setup-disk: cleanup. remove raid_part_type variable | Natanael Copa | 2012-03-05 | 1 | -3/+2 | |
| | | | | Not needed. | |||||
* | setup-disk: cleanup. remove unused variable | Natanael Copa | 2012-03-05 | 1 | -1/+0 | |
| | ||||||
* | setup-disk: fix comment for setup_boot_dev | Natanael Copa | 2012-03-05 | 1 | -1/+2 | |
| | ||||||
* | setup-disk: cleanup. don't create unused /tmp/sfdisk.out | Natanael Copa | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | setup-disk: cleanup. fix misleading comment | Natanael Copa | 2012-03-05 | 1 | -1/+1 | |
| | | | | Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: fix unmount logic | Natanael Copa | 2012-03-05 | 1 | -1/+1 | |
| | | | | | | we need anchor on both sides. Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: cleanup. make sure we don't add raid modules more than once | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: cleanup. use shell manipulation instead of sed | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | ||||||
* | setup-disk: cleanup. clarify what raidopt and raidmod does | Natanael Copa | 2012-03-05 | 1 | -3/+9 | |
| | ||||||
* | setup-disk: monor code cleanup | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | Make it a bit more clear what is going on by moving initialization of mnt_boot to same place for both cases. And remove redundant code line. Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: fix enumerate_fstab | Natanael Copa | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | | | fix case when mountpoint is a prefix of other mount. For example: setup-disk /d which would also match /dev and create various bogus entries in the generated fstab. Thanks to Jim Pryor for pointing this out. | |||||
* | setup-disk: allow override filesystem for /var via VARFS | Natanael Copa | 2012-03-05 | 1 | -1/+2 | |
| | | | | Thanks to Jim Pryor for pointing this out. | |||||
* | setup-alpine: clean up the usage help | Natanael Copa | 2012-03-05 | 1 | -3/+4 | |
| | ||||||
* | setup-disk: tell user that MBR might need be set manully | Natanael Copa | 2012-03-02 | 1 | -1/+2 | |
| | | | | fixes #715 | |||||
* | setup-proxy: minor cleanups | Natanael Copa | 2012-02-24 | 1 | -3/+2 | |
| | ||||||
* | setup-proxy: new tool for configuring proxy | Dieter Bloms | 2012-02-24 | 1 | -0/+66 | |
| | ||||||
* | setup-acf: use acfpasswd utility to set password | Natanael Copa | 2012-01-12 | 1 | -5/+2 | |
| | ||||||
* | setup-interfaces: add -b to ask for bridges | Natanael Copa | 2011-12-30 | 1 | -11/+16 | |
| | ||||||
* | alpine-conf: modify setup-interfaces to create simple bridges | Roger Pau Monne | 2011-12-30 | 2 | -4/+54 | |
| | | | | | | | | | | | | Modified setup-interfaces to create simple bridges (works only with one interface per bridge). Useful when setting up a Xen system, since interfaces need to be bridged in order for guests to have networking. Some distributions automatically create one bridge for each interface when Xen is installed, but I think this is too aggressive. Changes since v1: * Only ask to bridge interfaces if Xen Dom0 is detected | |||||
* | setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs root | Natanael Copa | 2011-11-16 | 1 | -0/+11 | |
| | ||||||
* | setup-disk: fix booting from cciss devices | Natanael Copa | 2011-11-08 | 1 | -0/+8 | |
| | ||||||
* | 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 |