Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | setup-disk: use new apk-tools locations | Natanael Copa | |
2011-04-07 | release 2.8.0_pre1 | Natanael Copa | |
2011-04-07 | setup-disk: explain that no disks was found unless -q (quiet) | Natanael Copa | |
2011-04-07 | setup-disk: restart syslog after setting up data-only disk | Natanael Copa | |
2011-04-07 | setup-timezone: abort if tzdata does not install | Natanael Copa | |
2011-04-07 | setup-disk: implement data-only setup | Natanael Copa | |
2011-03-31 | require root to run setup-alpine-web | Jeremy Thomerson | |
2011-03-25 | setup-disk: change questions asked | Natanael Copa | |
ask first what disk to use, and then after how to use it. | |||
2011-03-25 | setup-disk: unbreak the possibility to add a device as parameter | Natanael Copa | |
2011-03-24 | setup-disk: use ext4 for / and /boot by default | Natanael Copa | |
ref #558 | |||
2011-03-24 | setup-disk: have '?' to display help | Natanael Copa | |
And initial work for data-only disk support. | |||
2011-03-16 | release 2.7.2 | Natanael Copa | |
2011-03-16 | Revert "release 2.7.1" | Natanael Copa | |
This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73. | |||
2011-03-16 | release 2.7.1 | Natanael Copa | |
2011-03-16 | setup-alpine: enable setup-timezone again | Natanael Copa | |
2011-03-16 | setup-timezone: rewrite | Natanael Copa | |
2011-03-10 | release 2.7.0 | Natanael Copa | |
2011-03-10 | setup-bootable: initial support for extract iso on the fly | Natanael Copa | |
code is a bit messy. needs a cleanup. but its a start. | |||
2011-03-10 | uniso: try handle shared extents | Natanael Copa | |
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. | |||
2011-03-08 | setup-alpine: do not call setup-timezone | Natanael Copa | |
We need to fix it first. | |||
2011-03-03 | release 2.6.1 | Natanael Copa | |
2011-03-03 | setup-apkrepos: install alpine-mirrors if needed | Natanael Copa | |
2011-03-03 | release 2.6 | Natanael Copa | |
2011-03-03 | setup-timezone: minor fixes | Natanael Copa | |
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | |||
2011-03-03 | setup-apkrepos: simplify. try not ask more than absolutely needed | Natanael Copa | |
- 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 | |||
2011-03-02 | setup-apkrepos: always update the index, best effort | Natanael Copa | |
2011-03-02 | setup-apkrepos: make show mirror list a separate function | Natanael Copa | |
2011-03-01 | setup-apkrepos: simplification of apk update error handling | Natanael Copa | |
apk update -q will output error if any and be quiet otherwise. we dont need extra logic to fish out error messages. | |||
2011-03-01 | setup-apkrepos: minor simplification | Natanael Copa | |
We only need the hostname after we found the mirror we want | |||
2011-03-01 | setup-apkrepos: minor cleanup. use $(( ... )) instead of `expr ...` | Natanael Copa | |
saves a fork | |||
2011-03-01 | setup-apkrepos: create a helper func for counting | Natanael Copa | |
Might be handy if we want count differently, strip comments etc in future | |||
2011-03-01 | setup-apkrepos: mionor cleanup | Natanael Copa | |
use get_hostname_from_url function to make it more readable | |||
2011-03-01 | setup-apkrepos: minor bugfix | Natanael Copa | |
2011-03-01 | setup-apkrepos: minor cleanup | Natanael Copa | |
- allow override MIRRORS via env var - don't error if MIRRORS.txt is missing - other minor cleanups | |||
2011-03-01 | make git ignore setup-apkrepos and setup-timezone | Natanael Copa | |
2011-03-01 | setup-disk: syslinux apparently supports booting from btrfs | Natanael Copa | |
2011-03-01 | added uniso | Natanael Copa | |
A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable. | |||
2011-02-28 | setup-apkrepos: use chars instead of numbers. avoid == | Natanael Copa | |
Use case ... in instead of if ... elif ... | |||
2011-02-27 | setup-alpine: fix typo when calling setup-timezone | Jeff Bilyk | |
fix typo when calling setup-timezone | |||
2011-02-26 | setup-timezone: initial version of script | Jeff Bilyk | |
initial cut at a setup-timezone script | |||
2011-02-26 | remove bind-tools dependency | Jeff Bilyk | |
nslookup statement needed bind-tools version of nslookup, not busybox | |||
2011-02-22 | Bugfix: If hostname -f does not work, then ssl creation will break and acf ↵ | Mika Havela | |
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. | |||
2011-01-22 | revamped setup-apkrepos | Matt Smith | |
2011-01-15 | alpine-conf: updated setup-apkrepos; see git log | Matt Smith | |
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'; | |||
2011-01-12 | setup-disk: detect if root device is lvm | Natanael Copa | |
We need to add the lvm feature to initramfs image if root is lvm | |||
2011-01-12 | setup-disk: rename bootdisk to mbrdisk | Natanael Copa | |
It is used for installing MBR and is only needed if there exist a partition table. | |||
2011-01-12 | setup-disk: generate fstab early. support for verbose (-v) | Natanael Copa | |
2011-01-12 | setup-disk: handle case where /boot and / are not same device | Natanael Copa | |
and add support for ext4 | |||
2011-01-07 | release 2.5.5 | Natanael Copa | |
2011-01-07 | setup-disk: add urandom as a service to start at boot | Natanael Copa | |