summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-15Let is_xen_dom0 fail silentlyEivind 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-07setup-bootable: move syslinux.cfg to /boot/syslinux/ if neededNatanael Copa
2013-11-05update .gitignoreNatanael Copa
2013-11-05setup-bootable: use UUID on new USBsNatanael Copa
2013-10-30==== release 2.14.0 ====Natanael Copa
2013-10-29setup-bootable: don't replace alpine_dev with UUID by defaultNatanael Copa
fixes #2258
2013-10-24setup-disk: add swap to /etc/fstabNatanael Copa
2013-10-02setup-disk: fix running update-extlinux in chrootNatanael 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-13setup-timezone: fix bug in getopts parsingEivind Uggedal
2013-07-19Makefile: convert old-style suffix rulesDubiousjim
2013-07-19Makefile: remove dist target and associated varsDubiousjim
2013-07-12==== release 2.13.0 ====Natanael Copa
2013-07-08update-conf: fix versionDubiousjim
2013-07-05uniso: include sys/types.h for u_int*_tTimo Teräs
musl is strict on this.
2013-07-03update-conf: add vimdiff actionDubiousjim
2013-07-03update-conf: accept long optionsDubiousjim
2013-07-03libalpine: reword some messagesDubiousjim
2013-07-03various: use long-form apk optionsDubiousjim
2013-06-11setup-apkrepos: add commented edge/main and edge/testing for stableNatanael Copa
2013-06-11setup-apkrepos: remove dead codeNatanael Copa
we no longer use RELEASES
2013-06-11setup-apkrepos: refactor mirror timingNatanael Copa
- use apk update to test the download speed - print the times - use /proc/uptime instead of 'time'
2013-05-29setup-timezone: fix typoYves Schumann
- Removed obsolete modifier - Fixed typo
2013-03-01main/setup-apkrepos: use edge repo for *_alpha* releasesNatanael Copa
2013-03-01setup-interfaces: fix vlan-raw-deviceNatanael Copa
ref #1624
2012-12-21setup-interfaces: fix ip: can't find device 'eth1.3' messageNatanael Copa
ref #1404
2012-11-05==== release 2.12.0 ====Natanael Copa
2012-11-05setup-alpine: sync apk cache after setupNatanael Copa
ref #1463
2012-10-03setup-bootable: fix the 'Could not find the parent device for ...'Natanael Copa
ref #1399
2012-10-02setup-acf: force update of openrc dependency cacheNatanael Copa
In some situations it might not be updated automatically due to timestamp resolution on filesystem is 1 sec.
2012-09-14setup-xen-dom0: update to upcoming 4.2Roger 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-17lbu: check permissions when generating apkovlNatanael Copa
We want include files and dirs that have changed permissions. ref #1241
2012-07-04lbu: do not use xargsNatanael 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-21setup-disk: fix install of xen dom0Natanael Copa
ref #1213
2012-06-21setup-interfaces: allow setting up vlans on top of bondingNatanael 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-20setup-interfaces: fix setting up bridge for xen dom0Natanael Copa
2012-06-20setup-xen-dom0: setup script to set up basic xen dom0Natanael Copa
2012-06-20setup-interfaces: do not ask to bridge bridge interfacesNatanael Copa
2012-05-27setup-apkrepos: do not add empty mirrorsNatanael Copa
ref #1073
2012-05-04==== release 2.11.1 ====Natanael Copa
2012-05-04setup-bootable: show warning if remount as rw failsNatanael Copa
2012-05-04setup-bootable: handle cciss devices betterNatanael Copa
2012-05-04setup-bootable: fix syncing and remount as rwNatanael Copa
we sync on cleanup and wait before remounting as rw
2012-05-04setup-bootable: remount as read/write if neededNatanael Copa
2012-05-04setup-bootable: cleanup. use vecho for echo when verbose modeNatanael Copa
2012-05-02setup-acf: fix -aNatanael Copa
2012-05-02setup-acf: install packages before creating acf passwordNatanael Copa
the acfpasswd utility needs to be installed first
2012-05-02setup-acf: use new location for mini_httpd.confNatanael Copa
2012-04-30lbu: do not include /var/lib/apk/world in apkovlNatanael Copa
We depend on newer version of apk-tools anyways.
2012-04-27==== release 2.11.0 ====Natanael Copa