Displaying 7 results from an estimated 7 matches for "serj".
Did you mean:
ser
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
Filesystem UUID shows the partition we boot kernel from.
The kernel parameter has format like FSUUID=DA1A-0B2E.
The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
The patch is based on 67aaaeeb228.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
com32/include/syslinux/sysappend.h | 1 +
core/fs/btrfs/btrfs.c | 3 ++-
core/fs/ext2/ext2.c | 1 +
core/fs/fat/fat.c | 31 +++++++++++++++++++++++++++++++
core/fs/fat/fat_fs.h | 2 ++
co...
2013 Nov 20
0
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
On 11/19/2013 04:30 AM, Serj Kalichev wrote:
> Filesystem UUID shows the partition we boot kernel from.
> The kernel parameter has format like FSUUID=DA1A-0B2E.
> The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
> The patch is based on 67aaaeeb228.
>
> Signed-off-by: Serj Kalichev <serj.kal...
2013 Nov 21
0
[PATCH] FSUUID for ext2 filesystem
The ext2 filesystem supports volume UUID now.
The FSUUID variable can be set to kernel command line.
Patch is based on FSUUID for FAT patch.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
core/fs/ext2/ext2.c | 40 +++++++++++++++++++++++++++++++++++++++-
core/fs/ext2/ext2_fs.h | 1 +
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/core/fs/ext2/ext2.c b/core/fs/ext2/ext2.c
index df0856f..76bd1d5 100644
--- a/core/fs/...
2014 Jun 12
1
Current 6.03 changelog
...).
* comapi: Remove the comapi interfaces.
* EFI: Fixes on PE files and OVMF compatibility
(Sylvain Gault, Gene Cumm).
* EFI: Updates and fixes for gnu-efi sub-module
(Sylvain Gault, Gene Cumm).
* BIOS: Fix low memory check.
* Filesystem UUID to SYSAPPEND bit 0x40000 for FAT and ext2
(Serj Kalichev).
* Makefiles: Export the firmware type as a cpp variable.
Additional improvements. Fix "make spotless".
* core, BIOS: Move __syslinux_shuffler_size to assembly.
Actually get the shuffler size sanely. Fix booting recent
Syslinux versions on certain hardware and on cert...
2014 Oct 06
5
Syslinux 6.03 released
...* EFI: Fixes on PE files and OVMF compatibility
(Sylvain Gault, Gene Cumm).
* EFI: Updates and fixes for gnu-efi sub-module
(Sylvain Gault, Gene Cumm).
* BIOS: Fix low memory check.
* Filesystem UUID to SYSAPPEND bit 0x40000 for FAT and ext2
(Serj Kalichev).
* Makefiles: Export the firmware type as a cpp variable.
Additional improvements. Fix "make spotless".
* core, BIOS: Move __syslinux_shuffler_size to assembly.
Actually get the shuffler size sanely. Fix booting recent
Syslinux versi...
2014 Apr 17
0
6.03-pre changelog initial attempt
...Thomas Schmitt).
* comapi: Remove the comapi interfaces.
* EFI: Fixes on PE files and OVMF compatibility
(Sylvain Gault, Gene Cumm).
* EFI: updates and fixes for gnu-efi (Sylvain Gault, Gene Cumm).
* BIOS: fix low memory check.
* Filesystem UUID to SYSAPPEND bit 0x40000 for FAT and ext2
(Serj Kalichev).
* Makefiles: Export the firmware type as a cpp variable.
Additional improvements. Fix "make spotless".
* core, BIOS: Move __syslinux_shuffler_size to assembly.
Actually get the shuffler size sanely. Fix booting recent
Syslinux versions on certain hardware and on cert...
2014 Oct 14
0
Syslinux 6.03 released
...d OVMF compatibility
> (Sylvain Gault, Gene Cumm).
> * EFI: Updates and fixes for gnu-efi sub-module
> (Sylvain Gault, Gene Cumm).
> * BIOS: Fix low memory check.
> * Filesystem UUID to SYSAPPEND bit 0x40000 for FAT and ext2
> (Serj Kalichev).
> * Makefiles: Export the firmware type as a cpp variable.
> Additional improvements. Fix "make spotless".
> * core, BIOS: Move __syslinux_shuffler_size to assembly.
> Actually get the shuffler size sanely. Fix booting recent
>...