diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 11:38:50 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-27 11:38:50 +0100 |
commit | 04728efa2c791d2b98e9d4bf666d5578c459ac5a (patch) | |
tree | 4a926a23ec4d2beb2b744550a58af3fb8883723c /auto/build | |
parent | 01a0968c9772b99e6fc18e1715df4531aff59aeb (diff) | |
download | kanotix-04728efa2c791d2b98e9d4bf666d5578c459ac5a.zip kanotix-04728efa2c791d2b98e9d4bf666d5578c459ac5a.tar.gz |
initial changes and repositories for dragonfire
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ export LB_BOOTLOADER # Update kanotix-version (32/64-bit and timestamp) mkdir -p config/chroot_local-includes/etc -[ ! -f config/chroot_local-includes/etc/kanotix-version ] && echo "Kanotix Hellfire 0000-00:00" > config/chroot_local-includes/etc/kanotix-version -perl -pi -e "s%(Kanotix|Excalibur|Hellfire)(32|64)%\${1}$bit%i; s%(32|64)(bit)%$bit\${2}%i; s|[0-9]+-[0-9]+:[0-9]+|$(date +%Y%m%d-%H:%M)|" config/chroot_local-includes/etc/kanotix-version +[ ! -f config/chroot_local-includes/etc/kanotix-version ] && echo "Kanotix Dragonfire 0000-00:00" > config/chroot_local-includes/etc/kanotix-version +perl -pi -e "s%(Kanotix|Excalibur|Hellfire|Dragonfire)(32|64)%\${1}$bit%i; s%(32|64)(bit)%$bit\${2}%i; s|[0-9]+-[0-9]+:[0-9]+|$(date +%Y%m%d-%H:%M)|" config/chroot_local-includes/etc/kanotix-version prebuild() { |