Commit Graph

231 Commits

Author SHA1 Message Date
Laurent Vivier
4f3aa35240 correctly use config_get_property() in emile-set-output
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2014-05-07 01:38:19 +02:00
Laurent Vivier
9bd9755dbb Update email address
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
2013-09-05 14:45:27 +02:00
Laurent Vivier
e1afe443ed Use ext2_fs.h from e2fslibs-dev package
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2013-09-04 18:10:53 +02:00
Laurent Vivier
14f8dd5556 Remove unused variables (detected with gcc-4.6)
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2011-12-18 14:39:01 +01:00
Laurent Vivier
6bced901e2 include linux/fs.h before linux/ext2_fs.h
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2011-12-18 14:38:58 +01:00
Laurent Vivier
bcd309d505 use temp file to set configuration 2008-08-13 20:17:46 +00:00
Laurent Vivier
57dee88fbf by default use EMILE driver 2008-08-13 12:29:19 +00:00
Laurent Vivier
b2b8839439 add --config to provide a configuration file 2008-08-12 13:51:49 +00:00
Laurent Vivier
fe0eeaba24 Add --emiledriver to boot second stage of emile in an Apple_Driver partition 2008-08-12 09:22:49 +00:00
Laurent Vivier
6d24a5fb5c map_read_sector() uses offset from the beginning of the partition, not of the disk 2008-08-12 09:15:00 +00:00
Laurent Vivier
2b81e1f813 Correctly set configuration path 2008-07-29 00:03:47 +00:00
Laurent Vivier
336b5e6e57 correct sprintf parameter signedness 2008-07-28 23:08:38 +00:00
Laurent Vivier
10951f1f27 correct management of filesystem support 2008-07-28 22:53:26 +00:00
Laurent Vivier
489d0f260d Allow to use "root" in configuration file 2008-07-27 14:59:48 +00:00
Laurent Vivier
f2dd688a89 update help 2008-07-21 23:00:19 +00:00
Laurent Vivier
f1d9f61893 help cosmetic change 2008-07-21 22:44:35 +00:00
Laurent Vivier
ea50cabbb7 help cosmetic change 2008-07-21 22:22:06 +00:00
Laurent Vivier
f14b56a171 help cosmetic change 2008-07-21 22:16:47 +00:00
Laurent Vivier
c528c83701 help cosmetic change 2008-07-21 22:01:39 +00:00
Laurent Vivier
70a7b8ccb4 help cosmetic change 2008-07-21 21:54:41 +00:00
Laurent Vivier
b1ed42201b correct printf format for st_size 2008-07-08 21:58:50 +00:00
Laurent Vivier
af26501420 add --no-fs, to restore management of container (old behavior) 2008-04-21 19:50:25 +00:00
Laurent Vivier
a333f52121 add args property, make some cleanup 2008-04-21 19:49:13 +00:00
Laurent Vivier
68b7b1f4dd use stream_* structures instead of specific ones 2008-04-20 16:35:55 +00:00
Laurent Vivier
fff0ca295b use libconfig 2008-04-16 18:32:17 +00:00
Laurent Vivier
f5d95ed881 Avoid offset overflow on disk bigger than 2 GB 2008-04-12 22:15:20 +00:00
Laurent Vivier
b1594201cb Add tools for ext2 2008-04-12 21:19:32 +00:00
Laurent Vivier
3969b083c7 Correctly manage chainloader 2008-02-25 21:49:18 +00:00
Laurent Vivier
42f4a71817 manage correctly CONFIG_GESTALTID, CONFIG_KERNEL_MAP, CONFIG_INITRD_MAP 2008-02-25 21:36:32 +00:00
Laurent Vivier
35b5df8a85 replace int by long on void* cast to be able to compile on 64bit architecture 2008-02-14 22:39:14 +00:00
Laurent Vivier
6f37023fb1 Correct typo 2008-02-14 20:05:11 +00:00
Laurent Vivier
0ec74c655d for chainloader, size of "block:" is in bytes 2008-02-14 19:53:01 +00:00
Laurent Vivier
1ff43d1924 Better management of chainloader 2008-02-10 01:36:39 +00:00
Laurent Vivier
d4719723dc correct typo about --restore 2008-02-09 16:38:50 +00:00
Laurent Vivier
cf28f647c7 Clear configuration memory 2007-10-21 01:16:11 +00:00
Laurent Vivier
b0c25d723f rename map_partition_read and map_partition_write to map_read_sector and map_write_sector 2007-10-10 21:07:52 +00:00
Laurent Vivier
ce315dd349 Add device_get_blocksize() 2007-10-10 16:47:03 +00:00
Laurent Vivier
912c63ad48 Add device_get_blocksize(), and adjust offset using blocksize instead of << 11 2007-10-10 16:46:03 +00:00
Laurent Vivier
ffe511becc correct signedness of 4th arguments of map_partition_{read|write} 2007-10-09 20:48:13 +00:00
Laurent Vivier
360b17f8cc use map_partition_read() and map_partition_write() 2007-10-09 20:43:05 +00:00
Laurent Vivier
f2745a6bbb use device_io_t 2007-10-09 19:29:13 +00:00
Laurent Vivier
4555512e10 Add device.c to link emile and emile-map-set 2007-10-09 19:23:18 +00:00
Laurent Vivier
69aec7aac7 use device_sector_size to set sector size to 2048 2007-10-09 19:21:14 +00:00
Laurent Vivier
7ba120c6c5 Add device_write_sector() and device_sector_size, use int fd instead FILE* 2007-10-09 19:16:11 +00:00
Laurent Vivier
52a797f3eb Manage chainloader attribute in configuration files 2007-10-08 12:05:52 +00:00
Laurent Vivier
a60a6bfb71 Change emile_map_* to map_* 2007-10-04 20:55:52 +00:00
Laurent Vivier
5a0b1494b5 Add libmap 2007-10-04 20:54:14 +00:00
Laurent Vivier
84bc5c1e6d include config.mk 2007-09-13 18:32:14 +00:00
Laurent Vivier
01a1a91188 correct usage 2007-09-13 18:31:42 +00:00
Laurent Vivier
880d7d25fd tools correctly get vga, modem and printer properties 2007-09-08 23:31:40 +00:00