summaryrefslogtreecommitdiff
path: root/setup-bootable.in
AgeCommit message (Collapse)Author
2020-12-24setup-bootable: fix command suggestionKaarle Ritvanen
2017-10-19setup-bootable: use uniso for local .iso files tooTimo Teräs
- uniso now properly checks freespace early - it runs fdatasync, is interruptible, and few seconds faster - no loop back mounting required
2017-10-18setup-bootable: do cleanup via exit trapTimo Teräs
2017-10-18setup-bootable: quiet down warnings and extra statisticsTimo Teräs
2017-10-18setup-bootable: mount iso image read-onlyTimo Teräs
they are read-only by design. this avoids a mount time warning.
2017-10-18setup-bootable: copy efi boot loadersTimo Teräs
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2015-07-15setup-bootable: warn and fix kernel name changeNatanael Copa
2014-07-17setup-bootable: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU extension that is not supported in musl.
2014-07-17setup-bootable: do not run syslinux on mounted devicesNatanael Copa
Running syslinux on a device that is mounted causes undefined behaviour. We have been 'lucky' up til now but it is known that this can corrupt syslinux.cfg. This should fix #3137
2013-11-07setup-bootable: move syslinux.cfg to /boot/syslinux/ if neededNatanael Copa
2013-11-05setup-bootable: use UUID on new USBsNatanael Copa
2013-10-29setup-bootable: don't replace alpine_dev with UUID by defaultNatanael Copa
fixes #2258
2013-07-03various: use long-form apk optionsDubiousjim
2012-10-03setup-bootable: fix the 'Could not find the parent device for ...'Natanael Copa
ref #1399
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
2011-10-27setup-bootable: do not remove :vfat from syslinux.cfgNatanael Copa
When we replace alpine_dev we should not remove the :<filesystem>
2011-10-06setup-bootable: revert the cache logicNatanael Copa
It was broken. This reverts: 70b1a6716dc5e2ed4a4b92d908691f86924c3753 a234ec98b8a4be9fa7ebd8e37cce4d58ec1c5473 c67ff2550962e8857d9a7c3859fc5003324e418a 0b3ae89a2abdaccea8eac0a089c1e1fd589c5c3e
2011-09-30setup-bootable: use force UUID in syslinux.cfg, even for upgradersNatanael Copa
The -k option is to not use UUID
2011-07-31setup-{apklbu, bootable, chrony, sshd}: replace double equals in if ↵Jeff Bilyk
statements with single equals
2011-07-16setup-bootable: one last typo fixJeff Bilyk
2011-07-16setup-bootable: somehow a couple lines for remounting RO/RW got missedJeff Bilyk
2011-07-16setup-bootable: rewrite apk cache section to...workJeff Bilyk
2011-07-16setup-bootable: enhance to update apk cache on USB/CF installs if it's been ↵Jeff Bilyk
setup
2011-07-14setup-bootable: strip off trailing / in srcdir variableJeff Bilyk
strip off trailing /
2011-03-10setup-bootable: initial support for extract iso on the flyNatanael Copa
code is a bit messy. needs a cleanup. but its a start.
2010-10-28setup-bootable: use stat to calculate needed disk spaceNatanael Copa
2010-05-26setup-bootable: update syslinux.cfg if not usbdiskNatanael Copa
+ misc fixes
2010-05-26setup-bootable: use -u for upgradesNatanael Copa
2010-05-26setup-bootable: renamed from setup-bootable-usbNatanael Copa