Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
c7fb5767
Commit
c7fb5767
authored
Jan 02, 2013
by
Daniel Baumann
Browse files
Adding upstream version 3.0~b5.
parent
aa47ceb5
Changes
139
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
c7fb5767
3.0~b
4
-1
3.0~b
5
-1
bin/lb
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
bin/live-build
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
...
...
examples/gitignore
0 → 100644
View file @
c7fb5767
binary/
binary*.iso
binary*.img
binary*.tar*
binary*.contents
binary*.packages
binary*.zsync
.build/
build.log
cache/
chroot/
chroot.packages.*
config/binary
config/bootstrap
config/chroot
config/common
config/source
source/
source*.iso
source*.img
source*.tar*
source*.contents
source*.packages
source*.zsync
examples/hooks/minimal.chroot
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
examples/hooks/stripped.chroot
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
@@ -31,7 +31,7 @@ done
apt-get autoremove
--yes
||
true
# Removing unused files
find
.
-name
*
~ | xargs
rm
-f
find
.
-name
*
~
-print0
| xargs
-0
rm
-f
rm
-rf
/usr/include/
*
#rm -rf /usr/share/groff/*
...
...
frontends/cgi/live-build-cgi
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
frontends/cgi/live-build-cgi.cron
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/aliases.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/architectures.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/arguments.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/breakpoints.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/cache.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/chroot.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/color.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/common.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/conffile.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/cursor.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
functions/defaults.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
@@ -707,11 +707,11 @@ Set_defaults ()
*
)
case
"
${
LB_PARENT_DISTRIBUTION
}
"
in
squeeze
)
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
4
86
6
86
}
"
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
6
86
4
86
}
"
;;
*
)
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
486
686-pae
}
"
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
686
-pae
486
}
"
;;
esac
;;
...
...
@@ -743,7 +743,7 @@ Set_defaults ()
;;
*
)
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
powerpc
powerpc
64
}
"
LB_LINUX_FLAVOURS
=
"
${
LB_LINUX_FLAVOURS
:-
powerpc
64
powerpc
}
"
;;
esac
;;
...
...
@@ -875,7 +875,15 @@ Set_defaults ()
fi
# Setting checksums
LB_CHECKSUMS
=
"
${
LB_CHECKSUMS
:-
sha256
}
"
case
"
${
LB_MODE
}
"
in
progress-linux
)
LB_CHECKSUMS
=
"
${
LB_CHECKSUMS
:-
sha256
}
"
;;
*
)
LB_CHECKSUMS
=
"
${
LB_CHECKSUMS
:-
md5
}
"
;;
esac
# Setting compression
LB_COMPRESSION
=
"
${
LB_COMPRESSION
:-
none
}
"
...
...
@@ -889,15 +897,7 @@ Set_defaults ()
LB_BUILD_WITH_TMPFS
=
"
${
LB_BUILD_WITH_TMPFS
:-
false
}
"
# Setting debian-installer option
case
"
${
LB_MODE
}
"
in
progress-linux
)
LB_DEBIAN_INSTALLER
=
"
${
LB_DEBIAN_INSTALLER
:-
live
}
"
;;
*
)
LB_DEBIAN_INSTALLER
=
"
${
LB_DEBIAN_INSTALLER
:-
false
}
"
;;
esac
LB_DEBIAN_INSTALLER
=
"
${
LB_DEBIAN_INSTALLER
:-
false
}
"
LB_DEBIAN_INSTALLER_DISTRIBUTION
=
"
${
LB_DEBIAN_INSTALLER_DISTRIBUTION
:-${
LB_DISTRIBUTION
}}
"
...
...
functions/echo.sh
View file @
c7fb5767
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-201
2
Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-201
3
Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment