Changeset 45 for trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
- Timestamp:
- Apr 12, 2014, 12:36:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
r44 r45 41 41 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate>> (build: #18)', 0 42 42 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 1>> (bld: 20120124)', 0 43 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 2>> (bld: 201202 14)', 044 Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Internal Release 2 g>> (bld: 20120221)', 043 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 2>> (bld: 20120224)', 0 44 Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Internal Release 2l>> (bld: 20120224)', 0 45 45 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 46 46 47 47 ; Message in case the user wants to edit the label of a type 0x35 partition 48 TXT_SETUP_NoEditType35 db 'The label of an LVM-Data partition cannot be edited', 048 TXT_SETUP_NoEditType35 db 'Labels of LVM-Data partitions cannot be changed.', 0 49 49 ; Message in case the user wants to make a type 0x35 partition bootable 50 TXT_SETUP_NoBootType35 db 'An LVM-Data partition cannot be set bootable', 0 50 TXT_SETUP_NoBootType35 db 'LVM-Data partitions cannot be set bootable.', 0 51 52 ;TXT_ERROR_TooManyPartitions db 'Too many partitions! -- Proper operation not guaranteed!', 0 51 53 52 54 ; Rousseau: switch around
Note:
See TracChangeset
for help on using the changeset viewer.