Commit Graph

15 Commits

Author SHA1 Message Date
Anton Midyukov
ae2901d290 disk.c, mount.c: Add support exfat 2021-03-23 12:24:50 +07:00
Evgeny Sinelnikov
59a9c4de30 add support of cifs network install method 2018-08-22 20:08:23 +04:00
Arseny Maslennikov
2440a17fbe Remove unnecessary whitespace from C program text 2018-05-09 15:21:26 +03:00
Leonid Krivoshein
870d181ace mount.c: header added for suppress warning. 2018-04-22 20:14:14 +03:00
Led
1915f90346 add common mkdir_dev() and mkdirs_dev() funcs
mkdir_dev() use for create subdir with mode 0755 in /dev directory
and return success if subdir already exist.
mkdirs_dev() used mkdir_dev() for create multiple subdirs.
2013-11-06 20:34:29 +04:00
George V. Kouryachy (Fr. Br. George)
d0b4901c14 20130821-alt1
- switch back to nfsmount (mount.nfs fails on NFSv3)
2013-08-21 17:30:56 +04:00
Anton V. Boyarshinov
b5573f97da ext4 filesystem support added 2013-07-16 17:39:08 +04:00
Anton V. Boyarshinov
6210be0ac2 20121109-alt1
- use /sbun/mount.nfs instead of /bin/nfsmount
2012-11-09 15:39:11 +04:00
Sergey Bolshakov
f2ff78a88b resurrect PATH_MAX declaration 2008-11-03 21:03:30 +03:00
Sergey Bolshakov
e918341c2d use external /bin/nfsmount from klibc 2008-03-13 19:12:12 +03:00
Sergey Bolshakov
0a6af0fb35 massive change caused by udev use in initramfs:
- added udevd, udevtrigger & udevsettle spawning from init,
reproducing nead same logic, found in initrd, created by
/sbin/mkinitd
- lots of obsolete by this change stuff removed
- use external /sbin/modprobe form klibc utils
in places, where manual module loading still needed
- pack unchangeable part of initramfs into `initfs'
file (gzipped cpio archive), which may be concatenated later
with other parts (especially kernel modules) to form
actual initramfs image.
2008-03-01 22:02:06 +03:00
Anton Farygin
fb310ae93a use squashfs for stage2 2005-04-12 19:32:01 +00:00
Sergey Bolshakov
c5d9d80f43 - added ntfs support
- more env vars:
  + with disk, DEVICE holds partition name, i.e. hda2
  + PIGGYBACK set means install from iso image (disk & nfs)
- HTTP/1.0 from now
2005-03-02 17:48:28 +00:00
Sergey Bolshakov
c2fbc38d84 modularized ext2 2005-02-16 17:51:48 +00:00
Anton Kachalov
46438969c6 Initial revision 2004-01-20 18:32:43 +00:00