summaryrefslogtreecommitdiff
path: root/functions/losetup.sh
AgeCommit message (Collapse)Author
2013-01-01Updating year in all copyright notices.Daniel Baumann
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2011-11-04Also setting 5% margin for ext4 images, thanks to Neil Wilson ↵Daniel Baumann
<neil@aldur.co.uk> for spotting it (Closes: #647601).
2011-08-27Only calling udevadm in losetup function when udev is installed on the host ↵Daniel Baumann
system.
2011-07-21Adding function for more resilient detachment of loopback devices.Cody A.W. Somerville
2011-03-09Updating year in hooks and script files.Daniel Baumann
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann
2011-03-09Updating internal variables from lh to lb scheme, should be the last piece ↵Daniel Baumann
to finish the live-helper to live-build rename.
2011-03-09Updating copyright headers for live-build.Daniel Baumann
2011-03-09Updating year to 2010 in copyright notices.Daniel Baumann
2011-03-09Fixing intermittent truncating of filesystem.Cody A.W. Somerville
2011-03-09Correcting typo in default values assignment of losetup functions.Daniel Baumann
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann
2011-03-09Don't use set -e in sourced functions, this is the job of the actual ↵Daniel Baumann
executed script.
2011-03-09Refactor partition size calculation, ensuring a uniform increase for ext ↵Chris Lamb
partitions.
2011-03-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz
live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
2011-03-09functions/losetup.sh: use SECTORS as variable name to reflect the real usageOtavio Salvador
2011-03-09Updating copyright years to 2008.Daniel Baumann
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann
2011-03-09Fixing typing error.Daniel Baumann
2011-03-09Moving lh_losetup into an internal function, avoiding helper failure with ↵Daniel Baumann
return value due to new trap.