summaryrefslogtreecommitdiff
path: root/libre/syslinux/syslinux-install_update
AgeCommit message (Collapse)Author
2018-05-30syslinux-6.03-10.parabola1: add support for 64-bit ext4 filesystemsOmar Vega Ramos
2018-02-05syslinux-6.03-8.parabola1: Fixed multiple issuesOmar Vega Ramos
2017-03-02syslinux-6.03-7.parabola1: pull upstream patches to make syslinux bootable ↵André Fabian Silva Delgado
with recent Linux-libre kernel at Chromebooks - FS#53083 -> https://bugs.archlinux.org/task/53083
2016-02-17syslinux-6.03-4.parabola1: fix btrfs boot issue - FS#48214 -> ↵André Fabian Silva Delgado
https://bugs.archlinux.org/task/48214
2015-03-26syslinux-6.03-3.parabola1: fix FS#44349 -> https://bugs.archlinux.org/task/44349André Fabian Silva Delgado
2015-02-28syslinux-6.03-2.parabola2: rebuilding with new splash logoAndré Fabian Silva Delgado
2014-10-17syslinux-6.03-2.parabola1: redo/simplify PKGBUILDAndré Fabian Silva Delgado
2014-09-02remove parabola suffix and add complex pkgrel on the packagesAndré Fabian Silva Delgado
2014-08-26add parabola suffix on some packagesAndré Fabian Silva Delgado
2013-11-29syslinux: remove changelog about rebranding on syslinux-install_update due ↵André Fabian Silva Delgado
that it wasn't rebranded
2013-11-29syslinux-6.02-8: updating revision with fixesAndré Fabian Silva Delgado
* fix description on syslinux-install_update changelog * fix isolinux boot issues * fix efi ovmf issue
2013-11-22syslinux-6.02-6: updating revisionAndré Fabian Silva Delgado
* fix install message, don't recommend symlinking anymore * don't be too verboose in install file, #37758 => https://bugs.archlinux.org/task/37758
2013-10-30syslinux-6.02-4: updating revisionAndré Fabian Silva Delgado
* fix updater script, to not use symlinks. https://bbs.archlinux.org/viewtopic.php?id=171629 * add rebranding on syslinux-install_update * fix typo #37487 => https://bugs.archlinux.org/task/37487
2013-10-20syslinux-6.02-3: updating versionAndré Fabian Silva Delgado
2013-07-05syslinux: downgrading version for parabolaiso works properlyAndré Fabian Silva Delgado
2013-06-08syslinux: updating versionAndré Fabian Silva Delgado
2013-05-19syslinux-5.01-4: updating versionAndré Fabian Silva Delgado
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-09-12adding owncloud-client!!Shackra Sislock
2012-05-20adding a new package called syslinuxAndré Fabian Silva Delgado