This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import unicode_literals, division, absolute_import | |
from builtins import * # noqa pylint: disable=unused-import, redefined-builtin | |
import logging | |
import math | |
from flexget import plugin | |
from flexget.config_schema import one_or_more | |
from flexget.entry import Entry | |
from flexget.event import event |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
LABEL arch | |
MENU LABEL Arch Linux | |
LINUX ../vmlinuz-linux | |
APPEND root=/dev/sda3 rw | |
INITRD ../initramfs-linux.img | |
[...] | |
LABEL windows |