Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setup-bootable: show warning if remount as rw fails | Natanael Copa | 2012-05-04 | 1 | -1/+1 | |
| | ||||||
* | setup-bootable: handle cciss devices better | Natanael Copa | 2012-05-04 | 1 | -2/+17 | |
| | ||||||
* | setup-bootable: fix syncing and remount as rw | Natanael Copa | 2012-05-04 | 1 | -2/+3 | |
| | | | | we sync on cleanup and wait before remounting as rw | |||||
* | setup-bootable: remount as read/write if needed | Natanael Copa | 2012-05-04 | 1 | -0/+19 | |
| | ||||||
* | setup-bootable: cleanup. use vecho for echo when verbose mode | Natanael Copa | 2012-05-04 | 1 | -7/+12 | |
| | ||||||
* | setup-acf: fix -a | Natanael Copa | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | setup-acf: install packages before creating acf password | Natanael Copa | 2012-05-02 | 1 | -3/+3 | |
| | | | | the acfpasswd utility needs to be installed first | |||||
* | setup-acf: use new location for mini_httpd.conf | Natanael Copa | 2012-05-02 | 1 | -2/+2 | |
| | ||||||
* | lbu: do not include /var/lib/apk/world in apkovl | Natanael Copa | 2012-04-30 | 1 | -3/+0 | |
| | | | | We depend on newer version of apk-tools anyways. | |||||
* | ==== release 2.11.0 ====v2.11.0 | Natanael Copa | 2012-04-27 | 1 | -1/+1 | |
| | ||||||
* | remove setup-ads, setup-alpine-web and setup-cryptswap | Natanael Copa | 2012-04-27 | 4 | -375/+0 | |
| | ||||||
* | setup-alpine: ask for proxy server | Natanael Copa | 2012-04-27 | 1 | -0/+8 | |
| | ||||||
* | lbu: automatically migrate old include/exclude to lbu.list | Natanael Copa | 2012-04-27 | 1 | -7/+41 | |
| | ||||||
* | lbu: use apk's protected_path.d instead of tar include/exclude | Natanael Copa | 2012-04-26 | 1 | -44/+58 | |
| | ||||||
* | setup-proxy: make sure it gets properly installed | Natanael Copa | 2012-03-23 | 1 | -5/+6 | |
| | ||||||
* | setup-proxy: use ask instead of default_read and add debug stuff | Natanael Copa | 2012-03-23 | 1 | -5/+8 | |
| | | | | add -p for setting ROOT so we can debug this easier. | |||||
* | ==== release 2.10.0 ====v2.10.0 | Natanael Copa | 2012-03-23 | 1 | -1/+1 | |
| | ||||||
* | uniso: fix compile warning on x86_64 | Natanael Copa | 2012-03-23 | 1 | -1/+1 | |
| | ||||||
* | setup-interfaces: improve help texts | Natanael Copa | 2012-03-23 | 1 | -6/+29 | |
| | | | | Tanks to nangel | |||||
* | setup-interfaces: add support for vlans | Natanael Copa | 2012-03-23 | 1 | -1/+31 | |
| | ||||||
* | setup-interfaces: install packages for bonding and/or bridge if needed | Natanael Copa | 2012-03-22 | 1 | -1/+9 | |
| | ||||||
* | setup-interfaces: allow 'manual' interfaces without ip addr | Natanael Copa | 2012-03-22 | 1 | -2/+9 | |
| | | | | Useful for bonding and bridges | |||||
* | setup-interfaces: initial bonding support | Natanael Copa | 2012-03-22 | 1 | -4/+60 | |
| | ||||||
* | setup-interfaces: be more verbose on what ports are already added to bridge | Natanael Copa | 2012-03-22 | 1 | -9/+21 | |
| | ||||||
* | setup-interfaces: remove dead code | Natanael Copa | 2012-03-22 | 1 | -6/+0 | |
| | | | | We use new style bridge configuration now | |||||
* | setup-interfaces: remove newlines from bridge-ports | Natanael Copa | 2012-03-22 | 1 | -1/+1 | |
| | ||||||
* | setun-interface: user the term 'ports' when asking for bridge ports | Natanael Copa | 2012-03-22 | 1 | -2/+2 | |
| | | | | This makes it slightly clearer what we are doing | |||||
* | setup-interfaces: configure bridge from interface question | Natanael Copa | 2012-03-22 | 1 | -2/+47 | |
| | ||||||
* | setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingy | Natanael Copa | 2012-03-22 | 1 | -31/+19 | |
| | ||||||
* | setup-interfaces: support creating bridge when asking for ip addr | Natanael Copa | 2012-03-21 | 1 | -10/+55 | |
| | ||||||
* | libalpine: warn about deprecated pkg_inst/deinst | Natanael Copa | 2012-03-21 | 1 | -0/+2 | |
| | ||||||
* | setup-keymap: do not use pkg_inst/pkg_deinst | Natanael Copa | 2012-03-21 | 1 | -2/+2 | |
| | | | | we will only support apk tools so lets make things simpler | |||||
* | setup-interfaces: do not use pkg_inst | Natanael Copa | 2012-03-21 | 1 | -2/+2 | |
| | | | | | we will never support any other package manager than apk add so lets clean up the code | |||||
* | setup-interfaces: use yesno func | Natanael Copa | 2012-03-21 | 1 | -2/+6 | |
| | ||||||
* | setup-interfaces: use "ask" instead of "default_read" | Natanael Copa | 2012-03-21 | 1 | -17/+17 | |
| | ||||||
* | 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 | |
| |