]> git.ipfire.org Git - thirdparty/dracut.git/commit
dmsquash-live: add support for "iso-scan/filename" kernel parameter
authorHarald Hoyer <harald@redhat.com>
Mon, 15 Apr 2013 09:39:32 +0000 (11:39 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 15 Apr 2013 09:39:32 +0000 (11:39 +0200)
commit14499534ba9694591bbcf8741ba7e3a66d71e2d3
treeeebc2891fe09da404a4cf864f28c847d44ef869c
parent1540df0e794d73442188667fa40622bdb6c591b5
dmsquash-live: add support for "iso-scan/filename" kernel parameter

now you can write grub entries like

  set isofile="/Fedora-live.iso"
  loopback loop $isofile
  linux loop)/isolinux/vmlinuz iso-scan/filename=$isofile root=live:CDLABEL=Fedora-...
  initrd (loop)/isolinux/initrd0.img
modules.d/90dmsquash-live/iso-scan.sh [new file with mode: 0755]
modules.d/90dmsquash-live/module-setup.sh
modules.d/90dmsquash-live/parse-iso-scan.sh [new file with mode: 0755]