]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
cleanup make-test-root
authorHarald Hoyer <harald@redhat.com>
Fri, 15 May 2009 11:24:08 +0000 (13:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 15 May 2009 11:24:08 +0000 (13:24 +0200)
test/make-test-root

index 8c54f8d10ea95f61d1e5cbba6c76a305aa69b568..7da36c569c1ab7cef973197f933090e0fcc557c1 100755 (executable)
@@ -19,13 +19,3 @@ unset initdir
 
 umount test/mnt
 rm -fr test/mnt
-
-#./dracut -l -i "$targetfs" /source \
-#    -m "dash kernel-modules test crypt lvm udev-rules base rootfs-block" \
-#    -d "ata_piix ext2 sd_mod" \
-#    -f test/initramfs.makeroot
-#
-#qemu-kvm -hda test/root.ext2 -m 512M -nographic -net none \
-#    -kernel "/boot/vmlinuz-$kernel" \
-#    -append "root=/dev/dracut/root rw rootfstype=ext2 quiet console=ttyS0,115200n81" \
-#    -initrd test/initramfs.makeroot