summaryrefslogtreecommitdiff
path: root/functions/losetup.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-08-27Sleeping for 1 second before after accessing the loop device in order to not ↵Daniel Baumann1-0/+2
fail when removing it right afterwards.
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann1-1/+1
2011-03-09Updating internal variables from lh to lb scheme, should be the last piece ↵Daniel Baumann1-5/+5
to finish the live-helper to live-build rename.
2011-03-09Updating copyright headers for live-build.Daniel Baumann1-6/+7
2011-03-09Updating year to 2010 in copyright notices.Daniel Baumann1-1/+1
2011-03-09Fixing intermittent truncating of filesystem.Cody A.W. Somerville1-2/+2
2011-03-09Correcting typo in default values assignment of losetup functions.Daniel Baumann1-1/+1
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann1-1/+1
2011-03-09Don't use set -e in sourced functions, this is the job of the actual ↵Daniel Baumann1-2/+0
executed script.
2011-03-09Refactor partition size calculation, ensuring a uniform increase for ext ↵Chris Lamb1-0/+17
partitions.
2011-03-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz1-2/+2
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 Salvador1-2/+2
2011-03-09Updating copyright years to 2008.Daniel Baumann1-1/+1
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann1-1/+1
2011-03-09Fixing typing error.Daniel Baumann1-1/+1
2011-03-09Moving lh_losetup into an internal function, avoiding helper failure with ↵Daniel Baumann1-0/+37
return value due to new trap.