SaturnArch/build.sh
Lukáš Plevač 064485e00f base system
2021-02-06 18:44:31 +00:00

10 lines
244 B
Bash
Executable File

rm -rf airootfs/to_install
mkdir airootfs/to_install
touch airootfs/to_install/do_not_edit
cp packages.x86_64 airootfs/to_install
cp -r airootfs/etc airootfs/to_install
cp -r airootfs/usr airootfs/to_install
mkarchiso -v -o ${PWD}/out ${PWD}