remove media/ and src/ directory

This commit is contained in:
Tobias Powalowski 2021-09-13 18:36:05 +02:00
parent 6b4d74f75d
commit c6dc071190
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ build ()
{
### setting up base structure
add_dir "/mnt"
add_dir "/media"
add_dir "/install"
add_dir "/var/log"
add_dir "/home"

View file

@ -10,7 +10,6 @@ build ()
cp -f /usr/share/archboot/installer/archboot.txt ${DOCS}
gzip -9 ${DOCS}
add_file "${DOCS}.gz" "/arch/archboot.txt.gz"
add_dir "/src"
cp /usr/share/archboot/installer/archboot.txt ${TEMPDIR}/arch/archboot.txt
add_file "/usr/bin/genfstab"
add_file "/usr/bin/arch-chroot"