You are not logged in.
With Archiso, I used to be able to create custom content in the "airootfs" folder of "archlive" which would later be accessible when booting off the resulting iso. See https://wiki.archlinux.org/title/archis … s_to_image However, right now, if I try this (see example commands below), the files are completely missing when booting off the resulting iso.
cp -r /usr/share/archiso/configs/releng archlive
mkdir archlive/airootfs/customdata
echo "test" > archlive/airootfs/customdata/new.txt
sed -i "/^ipw2100-fw\b/Id" archlive/packages.x86_64
sed -i "/^ipw2200-fw\b/Id" archlive/packages.x86_64
mkarchiso -v -w archlive -o . archlive/Note: the sed commands are currently required per https://bbs.archlinux.org/viewtopic.php?id=279908
Last edited by tony5429 (2022-09-24 06:57:55)
Offline
Nevermind! Please disregard this post; the example lines above work just fine.
Offline