Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | setun-interface: user the term 'ports' when asking for bridge ports | Natanael Copa | |
This makes it slightly clearer what we are doing | |||
2012-03-22 | setup-interfaces: configure bridge from interface question | Natanael Copa | |
2012-03-22 | setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingy | Natanael Copa | |
2012-03-21 | setup-interfaces: support creating bridge when asking for ip addr | Natanael Copa | |
2012-03-21 | libalpine: warn about deprecated pkg_inst/deinst | Natanael Copa | |
2012-03-21 | setup-keymap: do not use pkg_inst/pkg_deinst | Natanael Copa | |
we will only support apk tools so lets make things simpler | |||
2012-03-21 | setup-interfaces: do not use pkg_inst | Natanael Copa | |
we will never support any other package manager than apk add so lets clean up the code | |||
2012-03-21 | setup-interfaces: use yesno func | Natanael Copa | |
2012-03-21 | setup-interfaces: use "ask" instead of "default_read" | Natanael Copa | |
2012-03-21 | setup-interfaces: cleanup | Natanael Copa | |
- 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 | |||
2012-03-21 | libalpine: add yesno function | Natanael Copa | |
2012-03-21 | libalpine: add available_ifaces | Natanael Copa | |
a sorted list of available network interfaces thats not a part of any bridge or bond | |||
2012-03-21 | libalpine: add various functions from openbsd installer | Natanael Copa | |
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 | |||
2012-03-05 | setup-proxy: (over?)simplify | Natanael Copa | |
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. | |||
2012-03-05 | setup-disk: improve the usage help text | Natanael Copa | |
Thanks to Jim Pryor for the very useful feedback. | |||
2012-03-05 | setup-disk: cleanup. init_progs always installs syslinux | Natanael Copa | |
2012-03-05 | setup-disk: use SYSROOT env var instead of hardcoded /mnt | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. remove raid_part_type variable | Natanael Copa | |
Not needed. | |||
2012-03-05 | setup-disk: cleanup. remove unused variable | Natanael Copa | |
2012-03-05 | setup-disk: fix comment for setup_boot_dev | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. don't create unused /tmp/sfdisk.out | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. fix misleading comment | Natanael Copa | |
Thanks to Jim Pryor for pointing this out. | |||
2012-03-05 | setup-disk: fix unmount logic | Natanael Copa | |
we need anchor on both sides. Thanks to Jim Pryor for pointing this out. | |||
2012-03-05 | setup-disk: cleanup. make sure we don't add raid modules more than once | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. use shell manipulation instead of sed | Natanael Copa | |
2012-03-05 | setup-disk: cleanup. clarify what raidopt and raidmod does | Natanael Copa | |
2012-03-05 | setup-disk: monor code cleanup | Natanael Copa | |
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. | |||
2012-03-05 | setup-disk: fix enumerate_fstab | Natanael Copa | |
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. | |||
2012-03-05 | setup-disk: allow override filesystem for /var via VARFS | Natanael Copa | |
Thanks to Jim Pryor for pointing this out. | |||
2012-03-05 | setup-alpine: clean up the usage help | Natanael Copa | |
2012-03-02 | setup-disk: tell user that MBR might need be set manully | Natanael Copa | |
fixes #715 | |||
2012-02-24 | setup-proxy: minor cleanups | Natanael Copa | |
2012-02-24 | setup-proxy: new tool for configuring proxy | Dieter Bloms | |
2012-01-12 | setup-acf: use acfpasswd utility to set password | Natanael Copa | |
2011-12-30 | setup-interfaces: add -b to ask for bridges | Natanael Copa | |
2011-12-30 | alpine-conf: modify setup-interfaces to create simple bridges | Roger Pau Monne | |
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 | |||
2011-11-16 | setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs root | Natanael Copa | |
2011-11-08 | setup-disk: fix booting from cciss devices | Natanael Copa | |
2011-11-07 | setup-disk: fix compaq server disk arrays /dev/cciss/c0d0 style disks | Natanael Copa | |
2011-10-28 | ==== release 2.9.3 ==== | Natanael Copa | |
2011-10-28 | setup-alpine: do not ask for ntp if qemu guest | Natanael Copa | |
2011-10-28 | setup-alpine: implement -q for quick mode | Natanael Copa | |
less questions | |||
2011-10-28 | setup-sshd: minor tweaking of prompt | Natanael Copa | |
2011-10-28 | setup-ntp: minor tweaking of prompt | Natanael Copa | |
2011-10-27 | setup-bootable: do not remove :vfat from syslinux.cfg | Natanael Copa | |
When we replace alpine_dev we should not remove the :<filesystem> | |||
2011-10-26 | ==== release 2.9.2 ==== | Natanael Copa | |
2011-10-26 | setup-apkcache: add help text | Natanael Copa | |
2011-10-26 | setup-lbu: fix prompt | Natanael Copa | |
- encapsulate the alternatives in '' - strip whitespacee from alternatives and separate with , - fix prompt | |||
2011-10-26 | setup-apkcache: fix prompt | Natanael Copa | |
we encapsulate 'none' within '' everywhere else | |||
2011-10-26 | setup-apkcache: search fstab for mount point first | Natanael Copa | |
ref #786 |