OLD | NEW |
---|---|
(Empty) | |
1 # chromite chroot spec file | |
2 # Use RFC 822 format | |
3 | |
4 [LEGACY_CHROOT] | |
5 | |
6 # The path to the chroot. If relative, this is relative to the base of your | |
7 # chromium source tree. This is passed to make_chroot and enter_chroot as the | |
8 # --chroot option. | |
9 # | |
10 # DEFAULT: the name of this spec file, without the suffix | |
11 #path: chroot | |
12 | |
13 | |
14 # Flags to pass to make_chroot (other than --chroot). | |
15 # | |
16 # DEFAULT: nothing | |
17 #make_chroot_flags: | |
18 | |
19 | |
20 # Flags to pass to enter_chroot (other than --chroot). | |
21 # | |
22 # DEFAULT: nothing | |
23 #enter_chroot_flags: | |
OLD | NEW |