diff options
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,11 +1,13 @@ #!/bin/bash +. config/binary . config/bootstrap . config/common . config/kanotix bit=32 LABEL=Kanotix [ "$LB_ARCHITECTURE" = "amd64" ] && bit=64 && LABEL=${LABEL}64 +export LB_BOOTLOADER # Update kanotix-version (32/64-bit and timestamp) mkdir -p config/chroot_local-includes/etc |