Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-15 | Let is_xen_dom0 fail silently | Eivind Uggedal | |
/proc/xen/capabilities can be non-existent while /proc/xen exists. This behaviour was seen when booting in rescue mode on Linode. | |||
2013-11-07 | setup-bootable: move syslinux.cfg to /boot/syslinux/ if needed | Natanael Copa | |
2013-11-05 | update .gitignore | Natanael Copa | |
2013-11-05 | setup-bootable: use UUID on new USBs | Natanael Copa | |
2013-10-30 | ==== release 2.14.0 ==== | Natanael Copa | |
2013-10-29 | setup-bootable: don't replace alpine_dev with UUID by default | Natanael Copa | |
fixes #2258 | |||
2013-10-24 | setup-disk: add swap to /etc/fstab | Natanael Copa | |
2013-10-02 | setup-disk: fix running update-extlinux in chroot | Natanael Copa | |
When installling the packages in new root, the update-extlinux trigger script will be executed. We make sure this does not fail by: - run extlinux --install before we install packages - mount /dev and /proc for the chroot - temprorary disable grsecurity's chroot_caps | |||
2013-08-13 | setup-timezone: fix bug in getopts parsing | Eivind Uggedal | |
2013-07-19 | Makefile: convert old-style suffix rules | Dubiousjim | |
2013-07-19 | Makefile: remove dist target and associated vars | Dubiousjim | |
2013-07-12 | ==== release 2.13.0 ==== | Natanael Copa | |
2013-07-08 | update-conf: fix version | Dubiousjim | |
2013-07-05 | uniso: include sys/types.h for u_int*_t | Timo Teräs | |
musl is strict on this. | |||
2013-07-03 | update-conf: add vimdiff action | Dubiousjim | |
2013-07-03 | update-conf: accept long options | Dubiousjim | |
2013-07-03 | libalpine: reword some messages | Dubiousjim | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2013-06-11 | setup-apkrepos: add commented edge/main and edge/testing for stable | Natanael Copa | |
2013-06-11 | setup-apkrepos: remove dead code | Natanael Copa | |
we no longer use RELEASES | |||
2013-06-11 | setup-apkrepos: refactor mirror timing | Natanael Copa | |
- use apk update to test the download speed - print the times - use /proc/uptime instead of 'time' | |||
2013-05-29 | setup-timezone: fix typo | Yves Schumann | |
- Removed obsolete modifier - Fixed typo | |||
2013-03-01 | main/setup-apkrepos: use edge repo for *_alpha* releases | Natanael Copa | |
2013-03-01 | setup-interfaces: fix vlan-raw-device | Natanael Copa | |
ref #1624 | |||
2012-12-21 | setup-interfaces: fix ip: can't find device 'eth1.3' message | Natanael Copa | |
ref #1404 | |||
2012-11-05 | ==== release 2.12.0 ==== | Natanael Copa | |
2012-11-05 | setup-alpine: sync apk cache after setup | Natanael Copa | |
ref #1463 | |||
2012-10-03 | setup-bootable: fix the 'Could not find the parent device for ...' | Natanael Copa | |
ref #1399 | |||
2012-10-02 | setup-acf: force update of openrc dependency cache | Natanael Copa | |
In some situations it might not be updated automatically due to timestamp resolution on filesystem is 1 sec. | |||
2012-09-14 | setup-xen-dom0: update to upcoming 4.2 | Roger Pau Monne | |
New version of Xen (4.2) doesn't require udev, so update the script to reflect those changes. Also, only include a module in /etc/modules if we can load it successfully. | |||
2012-07-17 | lbu: check permissions when generating apkovl | Natanael Copa | |
We want include files and dirs that have changed permissions. ref #1241 | |||
2012-07-04 | lbu: do not use xargs | Natanael Copa | |
xargs will execute the command twice if the buffer becomes long enough. This will break tar. We also use -z instead of piping via gzip while here. ref #1240 | |||
2012-06-26 | ==== release 2.11.2 ==== | Natanael Copa | |
2012-06-21 | setup-disk: fix install of xen dom0 | Natanael Copa | |
ref #1213 | |||
2012-06-21 | setup-interfaces: allow setting up vlans on top of bonding | Natanael Copa | |
Handle case when user enters vlan on top of bond (i.e bond0.8) In this case we first set up the bond interface with default address to "none" and then afterwards we set up the vlan interface. | |||
2012-06-20 | setup-interfaces: fix setting up bridge for xen dom0 | Natanael Copa | |
2012-06-20 | setup-xen-dom0: setup script to set up basic xen dom0 | Natanael Copa | |
2012-06-20 | setup-interfaces: do not ask to bridge bridge interfaces | Natanael Copa | |
2012-05-27 | setup-apkrepos: do not add empty mirrors | Natanael Copa | |
ref #1073 | |||
2012-05-04 | ==== release 2.11.1 ==== | Natanael Copa | |
2012-05-04 | setup-bootable: show warning if remount as rw fails | Natanael Copa | |
2012-05-04 | setup-bootable: handle cciss devices better | Natanael Copa | |
2012-05-04 | setup-bootable: fix syncing and remount as rw | Natanael Copa | |
we sync on cleanup and wait before remounting as rw | |||
2012-05-04 | setup-bootable: remount as read/write if needed | Natanael Copa | |
2012-05-04 | setup-bootable: cleanup. use vecho for echo when verbose mode | Natanael Copa | |
2012-05-02 | setup-acf: fix -a | Natanael Copa | |
2012-05-02 | setup-acf: install packages before creating acf password | Natanael Copa | |
the acfpasswd utility needs to be installed first | |||
2012-05-02 | setup-acf: use new location for mini_httpd.conf | Natanael Copa | |
2012-04-30 | lbu: do not include /var/lib/apk/world in apkovl | Natanael Copa | |
We depend on newer version of apk-tools anyways. | |||
2012-04-27 | ==== release 2.11.0 ==== | Natanael Copa | |