Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | setup-apkrepos: install alpine-mirrors if needed | Natanael Copa | 2011-03-03 | 1 | -14/+27 | |
| | ||||||
* | release 2.6v2.6 | Natanael Copa | 2011-03-03 | 1 | -1/+1 | |
| | ||||||
* | setup-timezone: minor fixes | Natanael Copa | 2011-03-03 | 2 | -20/+12 | |
| | | | | | - ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | |||||
* | setup-apkrepos: simplify. try not ask more than absolutely needed | Natanael Copa | 2011-03-03 | 1 | -230/+67 | |
| | | | | | | | | | - use alpine version from /etc/alpine-release - dont ask for testing repo, but just add it commented - give user option to edit file manually - give user opptortunity to add several mirrors - first time default is 'detect fastest', second default is 'done' - only update apk index if anything changed | |||||
* | setup-apkrepos: always update the index, best effort | Natanael Copa | 2011-03-02 | 1 | -16/+3 | |
| | ||||||
* | setup-apkrepos: make show mirror list a separate function | Natanael Copa | 2011-03-02 | 1 | -7/+10 | |
| | ||||||
* | setup-apkrepos: simplification of apk update error handling | Natanael Copa | 2011-03-01 | 1 | -6/+1 | |
| | | | | | apk update -q will output error if any and be quiet otherwise. we dont need extra logic to fish out error messages. | |||||
* | setup-apkrepos: minor simplification | Natanael Copa | 2011-03-01 | 1 | -6/+1 | |
| | | | | We only need the hostname after we found the mirror we want | |||||
* | setup-apkrepos: minor cleanup. use $(( ... )) instead of `expr ...` | Natanael Copa | 2011-03-01 | 1 | -3/+3 | |
| | | | | saves a fork | |||||
* | setup-apkrepos: create a helper func for counting | Natanael Copa | 2011-03-01 | 1 | -3/+7 | |
| | | | | Might be handy if we want count differently, strip comments etc in future | |||||
* | setup-apkrepos: mionor cleanup | Natanael Copa | 2011-03-01 | 1 | -8/+6 | |
| | | | | use get_hostname_from_url function to make it more readable | |||||
* | setup-apkrepos: minor bugfix | Natanael Copa | 2011-03-01 | 1 | -1/+1 | |
| | ||||||
* | setup-apkrepos: minor cleanup | Natanael Copa | 2011-03-01 | 1 | -12/+19 | |
| | | | | | | - allow override MIRRORS via env var - don't error if MIRRORS.txt is missing - other minor cleanups | |||||
* | make git ignore setup-apkrepos and setup-timezone | Natanael Copa | 2011-03-01 | 1 | -1/+3 | |
| | ||||||
* | setup-disk: syslinux apparently supports booting from btrfs | Natanael Copa | 2011-03-01 | 1 | -1/+1 | |
| | ||||||
* | added uniso | Natanael Copa | 2011-03-01 | 2 | -3/+582 | |
| | | | | | | A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable. | |||||
* | setup-apkrepos: use chars instead of numbers. avoid == | Natanael Copa | 2011-02-28 | 1 | -19/+15 | |
| | | | | Use case ... in instead of if ... elif ... | |||||
* | setup-alpine: fix typo when calling setup-timezone | Jeff Bilyk | 2011-02-27 | 1 | -1/+1 | |
| | | | | fix typo when calling setup-timezone | |||||
* | setup-timezone: initial version of script | Jeff Bilyk | 2011-02-26 | 3 | -0/+130 | |
| | | | | initial cut at a setup-timezone script | |||||
* | remove bind-tools dependency | Jeff Bilyk | 2011-02-26 | 1 | -14/+10 | |
| | | | | nslookup statement needed bind-tools version of nslookup, not busybox | |||||
* | Bugfix: If hostname -f does not work, then ssl creation will break and acf ↵ | Mika Havela | 2011-02-22 | 1 | -1/+1 | |
| | | | | | | won't work FQDN hostname might not be set in /etc/hosts and this could cause 'hostname -f' to fail. Even this does not happen too often, it still is a possibility. This patch prevents the problem. | |||||
* | revamped setup-apkrepos | Matt Smith | 2011-01-22 | 1 | -103/+311 | |
| | ||||||
* | alpine-conf: updated setup-apkrepos; see git log | Matt Smith | 2011-01-15 | 1 | -6/+98 | |
| | | | | | | | | | | Changelog: - Now selects the fastest mirror (albeit somewhat crudely); - Updates existing main and testing repos to use the fastest mirror; - If the main repository isn't listed, it will be added; - If the testing repository isn't listed, it will be added - commented out; - Despite these changes, it does not clobber other repository entries; - Will output errors and warnings from 'apk update'; | |||||
* | setup-disk: detect if root device is lvm | Natanael Copa | 2011-01-12 | 1 | -2/+17 | |
| | | | | We need to add the lvm feature to initramfs image if root is lvm | |||||
* | setup-disk: rename bootdisk to mbrdisk | Natanael Copa | 2011-01-12 | 1 | -5/+7 | |
| | | | | | It is used for installing MBR and is only needed if there exist a partition table. | |||||
* | setup-disk: generate fstab early. support for verbose (-v) | Natanael Copa | 2011-01-12 | 1 | -12/+22 | |
| | ||||||
* | setup-disk: handle case where /boot and / are not same device | Natanael Copa | 2011-01-12 | 1 | -32/+63 | |
| | | | | and add support for ext4 | |||||
* | release 2.5.5v2.5.5 | Natanael Copa | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | setup-disk: add urandom as a service to start at boot | Natanael Copa | 2011-01-07 | 1 | -1/+2 | |
| | ||||||
* | lbu: hide error message when testing for read-only | Natanael Copa | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | setup-apkrepos: whitespace fix | Natanael Copa | 2011-01-03 | 1 | -1/+1 | |
| | ||||||
* | alpine-conf: modify setup-apkrepos to grab different mirror and ↵ | Jeff Bilyk | 2011-01-03 | 1 | -27/+36 | |
| | | | | | | automatically retrieve release Retrieve MIRRORS.txt and get mirror from there, automatically choose release if possible, and if not prompt for desired release | |||||
* | alpine-conf: add script to add dl-3 internet repos from setup-alpine script | Jeff Bilyk | 2010-12-28 | 3 | -0/+42 | |
| | | | | ref # 487 | |||||
* | setup-interfaces: use vi as default editor | Natanael Copa | 2010-12-28 | 1 | -3/+2 | |
| | | | | since nano is not shipped with mini iso. | |||||
* | lbu: remount LBU_MEDIA as read-write if it was read-only | Natanael Copa | 2010-12-03 | 1 | -5/+29 | |
| | | | | ref #477 |