You are not logged in.

#1 2022-09-24 02:42:26

tony5429
Member
Registered: 2006-03-28
Posts: 1,025
Website

[SOLVED] Archiso Deleting Custom Data in Airootfs

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

#2 2022-09-24 06:58:46

tony5429
Member
Registered: 2006-03-28
Posts: 1,025
Website

Re: [SOLVED] Archiso Deleting Custom Data in Airootfs

Nevermind! Please disregard this post; the example lines above work just fine.

Offline

Board footer

Powered by FluxBB