mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
polish: comment bootstrap out
This commit is contained in:
parent
c36c712bcc
commit
0c9a815c35
2 changed files with 3 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
||||||
arch-install-scripts
|
|
||||||
base
|
|
|
@ -152,17 +152,17 @@ copy_template_files( '/root/bio', '/root/bio-wayfire');
|
||||||
# Use mkarchiso
|
# Use mkarchiso
|
||||||
use_mkarchiso('bio', 'bioarchlinux', $abpath);
|
use_mkarchiso('bio', 'bioarchlinux', $abpath);
|
||||||
use_mkarchiso('bio-wayfire', 'bioarchlinux-wayfire', $abpath);
|
use_mkarchiso('bio-wayfire', 'bioarchlinux-wayfire', $abpath);
|
||||||
use_mkarchiso_bt('bio', 'bioarchlinux', $abpath);
|
#use_mkarchiso_bt('bio', 'bioarchlinux', $abpath);
|
||||||
|
|
||||||
# GPG Sign
|
# GPG Sign
|
||||||
gpg_sign( $abpath . '/bioarchlinux-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
gpg_sign( $abpath . '/bioarchlinux-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
||||||
gpg_sign( $abpath . '/bioarchlinux-wayfire-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
gpg_sign( $abpath . '/bioarchlinux-wayfire-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
||||||
gpg_sign( $abpath . '/bioarchlinux-bootstrap-' . `date "+%Y.%m.%d"` . '-x86_64.tar.gz');
|
#gpg_sign( $abpath . '/bioarchlinux-bootstrap-' . `date "+%Y.%m.%d"` . '-x86_64.tar.gz');
|
||||||
|
|
||||||
# Sum sign
|
# Sum sign
|
||||||
sum_sign( $abpath . '/bioarchlinux-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
sum_sign( $abpath . '/bioarchlinux-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
||||||
sum_sign( $abpath . '/bioarchlinux-wayfire-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
sum_sign( $abpath . '/bioarchlinux-wayfire-' . `date "+%Y.%m.%d"` . '-x86_64.iso');
|
||||||
sum_sign( $abpath . '/bioarchlinux-bootstrap-' . `date "+%Y.%m.%d"` . '-x86_64.tar.gz');
|
#sum_sign( $abpath . '/bioarchlinux-bootstrap-' . `date "+%Y.%m.%d"` . '-x86_64.tar.gz');
|
||||||
|
|
||||||
# Clean system
|
# Clean system
|
||||||
clean_system();
|
clean_system();
|
||||||
|
|
Loading…
Add table
Reference in a new issue