Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Since v46 we do not require the initcpio scripts for the archiso package anymore (only as a package to pacstrap when building a profile).
IMHO this is a good time to move them to a separate repository so that their maintenance can be done there and so that their release schedule may be different from that of archiso.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
The initcpio scripts have been split out using git-filter-repo with the following settings:
# get all current initcpio scriptsregex:^docs/README.(altbootmethods|bootparams)regex:^archiso/(hooks|initcpio|install)/.*# get all previous initcpio scripts (they have been moved/ renamed a few times)regex:^archiso/archiso_(pxe_nbd|shutdown)regex:^arch(live|iso)_(hook|install)regex:^boot-(cd|usb)_(hook|install)regex:^(hooks|install)/.*# get all Makefilesregex:^archiso/Makefileregex:^Makefile# get LICENSEregex:^LICENSE# get editorconfigregex:^.editorconfig# get project description filesregex:^(AUTHORS|CONTRIBUTING).rst# move the initcpio directories top-levelarchiso/initcpio/hooks/==>hooks/archiso/initcpio/install/==>install/archiso/initcpio/script/==>script/