Merging casper 1.148.
[live-boot-grml.git] / scripts /
2008-11-22 Daniel BaumannMerging casper 1.148.
2008-11-22 Daniel BaumannMerging casper 1.145.
2008-11-22 Daniel BaumannMerging casper 1.144.
2008-11-22 Daniel BaumannMerging casper 1.143.
2008-11-22 Daniel BaumannMerging casper 1.142.
2008-11-22 Daniel BaumannMerging casper 1.141.
2008-11-11 Daniel BaumannMerging casper 1.140.
2008-10-11 Marco AmadoriRemoved all "cat | grep", with grep, awk and sed.
2008-10-02 Marco AmadoriDo not pollute the logs when looking for swap partitions.
2008-09-30 Chris LambBe consistent in using 0/1 for True/False values instea...
2008-09-30 Chris LambUse "test -s" instead of testing file availability...
2008-09-30 Chris LambUse "grep -qs" over "grep -q" for compatibility (see...
2008-09-30 Marco AmadoriImplemented a persistence exclude list.
2008-09-30 Marco AmadoriImplemented a snapshot exclude list.
2008-09-30 Marco AmadoriSearch for partition labels only (Closes: #486469).
2008-09-30 Marco AmadoriReordered persistence lookups and boundaries (Closes...
2008-09-19 Marco AmadoriConditional creation of /etc/fstab.
2008-09-19 Marco AmadoriChanged HOSTNAME and /etc/hosts handling.
2008-09-17 Daniel BaumannSourcing live.vars in 15autologin directly, rather...
2008-09-16 Marco AmadoriIncluded more debug and comments on persistence code.
2008-09-16 Marco AmadoriCheck for files and umount only if you can mount it...
2008-09-16 Marco AmadoriFixed a wrong trial to copy an unexistant snapshot.
2008-09-16 Marco AmadoriForces use of initramfs cpio over busybox's one.
2008-09-16 Marco AmadoriOverride maybe_break from initramfs-tools.
2008-09-16 Marco AmadoriFixed try_snap() umounting on error.
2008-09-16 Marco AmadoriSkipped some runtime duplicated execution.
2008-09-16 Michael ProkopIgnore errors from fstype.
2008-09-15 Marco AmadoriRe-enable "break=live-premount" debug.
2008-09-15 Marco AmadoriRemoved mount -n option, since mtab is there.
2008-09-15 Marco AmadoriCreate /etc/mtab on the initramfs ASAP.
2008-09-15 Marco AmadoriAdded a pretty vital mount debug string.
2008-09-15 Marco AmadoriFix default user handling.
2008-09-06 Chris LambRemove local overiddes of log_*_msg - #494257 is now...
2008-09-04 Marco AmadoriRemoved some useless spaces.
2008-08-31 Daniel BaumannDisabling default usage of local swap partitions. Can...
2008-08-28 Daniel BaumannSetting project email address to the new debian-live...
2008-08-26 Michal SuchanekEnabling the "remove CD" prompt in splashy.
2008-08-25 Daniel BaumannIf the filesystem type of the rootfs cannot be automati...
2008-08-22 Marco AmadoriAdded "-n" option to all mount commands, thanks to...
2008-08-17 Chris LambRemove unnecessary indentation level.
2008-08-14 Chris LambModify hiding of harmless X.org reconfiguring messages.
2008-08-14 Chris LambRevert to using uid 1000 as PAM bug seems to have disap...
2008-08-14 Chris LambHide error from attempting to "mount --move"
2008-08-14 Chris LambRework ugly `echo "debug:..` message to use log_{begin...
2008-08-13 Chris LambDon't configure X.org if it's not installed.
2008-08-13 Chris LambFix check for X.org.
2008-08-13 Chris LambAdd an /etc/fstab to the initramfs to silence harmless...
2008-08-12 Chris LambSilence another "script-not-executable" message for...
2008-08-12 Chris LambAdd missing pipe. Thanks to Andreas Bombe.
2008-08-12 Chris LambTidy "Disabling update-initramfs" message.
2008-08-12 Chris LambRe-order some commands so we don't call log_begin_msg...
2008-08-12 Chris LambDon't configure X when /usr/bin/X does not exist.
2008-08-11 Chris LambSilence 'script-not-executable' lintian warning - live...
2008-08-10 Chris LambFix spacing in swirl.
2008-08-10 Daniel BaumannNot going over the top with exclamation marks in the...
2008-08-09 Daniel BaumannSlightely adjusting to the more widespread used ascii...
2008-08-09 Chris LambOverride log_*_msg to print nicer status text (until...
2008-08-09 Chris LambHide "overwriting possibly-customised configuration...
2008-08-08 Chris LambHide "Shadow passwords are now on" status message on...
2008-08-08 Chris LambRemove a number of "${quiet}" checks - they are repeate...
2008-08-08 Chris LambRework locale handling
2008-08-08 Chris LambPrint friendly error message on live-initramfs panic.
2008-08-08 Chris LambSilence a number of annoying and distracting bootup...
2008-08-08 Chris LambAdd missing "log_end_msg" to live-bottom/21xdriver.
2008-08-08 Chris LambSet different log messages for live-bottom/21{xdriver...
2008-08-08 Chris LambRemove trailing "..." from calls to log_begin_msg ...
2008-08-08 Steven ShiauAdding support for using tftp in fetch= parameter.
2008-08-08 Steven ShiauAnother fix about using udevsettle or "udevadm settle".
2008-08-07 Ben VouiAdding support for Virtio vd[a-z] drives.
2008-08-06 Marco AmadoriBe sure that the discovered filesystem is not null.
2008-08-05 Daniel BaumannMerging casper 1.138.
2008-08-05 Daniel BaumannMerging casper 1.137.
2008-08-05 Marco AmadoriThe list of supported filesytems goes dynamic.
2008-07-31 Chris LambSet default cow_mountopt where the other defaults are...
2008-07-31 Chris LambDon't use /sbin/losetup to test for '-r' option when...
2008-07-20 Michael ProkopMove sourcing of live-functions in 38disable_restricted...
2008-07-17 Michael ProkopMake sure mounting /cow-tmpfs provides mount options.
2008-07-15 Daniel BaumannReplacing previous imperfect changes for udevadm with...
2008-07-14 Daniel BaumannDefaulting now to aufs if no union= parameter is given.
2008-07-14 Daniel BaumannMerging casper version 1.134.
2008-07-14 Daniel BaumannMerging casper version 1.133.
2008-07-12 Marco Amadoriudevtrigger replacement.
2008-06-23 Chris LambFix call to log_warning_msg. Thanks to Bradley Smith...
2008-06-16 Marco Amadorilive-snapshot: fixed the remount helper.
2008-06-16 Marco Amadorilive-snapshot: now supports a static keep file list.
2008-06-15 Chris LambCheck losetup capabilities before specifying to mount...
2008-06-15 Chris LambModprobe 'esp' SCSI driver for the benefit of sparc.
2008-06-15 Chris LambQuieten call to modprobe ide-generic.
2008-06-15 Chris LambMove local-top/live to live-premount/modules so it...
2008-06-13 Marco AmadoriTry to bind /cow to /live/cow if unable to move.
2008-06-09 Michal SuchanekAdd support for httpfs= and ftpfs= parameters.
2008-06-04 Daniel BaumannRenaming forgotton uuid file to live-uuid.
2008-05-31 Michal SuchanekWorkaround loop-aes-utils losetup incompatibility
2008-05-31 Michal SuchanekFix toram (change mount --move to mount -o move)
2008-05-31 Daniel BaumannMerging casper 1.132.
2008-05-31 Daniel BaumannIgnoring floppy devices for live filesystem as well...
2008-05-30 Daniel BaumannAdding patch from Michal Suchanek <hramrach@centrum...
2008-04-17 Chris LambRemove bogus dependency on Ubuntu "localechooser-data...
2008-04-16 Daniel BaumannMerging casper 1.130.
2008-04-04 Marco AmadoriFixed a misleading debug message.
next