summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2011-03-09Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting a...Daniel Baumann
2011-03-09Added missing variable quoting that lead to broken root persistence, thanks t...Daniel Baumann
2011-03-09Silencing xorg reconfiguration, thanks to Ronny Standtke <Ronny.Standtke@gmx....Daniel Baumann
2011-03-09Silencing grep call on /etc/passwd.Daniel Baumann
2011-03-09Don't redirect output of fstype detection to standard out, thanks to Ronny St...Daniel Baumann
2011-03-09Also checking for wicd in 23networking, thanks to Ben Armstrong <synrg@debian...Daniel Baumann
2011-03-09Support further checks on loopback image and support skipping union mounts (C...Rene Mayrhofer
2011-03-09Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set va...Daniel Baumann
2011-03-09Cleaned the boot log a bit.Marco Amadori
2011-03-09Reworked integrity-check (Closes: #507477).Marco Amadori
2011-03-09Merging casper 1.154.Daniel Baumann
2011-03-09Removing spurious 'livefs_root' in copy_live_to();.Daniel Baumann
2011-03-09Also adding ralink to network device check.Daniel Baumann
2011-03-09Turning 'no supported filesystem images found' into a panic message, rather t...Daniel Baumann
2011-03-09Adding a panic message when we netboot and have no supported network device (...Daniel Baumann
2011-03-09Add a warning message when no image can be found.Daniel Baumann
2011-03-09Merging casper 1.149.Daniel Baumann
2011-03-09Merging casper 1.148.Daniel Baumann
2011-03-09Merging casper 1.145.Daniel Baumann
2011-03-09Merging casper 1.144.Daniel Baumann
2011-03-09Merging casper 1.143.Daniel Baumann
2011-03-09Merging casper 1.142.Daniel Baumann
2011-03-09Merging casper 1.141.Daniel Baumann
2011-03-09Merging casper 1.140.Daniel Baumann
2011-03-09Removed all "cat | grep", with grep, awk and sed.Marco Amadori
2011-03-09Do not pollute the logs when looking for swap partitions.Marco Amadori
2011-03-09Be consistent in using 0/1 for True/False values instead of English represent...Chris Lamb
2011-03-09Use "test -s" instead of testing file availability and size.Chris Lamb
2011-03-09Use "grep -qs" over "grep -q" for compatibility (see grep(1))Chris Lamb
2011-03-09Implemented a persistence exclude list.Marco Amadori
2011-03-09Implemented a snapshot exclude list.Marco Amadori
2011-03-09Search for partition labels only (Closes: #486469).Marco Amadori
2011-03-09Reordered persistence lookups and boundaries (Closes: #500672).Marco Amadori
2011-03-09Conditional creation of /etc/fstab.Marco Amadori
2011-03-09Changed HOSTNAME and /etc/hosts handling.Marco Amadori
2011-03-09Sourcing live.vars in 15autologin directly, rather than to inherit from live-...Daniel Baumann
2011-03-09Included more debug and comments on persistence code.Marco Amadori
2011-03-09Check for files and umount only if you can mount it first.Marco Amadori
2011-03-09Fixed a wrong trial to copy an unexistant snapshot.Marco Amadori
2011-03-09Forces use of initramfs cpio over busybox's one.Marco Amadori
2011-03-09Override maybe_break from initramfs-tools.Marco Amadori
2011-03-09Fixed try_snap() umounting on error.Marco Amadori
2011-03-09Skipped some runtime duplicated execution.Marco Amadori
2011-03-09Ignore errors from fstype.Michael Prokop
2011-03-09Re-enable "break=live-premount" debug.Marco Amadori
2011-03-09Removed mount -n option, since mtab is there.Marco Amadori
2011-03-09Create /etc/mtab on the initramfs ASAP.Marco Amadori
2011-03-09Added a pretty vital mount debug string.Marco Amadori
2011-03-09Fix default user handling.Marco Amadori
2011-03-09Remove local overiddes of log_*_msg - #494257 is now fixed in testing.Chris Lamb