Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | setup-bootable: handle more than 2 initrds | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/39 | |||
2021-11-16 | setup-bootable: handle initrd lines with multiple files | Thomas Liske | |
Used for ucode updates in the alpine-extended 3.14+ image. The script warns incorrect about a missing initrd file. | |||
2021-02-15 | Add support for https in setup-bootable | Robin Opletal | |
2020-12-24 | setup-bootable: fix command suggestion | Kaarle Ritvanen | |
2017-10-19 | setup-bootable: use uniso for local .iso files too | Timo Teräs | |
- uniso now properly checks freespace early - it runs fdatasync, is interruptible, and few seconds faster - no loop back mounting required | |||
2017-10-18 | setup-bootable: do cleanup via exit trap | Timo Teräs | |
2017-10-18 | setup-bootable: quiet down warnings and extra statistics | Timo Teräs | |
2017-10-18 | setup-bootable: mount iso image read-only | Timo Teräs | |
they are read-only by design. this avoids a mount time warning. | |||
2017-10-18 | setup-bootable: copy efi boot loaders | Timo Teräs | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2015-07-15 | setup-bootable: warn and fix kernel name change | Natanael Copa | |
2014-07-17 | setup-bootable: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU extension that is not supported in musl. | |||
2014-07-17 | setup-bootable: do not run syslinux on mounted devices | Natanael 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-07 | setup-bootable: move syslinux.cfg to /boot/syslinux/ if needed | Natanael Copa | |
2013-11-05 | setup-bootable: use UUID on new USBs | Natanael Copa | |
2013-10-29 | setup-bootable: don't replace alpine_dev with UUID by default | Natanael Copa | |
fixes #2258 | |||
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2012-10-03 | setup-bootable: fix the 'Could not find the parent device for ...' | Natanael Copa | |
ref #1399 | |||
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 | |
2011-10-27 | setup-bootable: do not remove :vfat from syslinux.cfg | Natanael Copa | |
When we replace alpine_dev we should not remove the :<filesystem> | |||
2011-10-06 | setup-bootable: revert the cache logic | Natanael Copa | |
It was broken. This reverts: 70b1a6716dc5e2ed4a4b92d908691f86924c3753 a234ec98b8a4be9fa7ebd8e37cce4d58ec1c5473 c67ff2550962e8857d9a7c3859fc5003324e418a 0b3ae89a2abdaccea8eac0a089c1e1fd589c5c3e | |||
2011-09-30 | setup-bootable: use force UUID in syslinux.cfg, even for upgraders | Natanael Copa | |
The -k option is to not use UUID | |||
2011-07-31 | setup-{apklbu, bootable, chrony, sshd}: replace double equals in if ↵ | Jeff Bilyk | |
statements with single equals | |||
2011-07-16 | setup-bootable: one last typo fix | Jeff Bilyk | |
2011-07-16 | setup-bootable: somehow a couple lines for remounting RO/RW got missed | Jeff Bilyk | |
2011-07-16 | setup-bootable: rewrite apk cache section to...work | Jeff Bilyk | |
2011-07-16 | setup-bootable: enhance to update apk cache on USB/CF installs if it's been ↵ | Jeff Bilyk | |
setup | |||
2011-07-14 | setup-bootable: strip off trailing / in srcdir variable | Jeff Bilyk | |
strip off trailing / | |||
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. | |||
2010-10-28 | setup-bootable: use stat to calculate needed disk space | Natanael Copa | |
2010-05-26 | setup-bootable: update syslinux.cfg if not usbdisk | Natanael Copa | |
+ misc fixes | |||
2010-05-26 | setup-bootable: use -u for upgrades | Natanael Copa | |
2010-05-26 | setup-bootable: renamed from setup-bootable-usb | Natanael Copa | |