MAJ speedtest

This commit is contained in:
Thomas Legay 2021-02-27 11:45:03 +01:00
parent 5d5411a7f4
commit 74322e28fe
3 changed files with 723 additions and 227 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
Package: amp-prefered-config
Version: 1.03
Version: 1.04
Section: base
Priority: optional
Architecture: all
Depends: amp-base
Depends: amp-base, locales
Maintainer: Thomas Legay <thomas@syngate.fr>
Description: change debian default configuration

View File

@ -10,7 +10,7 @@ then
echo create rootfs in temporary folder $TARGET
debootstrap $IMAGE $TARGET > /dev/null
echo create archive $TARBALL
tar -C $TARGET -zcvf $TARBALL .
tar -C $TARGET -zcvf $TARBALL > /dev/null
echo Remove temporary folder
rm -fr $TARGET
chmod ugo+r $TARBALL