Also updating USB device detection in initramfs script for linux 2.6.29 and newer.
[live-boot-grml.git] / scripts / live
2011-03-09 Daniel BaumannAlso updating USB device detection in initramfs script...
2011-03-09 Luigi CapriottiFixing typo in snapshot file list.
2011-03-09 Luigi CapriottiFixing relaxed permissions of / in the live filesystem.
2011-03-09 Steven ShiauMaking fetch to work with file on sub dir on tftp server.
2011-03-09 Marco AmadoriImproved an useful debug string.
2011-03-09 Marco AmadoriPartition snapshots works again.
2011-03-09 Daniel BaumannCorrecting check for usb when using removable-usb keyword.
2011-03-09 Daniel BaumannAdding removable-usb keyword to further restrict live...
2011-03-09 Daniel BaumannAlso allowing to use the removable keyword for specifyi...
2011-03-09 Daniel BaumannRespecting media timeout even when specificing media...
2011-03-09 Daniel BaumannAdding silent boot parameter.
2011-03-09 Rene MayrhoferChecking if /var/log is writable before trying to copy...
2011-03-09 Daniel BaumannAdding ext4 support.
2011-03-09 Daniel BaumannAdding patch from Thierry Walrant <debian.tgc@walrant...
2011-03-09 Rene MayrhoferSupport further checks on loopback image and support...
2011-03-09 Marco AmadoriCleaned the boot log a bit.
2011-03-09 Marco AmadoriReworked integrity-check (Closes: #507477).
2011-03-09 Daniel BaumannRemoving spurious 'livefs_root' in copy_live_to();.
2011-03-09 Daniel BaumannAlso adding ralink to network device check.
2011-03-09 Daniel BaumannTurning 'no supported filesystem images found' into...
2011-03-09 Daniel BaumannAdding a panic message when we netboot and have no...
2011-03-09 Daniel BaumannAdd a warning message when no image can be found.
2011-03-09 Daniel BaumannMerging casper 1.145.
2011-03-09 Daniel BaumannMerging casper 1.144.
2011-03-09 Daniel BaumannMerging casper 1.142.
2011-03-09 Daniel BaumannMerging casper 1.141.
2011-03-09 Marco AmadoriRemoved all "cat | grep", with grep, awk and sed.
2011-03-09 Chris LambBe consistent in using 0/1 for True/False values instea...
2011-03-09 Marco AmadoriImplemented a persistence exclude list.
2011-03-09 Marco AmadoriImplemented a snapshot exclude list.
2011-03-09 Marco AmadoriSearch for partition labels only (Closes: #486469).
2011-03-09 Marco AmadoriReordered persistence lookups and boundaries (Closes...
2011-03-09 Marco AmadoriIncluded more debug and comments on persistence code.
2011-03-09 Marco AmadoriFixed a wrong trial to copy an unexistant snapshot.
2011-03-09 Marco AmadoriForces use of initramfs cpio over busybox's one.
2011-03-09 Marco AmadoriFixed try_snap() umounting on error.
2011-03-09 Marco AmadoriRe-enable "break=live-premount" debug.
2011-03-09 Marco AmadoriRemoved mount -n option, since mtab is there.
2011-03-09 Marco AmadoriCreate /etc/mtab on the initramfs ASAP.
2011-03-09 Marco AmadoriAdded a pretty vital mount debug string.
2011-03-09 Marco AmadoriRemoved some useless spaces.
2011-03-09 Daniel BaumannDisabling default usage of local swap partitions. Can...
2011-03-09 Michal SuchanekEnabling the "remove CD" prompt in splashy.
2011-03-09 Daniel BaumannIf the filesystem type of the rootfs cannot be automati...
2011-03-09 Marco AmadoriAdded "-n" option to all mount commands, thanks to...
2011-03-09 Chris LambHide error from attempting to "mount --move"
2011-03-09 Chris LambRework ugly `echo "debug:..` message to use log_{begin...
2011-03-09 Chris LambAdd an /etc/fstab to the initramfs to silence harmless...
2011-03-09 Chris LambRemove a number of "${quiet}" checks - they are repeate...
2011-03-09 Chris LambPrint friendly error message on live-initramfs panic.
2011-03-09 Steven ShiauAdding support for using tftp in fetch= parameter.
2011-03-09 Ben VouiAdding support for Virtio vd[a-z] drives.
2011-03-09 Chris LambSet default cow_mountopt where the other defaults are...
2011-03-09 Chris LambDon't use /sbin/losetup to test for '-r' option when...
2011-03-09 Michael ProkopMake sure mounting /cow-tmpfs provides mount options.
2011-03-09 Daniel BaumannReplacing previous imperfect changes for udevadm with...
2011-03-09 Daniel BaumannDefaulting now to aufs if no union= parameter is given.
2011-03-09 Daniel BaumannMerging casper version 1.134.
2011-03-09 Daniel BaumannMerging casper version 1.133.
2011-03-09 Marco Amadoriudevtrigger replacement.
2011-03-09 Marco Amadorilive-snapshot: now supports a static keep file list.
2011-03-09 Chris LambCheck losetup capabilities before specifying to mount...
2011-03-09 Marco AmadoriTry to bind /cow to /live/cow if unable to move.
2011-03-09 Michal SuchanekAdd support for httpfs= and ftpfs= parameters.
2011-03-09 Daniel BaumannRenaming forgotton uuid file to live-uuid.
2011-03-09 Michal SuchanekWorkaround loop-aes-utils losetup incompatibility
2011-03-09 Michal SuchanekFix toram (change mount --move to mount -o move)
2011-03-09 Daniel BaumannMerging casper 1.132.
2011-03-09 Daniel BaumannIgnoring floppy devices for live filesystem as well...
2011-03-09 Daniel BaumannAdding patch from Michal Suchanek <hramrach@centrum...
2011-03-09 Daniel BaumannMerging casper 1.130.
2011-03-09 Marco AmadoriFixed a misleading debug message.
2011-03-09 Marco AmadoriAdded /cow mounting debug messages.
2011-03-09 Marco AmadoriFixed /cow mounting.
2011-03-09 Chris Lambhooks/live, scripts/live: Add USB modules, workaround...
2011-03-09 Chris Lambscripts/live: Make 'nopersistent' parameter actually...
2011-03-09 Daniel BaumannMerging casper 1.120.
2011-03-09 Daniel BaumannRemoving disabling of kwallet.
2011-03-09 Daniel BaumannAdding plainroot.
2011-03-09 Daniel BaumannAdding hook parameter to execute custom scripts.
2011-03-09 Andrey AsadchevPatch to use cryptsetup volumes for persistent storage.
2011-03-09 Andrey AsadchevExplicitly set Xorg video driver.
2011-03-09 Daniel BaumannMerging casper 1.118.
2011-03-09 Otavio Salvadorlive: add support for jffs2 images and snapshots
2011-03-09 Daniel BaumannMerging casper 1.111.
2011-03-09 Daniel BaumannFixing regression from mounting the ow device on a...
2011-03-09 Daniel BaumannFixing some coding style issues.
2011-03-09 Daniel BaumannAdding files to the live filesystem according to the...
2011-03-09 Jesse Hathawayadd support for mounting the cow device on an nfs volume
2011-03-09 Alex OwenFix typo to get serial console to work
2011-03-09 Jesse Hathawayadd support for exposedroot option for live-helper
2011-03-09 Daniel BaumannRemoving ubuntu support.
2011-03-09 Daniel BaumannRemoving nodiratime as it is already included in noatim...
2011-03-09 Daniel BaumannFixing typing error.
2011-03-09 Daniel BaumannAdjusting to live-initramfs.
2011-03-09 Daniel BaumannMerging casper 1.108.
2011-03-09 Daniel BaumannAlso using nodiratime, not just noatime.
2011-03-09 Daniel BaumannMerging casper 1.107.
2011-03-09 Daniel BaumannFixing typing error.
2011-03-09 Daniel BaumannMerging casper 1.106.
next