diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2018-03-30 11:39:33 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2018-03-30 11:39:33 -0400 |
commit | 769b3dbcea116b83f913a6aae00b4e43633be82c (patch) | |
tree | c9590a05c17cb7ca115c4e1053e4366edecff7a7 /initrd | |
parent | 234beaee5de14a601af3eef97f291cddfe5d1b80 (diff) |
new initrd format, 2nd layer for keypad
Diffstat (limited to 'initrd')
-rw-r--r-- | initrd/boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/initrd/boot b/initrd/boot new file mode 100644 index 0000000..13e5876 --- /dev/null +++ b/initrd/boot @@ -0,0 +1,3 @@ +choice = filemenu +print("\nChoice: ") +print(choice) |