diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-06-28 00:35:50 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-06-28 00:35:50 -0300 |
commit | 36459f3acc217ff6a0b4ad1b6049d68a8da413e2 (patch) | |
tree | d078f5d6053dc40760eb72e3f5fe1c1820e0757c /configs/releng/aitab | |
parent | 9131f83404a5e2b45db9d79711e052ff9eba9c56 (diff) | |
download | archiso32-36459f3acc217ff6a0b4ad1b6049d68a8da413e2.tar.xz |
[archiso] Drop aitab support
Always create one filesystem of a fixed size (32G), format (ext4) and
know name "airootfs".
Simplify logic a lot.
Diffstat (limited to 'configs/releng/aitab')
-rw-r--r-- | configs/releng/aitab | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/releng/aitab b/configs/releng/aitab deleted file mode 100644 index f9b482d..0000000 --- a/configs/releng/aitab +++ /dev/null @@ -1,3 +0,0 @@ -# <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> -airootfs / i686 xz ext4 50% -airootfs / x86_64 xz ext4 50% |